diff --git a/official/x.19/Lib/D5/cxBDEAdapters.dcu b/official/x.19/Lib/D5/cxBDEAdapters.dcu new file mode 100644 index 00000000..fabb2f22 Binary files /dev/null and b/official/x.19/Lib/D5/cxBDEAdapters.dcu differ diff --git a/official/x.19/Lib/D5/cxBDEAdaptersD5.dcu b/official/x.19/Lib/D5/cxBDEAdaptersD5.dcu new file mode 100644 index 00000000..679c637f Binary files /dev/null and b/official/x.19/Lib/D5/cxBDEAdaptersD5.dcu differ diff --git a/official/x.19/Lib/D5/cxBandedTableViewEditor.dcu b/official/x.19/Lib/D5/cxBandedTableViewEditor.dcu new file mode 100644 index 00000000..53fc4871 Binary files /dev/null and b/official/x.19/Lib/D5/cxBandedTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxBandedTableViewEditor.dfm b/official/x.19/Lib/D5/cxBandedTableViewEditor.dfm new file mode 100644 index 00000000..c3abe031 --- /dev/null +++ b/official/x.19/Lib/D5/cxBandedTableViewEditor.dfm @@ -0,0 +1,119 @@ +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 diff --git a/official/x.19/Lib/D5/cxBlobEdit.dcu b/official/x.19/Lib/D5/cxBlobEdit.dcu new file mode 100644 index 00000000..a153b1a3 Binary files /dev/null and b/official/x.19/Lib/D5/cxBlobEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxButtonEdit.dcu b/official/x.19/Lib/D5/cxButtonEdit.dcu new file mode 100644 index 00000000..83aa6c79 Binary files /dev/null and b/official/x.19/Lib/D5/cxButtonEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxButtons.dcu b/official/x.19/Lib/D5/cxButtons.dcu new file mode 100644 index 00000000..794c4624 Binary files /dev/null and b/official/x.19/Lib/D5/cxButtons.dcu differ diff --git a/official/x.19/Lib/D5/cxCalc.dcu b/official/x.19/Lib/D5/cxCalc.dcu new file mode 100644 index 00000000..36ae16b0 Binary files /dev/null and b/official/x.19/Lib/D5/cxCalc.dcu differ diff --git a/official/x.19/Lib/D5/cxCalendar.dcu b/official/x.19/Lib/D5/cxCalendar.dcu new file mode 100644 index 00000000..506a2d79 Binary files /dev/null and b/official/x.19/Lib/D5/cxCalendar.dcu differ diff --git a/official/x.19/Lib/D5/cxCardViewEditor.dcu b/official/x.19/Lib/D5/cxCardViewEditor.dcu new file mode 100644 index 00000000..04e87a07 Binary files /dev/null and b/official/x.19/Lib/D5/cxCardViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxCardViewEditor.dfm b/official/x.19/Lib/D5/cxCardViewEditor.dfm new file mode 100644 index 00000000..d198a158 --- /dev/null +++ b/official/x.19/Lib/D5/cxCardViewEditor.dfm @@ -0,0 +1,15 @@ +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 diff --git a/official/x.19/Lib/D5/cxChartViewEditor.dcu b/official/x.19/Lib/D5/cxChartViewEditor.dcu new file mode 100644 index 00000000..2184c765 Binary files /dev/null and b/official/x.19/Lib/D5/cxChartViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxChartViewEditor.dfm b/official/x.19/Lib/D5/cxChartViewEditor.dfm new file mode 100644 index 00000000..423cfae5 --- /dev/null +++ b/official/x.19/Lib/D5/cxChartViewEditor.dfm @@ -0,0 +1,145 @@ +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 diff --git a/official/x.19/Lib/D5/cxCheckBox.dcu b/official/x.19/Lib/D5/cxCheckBox.dcu new file mode 100644 index 00000000..16aca6b1 Binary files /dev/null and b/official/x.19/Lib/D5/cxCheckBox.dcu differ diff --git a/official/x.19/Lib/D5/cxCheckComboBox.dcu b/official/x.19/Lib/D5/cxCheckComboBox.dcu new file mode 100644 index 00000000..41f05640 Binary files /dev/null and b/official/x.19/Lib/D5/cxCheckComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxCheckGroup.dcu b/official/x.19/Lib/D5/cxCheckGroup.dcu new file mode 100644 index 00000000..2e7adad1 Binary files /dev/null and b/official/x.19/Lib/D5/cxCheckGroup.dcu differ diff --git a/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dcu b/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dcu new file mode 100644 index 00000000..01e92f26 Binary files /dev/null and b/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dfm b/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dfm new file mode 100644 index 00000000..8ea675dd --- /dev/null +++ b/official/x.19/Lib/D5/cxCheckGroupStatesEditor.dfm @@ -0,0 +1,68 @@ +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 diff --git a/official/x.19/Lib/D5/cxCheckListBox.dcu b/official/x.19/Lib/D5/cxCheckListBox.dcu new file mode 100644 index 00000000..51280606 Binary files /dev/null and b/official/x.19/Lib/D5/cxCheckListBox.dcu differ diff --git a/official/x.19/Lib/D5/cxClasses.dcu b/official/x.19/Lib/D5/cxClasses.dcu new file mode 100644 index 00000000..6d5dd3a5 Binary files /dev/null and b/official/x.19/Lib/D5/cxClasses.dcu differ diff --git a/official/x.19/Lib/D5/cxClassesReg.dcu b/official/x.19/Lib/D5/cxClassesReg.dcu new file mode 100644 index 00000000..fe1c2a85 Binary files /dev/null and b/official/x.19/Lib/D5/cxClassesReg.dcu differ diff --git a/official/x.19/Lib/D5/cxColorComboBox.dcu b/official/x.19/Lib/D5/cxColorComboBox.dcu new file mode 100644 index 00000000..d61851d3 Binary files /dev/null and b/official/x.19/Lib/D5/cxColorComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxContainer.dcu b/official/x.19/Lib/D5/cxContainer.dcu new file mode 100644 index 00000000..4108f519 Binary files /dev/null and b/official/x.19/Lib/D5/cxContainer.dcu differ diff --git a/official/x.19/Lib/D5/cxControls.dcu b/official/x.19/Lib/D5/cxControls.dcu new file mode 100644 index 00000000..9687fb85 Binary files /dev/null and b/official/x.19/Lib/D5/cxControls.dcu differ diff --git a/official/x.19/Lib/D5/cxControls.res b/official/x.19/Lib/D5/cxControls.res new file mode 100644 index 00000000..8ba00ceb Binary files /dev/null and b/official/x.19/Lib/D5/cxControls.res differ diff --git a/official/x.19/Lib/D5/cxConverterFactory.dcu b/official/x.19/Lib/D5/cxConverterFactory.dcu new file mode 100644 index 00000000..2b5adcc6 Binary files /dev/null and b/official/x.19/Lib/D5/cxConverterFactory.dcu differ diff --git a/official/x.19/Lib/D5/cxConverterUtils.dcu b/official/x.19/Lib/D5/cxConverterUtils.dcu new file mode 100644 index 00000000..cde268c6 Binary files /dev/null and b/official/x.19/Lib/D5/cxConverterUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxCurrencyEdit.dcu b/official/x.19/Lib/D5/cxCurrencyEdit.dcu new file mode 100644 index 00000000..16f716d7 Binary files /dev/null and b/official/x.19/Lib/D5/cxCurrencyEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxCustomConverter.dcu b/official/x.19/Lib/D5/cxCustomConverter.dcu new file mode 100644 index 00000000..9b237e44 Binary files /dev/null and b/official/x.19/Lib/D5/cxCustomConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxCustomData.dcu b/official/x.19/Lib/D5/cxCustomData.dcu new file mode 100644 index 00000000..6667cb74 Binary files /dev/null and b/official/x.19/Lib/D5/cxCustomData.dcu differ diff --git a/official/x.19/Lib/D5/cxCustomTableViewEditor.dcu b/official/x.19/Lib/D5/cxCustomTableViewEditor.dcu new file mode 100644 index 00000000..4bd7e171 Binary files /dev/null and b/official/x.19/Lib/D5/cxCustomTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxCustomTableViewEditor.dfm b/official/x.19/Lib/D5/cxCustomTableViewEditor.dfm new file mode 100644 index 00000000..b4618fc0 --- /dev/null +++ b/official/x.19/Lib/D5/cxCustomTableViewEditor.dfm @@ -0,0 +1,674 @@ +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 diff --git a/official/x.19/Lib/D5/cxDB.dcu b/official/x.19/Lib/D5/cxDB.dcu new file mode 100644 index 00000000..9bf2ca38 Binary files /dev/null and b/official/x.19/Lib/D5/cxDB.dcu differ diff --git a/official/x.19/Lib/D5/cxDBCheckComboBox.dcu b/official/x.19/Lib/D5/cxDBCheckComboBox.dcu new file mode 100644 index 00000000..cd732b96 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBCheckComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBCheckGroup.dcu b/official/x.19/Lib/D5/cxDBCheckGroup.dcu new file mode 100644 index 00000000..75daf18b Binary files /dev/null and b/official/x.19/Lib/D5/cxDBCheckGroup.dcu differ diff --git a/official/x.19/Lib/D5/cxDBCheckListBox.dcu b/official/x.19/Lib/D5/cxDBCheckListBox.dcu new file mode 100644 index 00000000..03b00f3e Binary files /dev/null and b/official/x.19/Lib/D5/cxDBCheckListBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBColorComboBox.dcu b/official/x.19/Lib/D5/cxDBColorComboBox.dcu new file mode 100644 index 00000000..47c69047 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBColorComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBData.dcu b/official/x.19/Lib/D5/cxDBData.dcu new file mode 100644 index 00000000..ee590e58 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBData.dcu differ diff --git a/official/x.19/Lib/D5/cxDBEdit.dcu b/official/x.19/Lib/D5/cxDBEdit.dcu new file mode 100644 index 00000000..b85f16f4 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxDBEditRepository.dcu b/official/x.19/Lib/D5/cxDBEditRepository.dcu new file mode 100644 index 00000000..4cf87d15 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBEditRepository.dcu differ diff --git a/official/x.19/Lib/D5/cxDBExtLookupComboBox.dcu b/official/x.19/Lib/D5/cxDBExtLookupComboBox.dcu new file mode 100644 index 00000000..b15e7f4e Binary files /dev/null and b/official/x.19/Lib/D5/cxDBExtLookupComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBFilter.dcu b/official/x.19/Lib/D5/cxDBFilter.dcu new file mode 100644 index 00000000..c027f758 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBFilter.dcu differ diff --git a/official/x.19/Lib/D5/cxDBFilterControl.dcu b/official/x.19/Lib/D5/cxDBFilterControl.dcu new file mode 100644 index 00000000..2c2cf944 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBFilterControl.dcu differ diff --git a/official/x.19/Lib/D5/cxDBFontNameComboBox.dcu b/official/x.19/Lib/D5/cxDBFontNameComboBox.dcu new file mode 100644 index 00000000..c94af559 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBFontNameComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBGridConverter.dcu b/official/x.19/Lib/D5/cxDBGridConverter.dcu new file mode 100644 index 00000000..63804ce7 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBGridConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxDBLabel.dcu b/official/x.19/Lib/D5/cxDBLabel.dcu new file mode 100644 index 00000000..6329023f Binary files /dev/null and b/official/x.19/Lib/D5/cxDBLabel.dcu differ diff --git a/official/x.19/Lib/D5/cxDBLookupComboBox.dcu b/official/x.19/Lib/D5/cxDBLookupComboBox.dcu new file mode 100644 index 00000000..ca5b3fdd Binary files /dev/null and b/official/x.19/Lib/D5/cxDBLookupComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBLookupEdit.dcu b/official/x.19/Lib/D5/cxDBLookupEdit.dcu new file mode 100644 index 00000000..eaab39cf Binary files /dev/null and b/official/x.19/Lib/D5/cxDBLookupEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxDBNavigator.dcu b/official/x.19/Lib/D5/cxDBNavigator.dcu new file mode 100644 index 00000000..ea8916e0 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBNavigator.dcu differ diff --git a/official/x.19/Lib/D5/cxDBProgressBar.dcu b/official/x.19/Lib/D5/cxDBProgressBar.dcu new file mode 100644 index 00000000..d097724f Binary files /dev/null and b/official/x.19/Lib/D5/cxDBProgressBar.dcu differ diff --git a/official/x.19/Lib/D5/cxDBRichEdit.dcu b/official/x.19/Lib/D5/cxDBRichEdit.dcu new file mode 100644 index 00000000..383d8a5c Binary files /dev/null and b/official/x.19/Lib/D5/cxDBRichEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxDBShellComboBox.dcu b/official/x.19/Lib/D5/cxDBShellComboBox.dcu new file mode 100644 index 00000000..c621f908 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBShellComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxDBTL.dcu b/official/x.19/Lib/D5/cxDBTL.dcu new file mode 100644 index 00000000..99551f2e Binary files /dev/null and b/official/x.19/Lib/D5/cxDBTL.dcu differ diff --git a/official/x.19/Lib/D5/cxDBTrackBar.dcu b/official/x.19/Lib/D5/cxDBTrackBar.dcu new file mode 100644 index 00000000..4eb6b5c5 Binary files /dev/null and b/official/x.19/Lib/D5/cxDBTrackBar.dcu differ diff --git a/official/x.19/Lib/D5/cxDXGridConverter.dcu b/official/x.19/Lib/D5/cxDXGridConverter.dcu new file mode 100644 index 00000000..45c87dcb Binary files /dev/null and b/official/x.19/Lib/D5/cxDXGridConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxDXTLConverter.dcu b/official/x.19/Lib/D5/cxDXTLConverter.dcu new file mode 100644 index 00000000..35c16efe Binary files /dev/null and b/official/x.19/Lib/D5/cxDXTLConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxData.dcu b/official/x.19/Lib/D5/cxData.dcu new file mode 100644 index 00000000..341c9ec5 Binary files /dev/null and b/official/x.19/Lib/D5/cxData.dcu differ diff --git a/official/x.19/Lib/D5/cxDataConsts.dcu b/official/x.19/Lib/D5/cxDataConsts.dcu new file mode 100644 index 00000000..dc235aae Binary files /dev/null and b/official/x.19/Lib/D5/cxDataConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxDataD5.dcu b/official/x.19/Lib/D5/cxDataD5.dcu new file mode 100644 index 00000000..366d6825 Binary files /dev/null and b/official/x.19/Lib/D5/cxDataD5.dcu differ diff --git a/official/x.19/Lib/D5/cxDataStorage.dcu b/official/x.19/Lib/D5/cxDataStorage.dcu new file mode 100644 index 00000000..1367cc1b Binary files /dev/null and b/official/x.19/Lib/D5/cxDataStorage.dcu differ diff --git a/official/x.19/Lib/D5/cxDataUtils.dcu b/official/x.19/Lib/D5/cxDataUtils.dcu new file mode 100644 index 00000000..39ad943d Binary files /dev/null and b/official/x.19/Lib/D5/cxDataUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxDateNavigator.dcu b/official/x.19/Lib/D5/cxDateNavigator.dcu new file mode 100644 index 00000000..97883da5 Binary files /dev/null and b/official/x.19/Lib/D5/cxDateNavigator.dcu differ diff --git a/official/x.19/Lib/D5/cxDateUtils.dcu b/official/x.19/Lib/D5/cxDateUtils.dcu new file mode 100644 index 00000000..c61f9f29 Binary files /dev/null and b/official/x.19/Lib/D5/cxDateUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxDesignWindows.dcu b/official/x.19/Lib/D5/cxDesignWindows.dcu new file mode 100644 index 00000000..44053632 Binary files /dev/null and b/official/x.19/Lib/D5/cxDesignWindows.dcu differ diff --git a/official/x.19/Lib/D5/cxDesignWindows.dfm b/official/x.19/Lib/D5/cxDesignWindows.dfm new file mode 100644 index 00000000..a818173e --- /dev/null +++ b/official/x.19/Lib/D5/cxDesignWindows.dfm @@ -0,0 +1,17 @@ +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 diff --git a/official/x.19/Lib/D5/cxDropDownEdit.dcu b/official/x.19/Lib/D5/cxDropDownEdit.dcu new file mode 100644 index 00000000..18ed8e8c Binary files /dev/null and b/official/x.19/Lib/D5/cxDropDownEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxEdit.dcu b/official/x.19/Lib/D5/cxEdit.dcu new file mode 100644 index 00000000..2f7f35b4 Binary files /dev/null and b/official/x.19/Lib/D5/cxEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxEdit.res b/official/x.19/Lib/D5/cxEdit.res new file mode 100644 index 00000000..14f949b0 Binary files /dev/null and b/official/x.19/Lib/D5/cxEdit.res differ diff --git a/official/x.19/Lib/D5/cxEditConsts.dcu b/official/x.19/Lib/D5/cxEditConsts.dcu new file mode 100644 index 00000000..11a1ca70 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxEditDBRegisteredRepositoryItems.dcu b/official/x.19/Lib/D5/cxEditDBRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..aa0084d4 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditDBRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxEditDataRegisteredRepositoryItems.dcu b/official/x.19/Lib/D5/cxEditDataRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..7c2a6ff9 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditDataRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxEditMaskEditor.dcu b/official/x.19/Lib/D5/cxEditMaskEditor.dcu new file mode 100644 index 00000000..82ae4b3c Binary files /dev/null and b/official/x.19/Lib/D5/cxEditMaskEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxEditMaskEditor.dfm b/official/x.19/Lib/D5/cxEditMaskEditor.dfm new file mode 100644 index 00000000..ea3a51cd --- /dev/null +++ b/official/x.19/Lib/D5/cxEditMaskEditor.dfm @@ -0,0 +1,261 @@ +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 diff --git a/official/x.19/Lib/D5/cxEditPaintUtils.dcu b/official/x.19/Lib/D5/cxEditPaintUtils.dcu new file mode 100644 index 00000000..e961d23a Binary files /dev/null and b/official/x.19/Lib/D5/cxEditPaintUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxEditPropEditors.dcu b/official/x.19/Lib/D5/cxEditPropEditors.dcu new file mode 100644 index 00000000..9c670487 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditPropEditors.dcu differ diff --git a/official/x.19/Lib/D5/cxEditReg.dcr b/official/x.19/Lib/D5/cxEditReg.dcr new file mode 100644 index 00000000..448bf805 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditReg.dcr differ diff --git a/official/x.19/Lib/D5/cxEditReg.dcu b/official/x.19/Lib/D5/cxEditReg.dcu new file mode 100644 index 00000000..f6788677 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditReg.dcu differ diff --git a/official/x.19/Lib/D5/cxEditRegisteredRepositoryItems.dcu b/official/x.19/Lib/D5/cxEditRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..ab5cfe25 Binary files /dev/null and b/official/x.19/Lib/D5/cxEditRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxEditRepositoryEditor.dcu b/official/x.19/Lib/D5/cxEditRepositoryEditor.dcu new file mode 100644 index 00000000..a09a5b8e Binary files /dev/null and b/official/x.19/Lib/D5/cxEditRepositoryEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxEditRepositoryEditor.dfm b/official/x.19/Lib/D5/cxEditRepositoryEditor.dfm new file mode 100644 index 00000000..604d88ab --- /dev/null +++ b/official/x.19/Lib/D5/cxEditRepositoryEditor.dfm @@ -0,0 +1,86 @@ +inherited cxEditRepositoryEditor: TcxEditRepositoryEditor + Left = 363 + Top = 194 + Width = 353 + Height = 416 + Caption = 'EditRepository editor' + Constraints.MinHeight = 200 + Constraints.MinWidth = 350 + PopupMenu = PopupMenu1 + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object LBItems: TListBox + Left = 0 + Top = 0 + Width = 258 + Height = 382 + Align = alClient + ItemHeight = 13 + MultiSelect = True + Sorted = True + TabOrder = 0 + OnClick = LBItemsClick + end + object Panel1: TPanel + Left = 258 + Top = 0 + Width = 87 + Height = 382 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btAdd: TButton + Left = 6 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Add...' + TabOrder = 0 + OnClick = btAddClick + end + object btDelete: TButton + Left = 6 + Top = 40 + Width = 75 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btDeleteClick + end + object btClose: TButton + Left = 6 + Top = 356 + Width = 75 + Height = 25 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + end + object PopupMenu1: TPopupMenu + Left = 32 + Top = 16 + object miAdd: TMenuItem + Caption = 'Add' + ShortCut = 45 + OnClick = miAddClick + end + object miDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = miDeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miSelectAllClick + end + end +end diff --git a/official/x.19/Lib/D5/cxEditRepositoryItems.dcu b/official/x.19/Lib/D5/cxEditRepositoryItems.dcu new file mode 100644 index 00000000..8f3b100f Binary files /dev/null and b/official/x.19/Lib/D5/cxEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxEditTextUtils.dcu b/official/x.19/Lib/D5/cxEditTextUtils.dcu new file mode 100644 index 00000000..b69bf8ea Binary files /dev/null and b/official/x.19/Lib/D5/cxEditTextUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxEditUtils.dcu b/official/x.19/Lib/D5/cxEditUtils.dcu new file mode 100644 index 00000000..3cae327e Binary files /dev/null and b/official/x.19/Lib/D5/cxEditUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxEditorsD5.dcu b/official/x.19/Lib/D5/cxEditorsD5.dcu new file mode 100644 index 00000000..4bcf634d Binary files /dev/null and b/official/x.19/Lib/D5/cxEditorsD5.dcu differ diff --git a/official/x.19/Lib/D5/cxExport.dcu b/official/x.19/Lib/D5/cxExport.dcu new file mode 100644 index 00000000..615eb44c Binary files /dev/null and b/official/x.19/Lib/D5/cxExport.dcu differ diff --git a/official/x.19/Lib/D5/cxExportD5.dcu b/official/x.19/Lib/D5/cxExportD5.dcu new file mode 100644 index 00000000..4bcb676c Binary files /dev/null and b/official/x.19/Lib/D5/cxExportD5.dcu differ diff --git a/official/x.19/Lib/D5/cxExportGrid4Link.dcu b/official/x.19/Lib/D5/cxExportGrid4Link.dcu new file mode 100644 index 00000000..bacc9d17 Binary files /dev/null and b/official/x.19/Lib/D5/cxExportGrid4Link.dcu differ diff --git a/official/x.19/Lib/D5/cxExportSchedulerLink.dcu b/official/x.19/Lib/D5/cxExportSchedulerLink.dcu new file mode 100644 index 00000000..515410da Binary files /dev/null and b/official/x.19/Lib/D5/cxExportSchedulerLink.dcu differ diff --git a/official/x.19/Lib/D5/cxExportStrs.dcu b/official/x.19/Lib/D5/cxExportStrs.dcu new file mode 100644 index 00000000..d77e5a49 Binary files /dev/null and b/official/x.19/Lib/D5/cxExportStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxExportTL4Link.dcu b/official/x.19/Lib/D5/cxExportTL4Link.dcu new file mode 100644 index 00000000..753aa967 Binary files /dev/null and b/official/x.19/Lib/D5/cxExportTL4Link.dcu differ diff --git a/official/x.19/Lib/D5/cxExtEditConsts.dcu b/official/x.19/Lib/D5/cxExtEditConsts.dcu new file mode 100644 index 00000000..b18cb247 Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxExtEditReg.dcr b/official/x.19/Lib/D5/cxExtEditReg.dcr new file mode 100644 index 00000000..dd736fed Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditReg.dcr differ diff --git a/official/x.19/Lib/D5/cxExtEditReg.dcu b/official/x.19/Lib/D5/cxExtEditReg.dcu new file mode 100644 index 00000000..668b5f8d Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditReg.dcu differ diff --git a/official/x.19/Lib/D5/cxExtEditRepositoryItems.dcu b/official/x.19/Lib/D5/cxExtEditRepositoryItems.dcu new file mode 100644 index 00000000..1b879b2f Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxExtEditUtils.dcu b/official/x.19/Lib/D5/cxExtEditUtils.dcu new file mode 100644 index 00000000..5e12beb6 Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxExtEditorsD5.dcu b/official/x.19/Lib/D5/cxExtEditorsD5.dcu new file mode 100644 index 00000000..fe80c6f6 Binary files /dev/null and b/official/x.19/Lib/D5/cxExtEditorsD5.dcu differ diff --git a/official/x.19/Lib/D5/cxFilter.dcu b/official/x.19/Lib/D5/cxFilter.dcu new file mode 100644 index 00000000..c4137d27 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilter.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterConsts.dcu b/official/x.19/Lib/D5/cxFilterConsts.dcu new file mode 100644 index 00000000..3535bf25 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterControl.dcu b/official/x.19/Lib/D5/cxFilterControl.dcu new file mode 100644 index 00000000..f6d215bb Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControl.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterControlDialog.dcu b/official/x.19/Lib/D5/cxFilterControlDialog.dcu new file mode 100644 index 00000000..05c60f28 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControlDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterControlDialog.dfm b/official/x.19/Lib/D5/cxFilterControlDialog.dfm new file mode 100644 index 00000000..1dffecff --- /dev/null +++ b/official/x.19/Lib/D5/cxFilterControlDialog.dfm @@ -0,0 +1,110 @@ +object fmFilterControlDialog: TfmFilterControlDialog + Left = 360 + Top = 200 + Width = 560 + Height = 350 + BorderIcons = [biSystemMenu] + Caption = 'fmFilterControlDialog' + Color = clBtnFace + Constraints.MinHeight = 165 + Constraints.MinWidth = 560 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000008 + 8EEE8FFFF8FF000888888888888800088EEE8FFFF8FF00088888888888880008 + 8E6677FFF8FF0007700007777777000780F607888788000770F6077777770008 + 80F807888888000880F807888888000808886070000000706888660700000706 + 8F88866070000068F88888660700068FFF88886660000000000000000000C000 + 0000C0000000C0000000C0000000C0000000C0000000C0000000C0000000C000 + 0000C0000000C0000000C00F000080070000800300000003000000030000} + KeyPreview = True + Position = poDefaultPosOnly + 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 diff --git a/official/x.19/Lib/D5/cxFilterControlReg.dcr b/official/x.19/Lib/D5/cxFilterControlReg.dcr new file mode 100644 index 00000000..8791bda1 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControlReg.dcr differ diff --git a/official/x.19/Lib/D5/cxFilterControlReg.dcu b/official/x.19/Lib/D5/cxFilterControlReg.dcu new file mode 100644 index 00000000..4bca62f7 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControlReg.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterControlStrs.dcu b/official/x.19/Lib/D5/cxFilterControlStrs.dcu new file mode 100644 index 00000000..b3d62026 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControlStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterControlUtils.dcu b/official/x.19/Lib/D5/cxFilterControlUtils.dcu new file mode 100644 index 00000000..23f9250d Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterControlUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterDialog.dcu b/official/x.19/Lib/D5/cxFilterDialog.dcu new file mode 100644 index 00000000..cc100499 Binary files /dev/null and b/official/x.19/Lib/D5/cxFilterDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxFilterDialog.dfm b/official/x.19/Lib/D5/cxFilterDialog.dfm new file mode 100644 index 00000000..6e96ca91 --- /dev/null +++ b/official/x.19/Lib/D5/cxFilterDialog.dfm @@ -0,0 +1,134 @@ +object cxFilterDialog: TcxFilterDialog + Left = 427 + Top = 113 + HorzScrollBar.Visible = False + VertScrollBar.Visible = False + ActiveControl = cbOperator1 + AutoScroll = False + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Custom Filter' + ClientHeight = 175 + ClientWidth = 414 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object lblTitle: TLabel + Left = 8 + Top = 8 + Width = 87 + Height = 13 + Caption = 'Show rows where:' + 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' + end + object lblSingle: TLabel + Left = 8 + Top = 134 + Width = 185 + Height = 13 + Caption = 'Use ? to represent any single character' + end + object lblSeries: TLabel + Left = 8 + Top = 153 + Width = 200 + Height = 13 + Caption = 'Use * to represent any series of characters' + 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 = 144 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object btnCancel: TcxButton + Left = 330 + Top = 144 + 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 + end + object rbOr: TcxRadioButton + Tag = 1 + Left = 120 + Top = 74 + Width = 65 + Height = 17 + Caption = '&Or' + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/cxFontNameComboBox.dcu b/official/x.19/Lib/D5/cxFontNameComboBox.dcu new file mode 100644 index 00000000..3730eaeb Binary files /dev/null and b/official/x.19/Lib/D5/cxFontNameComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxFontNameComboBox.res b/official/x.19/Lib/D5/cxFontNameComboBox.res new file mode 100644 index 00000000..4dd46661 Binary files /dev/null and b/official/x.19/Lib/D5/cxFontNameComboBox.res differ diff --git a/official/x.19/Lib/D5/cxFormats.dcu b/official/x.19/Lib/D5/cxFormats.dcu new file mode 100644 index 00000000..d6dc554f Binary files /dev/null and b/official/x.19/Lib/D5/cxFormats.dcu differ diff --git a/official/x.19/Lib/D5/cxGeometry.dcu b/official/x.19/Lib/D5/cxGeometry.dcu new file mode 100644 index 00000000..8ccfc806 Binary files /dev/null and b/official/x.19/Lib/D5/cxGeometry.dcu differ diff --git a/official/x.19/Lib/D5/cxGraphics.dcu b/official/x.19/Lib/D5/cxGraphics.dcu new file mode 100644 index 00000000..28775b57 Binary files /dev/null and b/official/x.19/Lib/D5/cxGraphics.dcu differ diff --git a/official/x.19/Lib/D5/cxGrid.dcu b/official/x.19/Lib/D5/cxGrid.dcu new file mode 100644 index 00000000..5db85023 Binary files /dev/null and b/official/x.19/Lib/D5/cxGrid.dcu differ diff --git a/official/x.19/Lib/D5/cxGrid.res b/official/x.19/Lib/D5/cxGrid.res new file mode 100644 index 00000000..31124f9d Binary files /dev/null and b/official/x.19/Lib/D5/cxGrid.res differ diff --git a/official/x.19/Lib/D5/cxGridBandedTableView.dcu b/official/x.19/Lib/D5/cxGridBandedTableView.dcu new file mode 100644 index 00000000..6f0fa7b0 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridBandedTableView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridCardView.dcu b/official/x.19/Lib/D5/cxGridCardView.dcu new file mode 100644 index 00000000..bc106b7e Binary files /dev/null and b/official/x.19/Lib/D5/cxGridCardView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridChartView.dcu b/official/x.19/Lib/D5/cxGridChartView.dcu new file mode 100644 index 00000000..046fbedd Binary files /dev/null and b/official/x.19/Lib/D5/cxGridChartView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridCommon.dcu b/official/x.19/Lib/D5/cxGridCommon.dcu new file mode 100644 index 00000000..d23327ae Binary files /dev/null and b/official/x.19/Lib/D5/cxGridCommon.dcu differ diff --git a/official/x.19/Lib/D5/cxGridConverter.dcu b/official/x.19/Lib/D5/cxGridConverter.dcu new file mode 100644 index 00000000..3223df1f Binary files /dev/null and b/official/x.19/Lib/D5/cxGridConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxGridCustomPopupMenu.dcu b/official/x.19/Lib/D5/cxGridCustomPopupMenu.dcu new file mode 100644 index 00000000..9541eec0 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridCustomPopupMenu.dcu differ diff --git a/official/x.19/Lib/D5/cxGridCustomTableView.dcu b/official/x.19/Lib/D5/cxGridCustomTableView.dcu new file mode 100644 index 00000000..0f88df92 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridCustomTableView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridCustomView.dcu b/official/x.19/Lib/D5/cxGridCustomView.dcu new file mode 100644 index 00000000..7c532bf5 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridCustomView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridD5.dcu b/official/x.19/Lib/D5/cxGridD5.dcu new file mode 100644 index 00000000..20fb12c8 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridD5.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDBBandedTableView.dcu b/official/x.19/Lib/D5/cxGridDBBandedTableView.dcu new file mode 100644 index 00000000..0a4834b6 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDBBandedTableView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDBCardView.dcu b/official/x.19/Lib/D5/cxGridDBCardView.dcu new file mode 100644 index 00000000..73f9f284 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDBCardView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDBChartView.dcu b/official/x.19/Lib/D5/cxGridDBChartView.dcu new file mode 100644 index 00000000..2fb92253 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDBChartView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDBDataDefinitions.dcu b/official/x.19/Lib/D5/cxGridDBDataDefinitions.dcu new file mode 100644 index 00000000..5863fb68 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDBDataDefinitions.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDBTableView.dcu b/official/x.19/Lib/D5/cxGridDBTableView.dcu new file mode 100644 index 00000000..038d4f74 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDBTableView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridDetailsSite.dcu b/official/x.19/Lib/D5/cxGridDetailsSite.dcu new file mode 100644 index 00000000..7dfc43e6 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridDetailsSite.dcu differ diff --git a/official/x.19/Lib/D5/cxGridEditor.dcu b/official/x.19/Lib/D5/cxGridEditor.dcu new file mode 100644 index 00000000..180d1e5b Binary files /dev/null and b/official/x.19/Lib/D5/cxGridEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxGridEditor.dfm b/official/x.19/Lib/D5/cxGridEditor.dfm new file mode 100644 index 00000000..4f027aa1 --- /dev/null +++ b/official/x.19/Lib/D5/cxGridEditor.dfm @@ -0,0 +1,287 @@ +object cxGridEditor: TcxGridEditor + Left = 457 + Top = 105 + Width = 570 + Height = 400 + HorzScrollBar.Range = 4 + VertScrollBar.Range = 34 + ActiveControl = PageControl1 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Editing' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Pitch = fpVariable + Font.Style = [] + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 558 + Height = 332 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Splitter1: TSplitter + Left = 209 + Top = 0 + Width = 6 + Height = 332 + Cursor = crHSplit + end + object Panel4: TPanel + Left = 215 + Top = 0 + Width = 343 + Height = 332 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object PViewFrame: TPanel + Left = 0 + Top = 19 + Width = 343 + Height = 313 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end + object Panel11: TPanel + Left = 0 + Top = 0 + Width = 343 + Height = 19 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object Label1: TLabel + Left = 8 + Top = 3 + Width = 71 + Height = 13 + Caption = 'Selected View:' + end + object LSelectedView: TLabel + Left = 86 + Top = 3 + Width = 82 + Height = 13 + Caption = '' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = 12 + Font.Name = 'MS Sans Serif' + Font.Pitch = fpVariable + Font.Style = [fsBold] + ParentFont = False + end + end + end + object PLeft: TPanel + Left = 0 + Top = 0 + Width = 209 + Height = 332 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 205 + Height = 328 + ActivePage = tsLevels + Align = alClient + TabOrder = 0 + object tsLevels: TTabSheet + Caption = ' Levels ' + object PLevels: TPanel + Left = 0 + Top = 0 + Width = 197 + Height = 266 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 0 + end + object Panel6: TPanel + Left = 0 + Top = 266 + Width = 197 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BAddLevel: TButton + Left = 1 + Top = 6 + Width = 80 + Height = 24 + Caption = '&Add Level' + TabOrder = 0 + OnClick = BAddLevelClick + end + object BDeleteLevel: TButton + Left = 90 + Top = 6 + Width = 80 + Height = 24 + Caption = '&Delete Level' + TabOrder = 1 + OnClick = BDeleteLevelClick + end + end + end + object TabSheet2: TTabSheet + Caption = ' Views ' + ImageIndex = 1 + object PViews: TPanel + Left = 0 + Top = 0 + Width = 197 + Height = 236 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 0 + object LBViews: TListBox + Left = 1 + Top = 1 + Width = 195 + Height = 234 + Align = alClient + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + PopupMenu = PMViewList + TabOrder = 0 + OnClick = LBViewsClick + OnKeyPress = GridStructureControlKeyPress + end + end + object Panel9: TPanel + Left = 0 + Top = 236 + Width = 197 + Height = 64 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BAddView: TButton + Left = 1 + Top = 6 + Width = 80 + Height = 24 + Caption = 'Add &View...' + TabOrder = 0 + OnClick = BAddViewClick + end + object BDeleteView: TButton + Left = 90 + Top = 6 + Width = 80 + Height = 24 + Caption = 'D&elete View' + TabOrder = 1 + OnClick = BDeleteViewClick + end + object BEditView: TButton + Left = 1 + Top = 36 + Width = 169 + Height = 25 + Caption = 'Edit View &Layout and Data...' + TabOrder = 2 + OnClick = miEditLayoutClick + end + end + end + end + object Panel7: TPanel + Left = 0 + Top = 4 + Width = 4 + Height = 328 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + end + object Panel8: TPanel + Left = 0 + Top = 0 + Width = 209 + Height = 4 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + end + end + end + object Panel2: TPanel + Left = 0 + Top = 332 + Width = 562 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object Panel3: TPanel + Left = 385 + Top = 0 + Width = 177 + Height = 34 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object BClose: TButton + Left = 93 + Top = 6 + Width = 80 + Height = 23 + Cancel = True + Caption = '&Close' + TabOrder = 0 + OnClick = BCloseClick + end + end + end + object Panel10: TPanel + Left = 558 + Top = 0 + Width = 4 + Height = 332 + Align = alRight + BevelOuter = bvNone + TabOrder = 2 + end + object PMGridStructureControl: TPopupMenu + Left = 86 + Top = 62 + end + object PMViews: TPopupMenu + Left = 80 + Top = 104 + end + object PMViewList: TPopupMenu + Left = 84 + Top = 150 + 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 diff --git a/official/x.19/Lib/D5/cxGridFilterHelpers.dcu b/official/x.19/Lib/D5/cxGridFilterHelpers.dcu new file mode 100644 index 00000000..5875fbfc Binary files /dev/null and b/official/x.19/Lib/D5/cxGridFilterHelpers.dcu differ diff --git a/official/x.19/Lib/D5/cxGridFooterPopupMenuItems.dcu b/official/x.19/Lib/D5/cxGridFooterPopupMenuItems.dcu new file mode 100644 index 00000000..89658902 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridFooterPopupMenuItems.dcu differ diff --git a/official/x.19/Lib/D5/cxGridHeaderPopupMenuItems.dcu b/official/x.19/Lib/D5/cxGridHeaderPopupMenuItems.dcu new file mode 100644 index 00000000..b3585b51 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridHeaderPopupMenuItems.dcu differ diff --git a/official/x.19/Lib/D5/cxGridImportDialog.dcu b/official/x.19/Lib/D5/cxGridImportDialog.dcu new file mode 100644 index 00000000..2db35dab Binary files /dev/null and b/official/x.19/Lib/D5/cxGridImportDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxGridImportDialog.dfm b/official/x.19/Lib/D5/cxGridImportDialog.dfm new file mode 100644 index 00000000..40197beb --- /dev/null +++ b/official/x.19/Lib/D5/cxGridImportDialog.dfm @@ -0,0 +1,203 @@ +object ImportDialog: TImportDialog + Left = 200 + Top = 200 + BorderIcons = [biSystemMenu] + BorderStyle = bsSingle + Caption = 'Import' + ClientHeight = 367 + ClientWidth = 366 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + Position = poDesigned + OnCreate = FormCreate + OnDestroy = FormDestroy + OnKeyDown = FormKeyDown + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 253 + Top = 0 + Width = 113 + Height = 367 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Button1: TButton + Left = 12 + Top = 8 + Width = 89 + Height = 25 + Caption = 'Import' + Enabled = False + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 12 + Top = 40 + Width = 89 + Height = 25 + Caption = 'Close' + TabOrder = 1 + OnClick = Button2Click + end + object Button3: TButton + Left = 12 + Top = 332 + Width = 89 + Height = 25 + Caption = 'Options >>' + TabOrder = 2 + OnClick = Button3Click + end + end + object ListBox1: TListBox + Left = 0 + Top = 0 + Width = 253 + Height = 367 + Align = alLeft + ItemHeight = 13 + TabOrder = 1 + OnClick = ListBox1Click + OnDblClick = ListBox1DblClick + end + object Panel2: TPanel + Left = 366 + Top = 0 + Width = 0 + Height = 367 + Align = alClient + TabOrder = 2 + object PageControl1: TPageControl + Left = 1 + Top = 1 + Width = 0 + Height = 365 + ActivePage = TabSheet1 + Align = alClient + TabOrder = 0 + TabStop = False + object TabSheet1: TTabSheet + Caption = 'Levels' + object GroupBox1: TGroupBox + Left = 0 + Top = 0 + Width = 0 + Height = 280 + Align = alTop + Caption = ' Destination Level ' + TabOrder = 0 + object lbCurrentLevelName: TLabel + Left = 78 + Top = 256 + Width = 5 + Height = 13 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + end + object Label1: TLabel + Left = 4 + Top = 256 + Width = 73 + Height = 13 + Caption = 'Selected level: ' + end + object Panel3: TPanel + Left = 2 + Top = 15 + Width = 0 + Height = 234 + Align = alTop + BevelInner = bvLowered + BevelOuter = bvLowered + TabOrder = 0 + end + end + object cbDeleteAllSublevels: TCheckBox + Left = 4 + Top = 315 + Width = 125 + Height = 17 + Caption = 'Delete All Sublevels' + Checked = True + State = cbChecked + TabOrder = 1 + end + end + object TabSheet2: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + OnShow = TabSheet2Show + object GroupBox2: TGroupBox + Left = 0 + Top = 36 + Width = 0 + Height = 301 + Align = alBottom + Caption = ' StyleRepository Options ' + TabOrder = 1 + object RadioButton1: TRadioButton + Left = 16 + Top = 28 + Width = 169 + Height = 17 + Caption = 'Create New StyleRepository' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = RadioButton1Click + end + object RadioButton2: TRadioButton + Left = 16 + Top = 100 + Width = 173 + Height = 17 + Caption = 'Use Existing StyleRepository' + TabOrder = 2 + OnClick = RadioButton2Click + end + object Edit1: TEdit + Left = 36 + Top = 52 + Width = 229 + Height = 21 + TabOrder = 1 + end + object ComboBox1: TComboBox + Left = 36 + Top = 124 + Width = 229 + Height = 21 + Style = csDropDownList + Color = clBtnFace + Enabled = False + ItemHeight = 13 + TabOrder = 3 + end + end + object cbImportStyles: TCheckBox + Left = 4 + Top = 8 + Width = 97 + Height = 17 + Caption = 'Import Styles' + Checked = True + State = cbChecked + TabOrder = 0 + OnClick = cbImportStylesClick + end + end + end + end +end diff --git a/official/x.19/Lib/D5/cxGridLevel.dcu b/official/x.19/Lib/D5/cxGridLevel.dcu new file mode 100644 index 00000000..b0d25b66 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridLevel.dcu differ diff --git a/official/x.19/Lib/D5/cxGridMenuOperations.dcu b/official/x.19/Lib/D5/cxGridMenuOperations.dcu new file mode 100644 index 00000000..3e54cc72 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridMenuOperations.dcu differ diff --git a/official/x.19/Lib/D5/cxGridMenuOperations.res b/official/x.19/Lib/D5/cxGridMenuOperations.res new file mode 100644 index 00000000..ead98126 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridMenuOperations.res differ diff --git a/official/x.19/Lib/D5/cxGridPopupMenu.dcu b/official/x.19/Lib/D5/cxGridPopupMenu.dcu new file mode 100644 index 00000000..6c465512 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridPopupMenu.dcu differ diff --git a/official/x.19/Lib/D5/cxGridPopupMenuConsts.dcu b/official/x.19/Lib/D5/cxGridPopupMenuConsts.dcu new file mode 100644 index 00000000..c68fed57 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridPopupMenuConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxGridPopupMenuReg.dcr b/official/x.19/Lib/D5/cxGridPopupMenuReg.dcr new file mode 100644 index 00000000..2fd9240e Binary files /dev/null and b/official/x.19/Lib/D5/cxGridPopupMenuReg.dcr differ diff --git a/official/x.19/Lib/D5/cxGridPopupMenuReg.dcu b/official/x.19/Lib/D5/cxGridPopupMenuReg.dcu new file mode 100644 index 00000000..8b37f7be Binary files /dev/null and b/official/x.19/Lib/D5/cxGridPopupMenuReg.dcu differ diff --git a/official/x.19/Lib/D5/cxGridPredefinedStyles.dcu b/official/x.19/Lib/D5/cxGridPredefinedStyles.dcu new file mode 100644 index 00000000..e7dd77d4 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridPredefinedStyles.dcu differ diff --git a/official/x.19/Lib/D5/cxGridPredefinedStyles.dfm b/official/x.19/Lib/D5/cxGridPredefinedStyles.dfm new file mode 100644 index 00000000..64a1df98 --- /dev/null +++ b/official/x.19/Lib/D5/cxGridPredefinedStyles.dfm @@ -0,0 +1,4855 @@ +object cxdmGridPredefinedStyles: TcxdmGridPredefinedStyles + Left = 262 + Top = 123 + Height = 253 + Width = 356 + object StyleRepository: TcxStyleRepository + Left = 160 + Top = 96 + object ClassicBackground: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16247513 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object ClassicContentEven: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object ClassicContentOdd: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object ClassicFilterBox: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14811135 + TextColor = clBlack + end + object ClassicFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14811135 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clNavy + end + object ClassicGroup: TcxStyle + AssignedValues = [svColor] + Color = 14872561 + end + object ClassicGroupByBox: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object ClassicHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object ClassicInactive: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicIncSearch: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object ClassicIndicator: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14811135 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clNavy + end + object ClassicSelection: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle1: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle2: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 1262987 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clWhite + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15136253 + Font.Charset = DEFAULT_CHARSET + Font.Color = 7346457 + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = 7346457 + end + object cxStyle7: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16436871 + TextColor = clBlack + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 8036607 + TextColor = clBlack + end + object cxStyle9: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12180223 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle11: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle13: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4615972 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5737262 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Black' + Font.Style = [] + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 9234160 + TextColor = clBlack + end + object cxStyle19: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11788021 + TextColor = clBlack + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11193702 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5736750 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle24: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle25: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 166 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8519755 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 14481663 + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16775416 + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16443110 + TextColor = clBlack + end + object cxStyle31: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14599344 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 191 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle35: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 85 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461355 + TextColor = clBlack + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 85 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle46: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 66 + Font.Charset = DEFAULT_CHARSET + Font.Color = 13820129 + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13820129 + end + object cxStyle49: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10862530 + TextColor = clBlack + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13820129 + TextColor = clBlack + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13820129 + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle57: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6852002 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle61: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12307669 + TextColor = clBlack + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14542570 + TextColor = clBlack + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6852002 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle67: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle68: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194368 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = 7897176 + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = 7897176 + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle73: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11055248 + TextColor = clBlack + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14211272 + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = 524288 + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = 524288 + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle79: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = 11619930 + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 11619930 + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [] + TextColor = clBlack + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14264494 + TextColor = clBlack + end + object cxStyle85: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15521240 + TextColor = clBlack + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle91: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11458790 + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14150898 + TextColor = clBlack + end + object cxStyle97: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14150898 + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle102: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4673068 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12107912 + TextColor = clBlack + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14213320 + TextColor = clBlack + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8949832 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle113: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4204608 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 6307912 + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10266296 + TextColor = clBlack + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14476524 + TextColor = clBlack + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5791864 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9476264 + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle123: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle124: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4325442 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 3122647 + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10343916 + TextColor = clBlack + end + object cxStyle129: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13626101 + TextColor = clBlack + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3122647 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13626101 + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle135: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 8217935 + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11639171 + TextColor = clBlack + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14273729 + TextColor = clBlack + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14273729 + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle145: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle146: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clMaroon + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4325376 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clSilver + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clMaroon + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle157: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364767 + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14540253 + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle167: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle168: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle170: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364768 + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle173: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14540253 + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle178: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle179: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4276545 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9928789 + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle183: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13154717 + TextColor = clBlack + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14933198 + TextColor = clBlack + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle188: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle190: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2178849 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle192: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 6592345 + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11126946 + TextColor = clBlack + end + object cxStyle195: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13886416 + TextColor = clBlack + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13886416 + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle201: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194432 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle207: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194432 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle212: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle213: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210688 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle217: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle223: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle224: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 1916928 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle227: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10542814 + TextColor = clBlack + end + object cxStyle228: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13692654 + TextColor = clBlack + end + object cxStyle229: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4308156 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle230: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle232: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle233: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle234: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle235: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle236: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle237: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle238: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle239: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle240: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle241: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle242: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle243: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle244: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle245: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle246: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle247: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle248: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle249: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14671839 + TextColor = clBlack + end + object cxStyle250: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle251: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle252: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle253: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle254: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle255: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle256: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle257: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle258: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle259: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle260: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13160660 + TextColor = clBlack + end + object cxStyle261: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle262: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13160660 + end + object cxStyle263: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle264: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle265: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle266: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle267: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle268: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle269: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle270: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle271: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13160660 + TextColor = clBlack + end + object cxStyle272: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle273: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13160660 + end + object cxStyle274: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle275: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle276: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle277: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle278: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle279: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle280: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlue + end + object cxStyle281: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle282: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle283: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle284: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle285: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle286: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle287: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle288: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle289: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle290: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle291: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle292: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle293: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle294: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle295: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle296: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle297: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle298: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle299: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle300: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle301: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle302: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clAqua + end + object cxStyle303: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle304: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle305: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle306: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle307: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle308: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle309: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle310: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle311: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle312: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle313: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clAqua + end + object cxStyle314: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle315: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle316: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle317: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle318: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle319: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle320: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle321: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle322: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle323: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle324: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clPurple + end + object cxStyle325: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle326: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle327: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clWhite + end + object cxStyle328: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle329: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle330: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle331: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle332: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle333: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle334: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle335: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle336: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle337: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle338: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clWhite + end + object cxStyle339: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle340: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle341: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle342: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle343: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle344: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle345: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle346: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle347: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle348: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle349: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15658734 + TextColor = clBlack + end + object cxStyle350: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle351: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle352: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle353: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle354: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle355: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle356: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle357: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle358: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle359: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle360: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15658734 + TextColor = clBlack + end + object cxStyle361: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle362: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle363: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object ClassicRowCaption: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16749885 + TextColor = clWhite + end + object cxStyle364: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle365: TcxStyle + AssignedValues = [svColor] + Color = 13160660 + end + object cxStyle366: TcxStyle + AssignedValues = [svColor] + Color = 13160660 + end + object GridTableViewStyleSheetDevExpress: TcxGridTableViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentEven + Styles.ContentOdd = ClassicContentOdd + Styles.FilterBox = ClassicFilterBox + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.Footer = ClassicFooter + Styles.Group = ClassicGroup + Styles.GroupByBox = ClassicGroupByBox + Styles.Header = ClassicHeader + Styles.Indicator = ClassicIndicator + Styles.Preview = ClassicPreview + BuiltIn = True + end + object GridBandedTableViewStyleSheetDevExpress: TcxGridBandedTableViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentEven + Styles.ContentOdd = ClassicContentOdd + Styles.FilterBox = ClassicFilterBox + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.Footer = ClassicFooter + Styles.Group = ClassicGroup + Styles.GroupByBox = ClassicGroupByBox + Styles.Header = ClassicHeader + Styles.Indicator = ClassicIndicator + Styles.Preview = ClassicPreview + Styles.BandBackground = ClassicBackground + Styles.BandHeader = ClassicHeader + BuiltIn = True + end + object GridCardViewStyleSheetDevExpress: TcxGridCardViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentOdd + Styles.ContentOdd = ClassicContentEven + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.CaptionRow = ClassicHeader + Styles.CardBorder = ClassicHeader + Styles.RowCaption = ClassicRowCaption + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat1: TcxGridTableViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.Footer = cxStyle1 + Styles.Group = cxStyle9 + Styles.GroupByBox = cxStyle4 + Styles.Header = cxStyle2 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle5 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat1: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.Footer = cxStyle1 + Styles.Group = cxStyle9 + Styles.GroupByBox = cxStyle4 + Styles.Header = cxStyle2 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle5 + Styles.BandHeader = cxStyle2 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat1: TcxGridCardViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.CaptionRow = cxStyle2 + Styles.RowCaption = cxStyle2 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat2: TcxGridTableViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.Footer = cxStyle12 + Styles.Group = cxStyle20 + Styles.GroupByBox = cxStyle15 + Styles.Header = cxStyle13 + Styles.Indicator = cxStyle22 + Styles.Preview = cxStyle16 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat2: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.Footer = cxStyle12 + Styles.Group = cxStyle20 + Styles.GroupByBox = cxStyle15 + Styles.Header = cxStyle13 + Styles.Indicator = cxStyle22 + Styles.Preview = cxStyle16 + Styles.BandHeader = cxStyle13 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat2: TcxGridCardViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.CaptionRow = cxStyle13 + Styles.RowCaption = cxStyle13 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat3: TcxGridTableViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.Footer = cxStyle23 + Styles.Group = cxStyle31 + Styles.GroupByBox = cxStyle26 + Styles.Header = cxStyle24 + Styles.Indicator = cxStyle33 + Styles.Preview = cxStyle27 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat3: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.Footer = cxStyle23 + Styles.Group = cxStyle31 + Styles.GroupByBox = cxStyle26 + Styles.Header = cxStyle24 + Styles.Indicator = cxStyle33 + Styles.Preview = cxStyle27 + Styles.BandHeader = cxStyle24 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat3: TcxGridCardViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.CaptionRow = cxStyle24 + Styles.RowCaption = cxStyle24 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat4: TcxGridTableViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.Footer = cxStyle34 + Styles.Group = cxStyle42 + Styles.GroupByBox = cxStyle37 + Styles.Header = cxStyle35 + Styles.Indicator = cxStyle44 + Styles.Preview = cxStyle38 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat4: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.Footer = cxStyle34 + Styles.Group = cxStyle42 + Styles.GroupByBox = cxStyle37 + Styles.Header = cxStyle35 + Styles.Indicator = cxStyle44 + Styles.Preview = cxStyle38 + Styles.BandHeader = cxStyle35 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat4: TcxGridCardViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.CaptionRow = cxStyle35 + Styles.RowCaption = cxStyle35 + BuiltIn = True + end + object GridTableViewStyleSheetBrick: TcxGridTableViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.Footer = cxStyle45 + Styles.Group = cxStyle53 + Styles.GroupByBox = cxStyle48 + Styles.Header = cxStyle46 + Styles.Indicator = cxStyle55 + Styles.Preview = cxStyle49 + BuiltIn = True + end + object GridBandedTableViewStyleSheetBrick: TcxGridBandedTableViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.Footer = cxStyle45 + Styles.Group = cxStyle53 + Styles.GroupByBox = cxStyle48 + Styles.Header = cxStyle46 + Styles.Indicator = cxStyle55 + Styles.Preview = cxStyle49 + Styles.BandHeader = cxStyle46 + BuiltIn = True + end + object GridCardViewStyleSheetBrick: TcxGridCardViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.CaptionRow = cxStyle46 + Styles.RowCaption = cxStyle46 + BuiltIn = True + end + object GridTableViewStyleSheetDesert: TcxGridTableViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.Footer = cxStyle56 + Styles.Group = cxStyle64 + Styles.GroupByBox = cxStyle59 + Styles.Header = cxStyle57 + Styles.Indicator = cxStyle66 + Styles.Preview = cxStyle60 + BuiltIn = True + end + object GridBandedTableViewStyleSheetDesert: TcxGridBandedTableViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.Footer = cxStyle56 + Styles.Group = cxStyle64 + Styles.GroupByBox = cxStyle59 + Styles.Header = cxStyle57 + Styles.Indicator = cxStyle66 + Styles.Preview = cxStyle60 + Styles.BandHeader = cxStyle57 + BuiltIn = True + end + object GridCardViewStyleSheetDesert: TcxGridCardViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.CaptionRow = cxStyle57 + Styles.RowCaption = cxStyle57 + BuiltIn = True + end + object GridTableViewStyleSheetEggplant: TcxGridTableViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.Footer = cxStyle67 + Styles.Group = cxStyle75 + Styles.GroupByBox = cxStyle70 + Styles.Header = cxStyle68 + Styles.Indicator = cxStyle77 + Styles.Preview = cxStyle71 + BuiltIn = True + end + object GridBandedTableViewStyleSheetEggplant: TcxGridBandedTableViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.Footer = cxStyle67 + Styles.Group = cxStyle75 + Styles.GroupByBox = cxStyle70 + Styles.Header = cxStyle68 + Styles.Indicator = cxStyle77 + Styles.Preview = cxStyle71 + Styles.BandBackground = cxStyle68 + BuiltIn = True + end + object GridCardViewStyleSheetEggplant: TcxGridCardViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.CaptionRow = cxStyle68 + Styles.RowCaption = cxStyle68 + BuiltIn = True + end + object GridTableViewStyleSheetLilac: TcxGridTableViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.Footer = cxStyle78 + Styles.Group = cxStyle86 + Styles.GroupByBox = cxStyle81 + Styles.Header = cxStyle79 + Styles.Indicator = cxStyle88 + Styles.Preview = cxStyle82 + BuiltIn = True + end + object GridBandedTableViewStyleSheetLilac: TcxGridBandedTableViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.Footer = cxStyle78 + Styles.Group = cxStyle86 + Styles.GroupByBox = cxStyle81 + Styles.Header = cxStyle79 + Styles.Indicator = cxStyle88 + Styles.Preview = cxStyle82 + Styles.BandHeader = cxStyle79 + BuiltIn = True + end + object GridCardViewStyleSheetLilac: TcxGridCardViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.CaptionRow = cxStyle79 + Styles.RowCaption = cxStyle79 + BuiltIn = True + end + object GridTableViewStyleSheetMaple: TcxGridTableViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.Footer = cxStyle89 + Styles.Group = cxStyle97 + Styles.GroupByBox = cxStyle92 + Styles.Header = cxStyle90 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle93 + BuiltIn = True + end + object GridBandedTableViewStyleSheetMaple: TcxGridBandedTableViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.Footer = cxStyle89 + Styles.Group = cxStyle97 + Styles.GroupByBox = cxStyle92 + Styles.Header = cxStyle90 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle93 + Styles.BandHeader = cxStyle90 + BuiltIn = True + end + object GridCardViewStyleSheetMaple: TcxGridCardViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.CaptionRow = cxStyle90 + Styles.RowCaption = cxStyle90 + BuiltIn = True + end + object GridTableViewStyleSheetMarinehighcolor: TcxGridTableViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.Footer = cxStyle100 + Styles.Group = cxStyle108 + Styles.GroupByBox = cxStyle103 + Styles.Header = cxStyle101 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle104 + BuiltIn = True + end + object GridBandedTableViewStyleSheetMarinehighcolor: TcxGridBandedTableViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.Footer = cxStyle100 + Styles.Group = cxStyle108 + Styles.GroupByBox = cxStyle103 + Styles.Header = cxStyle101 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle104 + Styles.BandHeader = cxStyle101 + BuiltIn = True + end + object GridCardViewStyleSheetMarinehighcolor: TcxGridCardViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.CaptionRow = cxStyle101 + Styles.RowCaption = cxStyle101 + BuiltIn = True + end + object GridTableViewStyleSheetPlumhighcolor: TcxGridTableViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.Footer = cxStyle111 + Styles.Group = cxStyle119 + Styles.GroupByBox = cxStyle114 + Styles.Header = cxStyle112 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle115 + BuiltIn = True + end + object GridBandedTableViewStyleSheetPlumhighcolor: TcxGridBandedTableViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.Footer = cxStyle111 + Styles.Group = cxStyle119 + Styles.GroupByBox = cxStyle114 + Styles.Header = cxStyle112 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle115 + Styles.BandHeader = cxStyle112 + BuiltIn = True + end + object GridCardViewStyleSheetPlumhighcolor: TcxGridCardViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.CaptionRow = cxStyle112 + Styles.CardBorder = cxStyle112 + Styles.RowCaption = cxStyle112 + BuiltIn = True + end + object GridTableViewStyleSheetPumpkinlarge: TcxGridTableViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.Footer = cxStyle122 + Styles.Group = cxStyle130 + Styles.GroupByBox = cxStyle125 + Styles.Header = cxStyle123 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle126 + BuiltIn = True + end + object GridBandedTableViewStyleSheetPumpkinlarge: TcxGridBandedTableViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.Footer = cxStyle122 + Styles.Group = cxStyle130 + Styles.GroupByBox = cxStyle125 + Styles.Header = cxStyle123 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle126 + Styles.BandHeader = cxStyle123 + BuiltIn = True + end + object GridCardViewStyleSheetPumpkinlarge: TcxGridCardViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.CaptionRow = cxStyle123 + Styles.RowCaption = cxStyle123 + BuiltIn = True + end + object GridTableViewStyleSheetRainyDay: TcxGridTableViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.Footer = cxStyle133 + Styles.Group = cxStyle141 + Styles.GroupByBox = cxStyle136 + Styles.Header = cxStyle134 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle137 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRainyDay: TcxGridBandedTableViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.Footer = cxStyle133 + Styles.Group = cxStyle141 + Styles.GroupByBox = cxStyle136 + Styles.Header = cxStyle134 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle137 + Styles.BandHeader = cxStyle134 + BuiltIn = True + end + object GridCardViewStyleSheetRainyDay: TcxGridCardViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.CaptionRow = cxStyle134 + Styles.RowCaption = cxStyle134 + BuiltIn = True + end + object GridTableViewStyleSheetRedWhiteandBlueVGA: TcxGridTableViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.Footer = cxStyle144 + Styles.Group = cxStyle152 + Styles.GroupByBox = cxStyle147 + Styles.Header = cxStyle145 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle148 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRedWhiteandBlueVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.Footer = cxStyle144 + Styles.Group = cxStyle152 + Styles.GroupByBox = cxStyle147 + Styles.Header = cxStyle145 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle148 + Styles.BandHeader = cxStyle145 + BuiltIn = True + end + object GridCardViewStyleSheetRedWhiteandBlueVGA: TcxGridCardViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.CaptionRow = cxStyle145 + Styles.RowCaption = cxStyle145 + BuiltIn = True + end + object GridTableViewStyleSheetRose: TcxGridTableViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.Footer = cxStyle155 + Styles.Group = cxStyle163 + Styles.GroupByBox = cxStyle158 + Styles.Header = cxStyle156 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle159 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRose: TcxGridBandedTableViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.Footer = cxStyle155 + Styles.Group = cxStyle163 + Styles.GroupByBox = cxStyle158 + Styles.Header = cxStyle156 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle159 + Styles.BandHeader = cxStyle156 + BuiltIn = True + end + object GridCardViewStyleSheetRose: TcxGridCardViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.CaptionRow = cxStyle156 + Styles.RowCaption = cxStyle156 + BuiltIn = True + end + object GridTableViewStyleSheetRoselarge: TcxGridTableViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.Footer = cxStyle166 + Styles.Group = cxStyle174 + Styles.GroupByBox = cxStyle169 + Styles.Header = cxStyle167 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle170 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRoselarge: TcxGridBandedTableViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.Footer = cxStyle166 + Styles.Group = cxStyle174 + Styles.GroupByBox = cxStyle169 + Styles.Header = cxStyle167 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle170 + Styles.BandHeader = cxStyle167 + BuiltIn = True + end + object GridCardViewStyleSheetRoselarge: TcxGridCardViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.CaptionRow = cxStyle167 + Styles.RowCaption = cxStyle167 + BuiltIn = True + end + object GridTableViewStyleSheetSlate: TcxGridTableViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.Footer = cxStyle177 + Styles.Group = cxStyle185 + Styles.GroupByBox = cxStyle180 + Styles.Header = cxStyle178 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle181 + BuiltIn = True + end + object GridBandedTableViewStyleSheetSlate: TcxGridBandedTableViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.Footer = cxStyle177 + Styles.Group = cxStyle185 + Styles.GroupByBox = cxStyle180 + Styles.Header = cxStyle178 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle181 + Styles.BandHeader = cxStyle178 + BuiltIn = True + end + object GridCardViewStyleSheetSlate: TcxGridCardViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.CaptionRow = cxStyle178 + Styles.RowCaption = cxStyle178 + BuiltIn = True + end + object GridTableViewStyleSheetSpruce: TcxGridTableViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.Footer = cxStyle188 + Styles.Group = cxStyle196 + Styles.GroupByBox = cxStyle191 + Styles.Header = cxStyle189 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle192 + BuiltIn = True + end + object GridBandedTableViewStyleSheetSpruce: TcxGridBandedTableViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.Footer = cxStyle188 + Styles.Group = cxStyle196 + Styles.GroupByBox = cxStyle191 + Styles.Header = cxStyle189 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle192 + Styles.BandHeader = cxStyle189 + BuiltIn = True + end + object GridCardViewStyleSheetSpruce: TcxGridCardViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.CaptionRow = cxStyle189 + Styles.RowCaption = cxStyle189 + BuiltIn = True + end + object GridTableViewStyleSheetStormVGA: TcxGridTableViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.Footer = cxStyle199 + Styles.Group = cxStyle207 + Styles.GroupByBox = cxStyle202 + Styles.Header = cxStyle200 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle203 + BuiltIn = True + end + object GridBandedTableViewStyleSheetStormVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.Footer = cxStyle199 + Styles.Group = cxStyle207 + Styles.GroupByBox = cxStyle202 + Styles.Header = cxStyle200 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle203 + Styles.BandHeader = cxStyle200 + BuiltIn = True + end + object GridCardViewStyleSheetStormVGA: TcxGridCardViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.CaptionRow = cxStyle200 + Styles.RowCaption = cxStyle200 + BuiltIn = True + end + object GridTableViewStyleSheetTealVGA: TcxGridTableViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.Footer = cxStyle210 + Styles.Group = cxStyle218 + Styles.GroupByBox = cxStyle213 + Styles.Header = cxStyle211 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle214 + BuiltIn = True + end + object GridBandedTableViewStyleSheetTealVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.Footer = cxStyle210 + Styles.Group = cxStyle218 + Styles.GroupByBox = cxStyle213 + Styles.Header = cxStyle211 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle214 + Styles.BandHeader = cxStyle211 + BuiltIn = True + end + object GridCardViewStyleSheetTealVGA: TcxGridCardViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.CaptionRow = cxStyle211 + Styles.CardBorder = cxStyle364 + Styles.RowCaption = cxStyle211 + BuiltIn = True + end + object GridTableViewStyleSheetWheat: TcxGridTableViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.Footer = cxStyle221 + Styles.Group = cxStyle229 + Styles.GroupByBox = cxStyle224 + Styles.Header = cxStyle222 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle225 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWheat: TcxGridBandedTableViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.Footer = cxStyle221 + Styles.Group = cxStyle229 + Styles.GroupByBox = cxStyle224 + Styles.Header = cxStyle222 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle225 + Styles.BandHeader = cxStyle222 + BuiltIn = True + end + object GridCardViewStyleSheetWheat: TcxGridCardViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.CaptionRow = cxStyle222 + Styles.RowCaption = cxStyle222 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsClassic: TcxGridTableViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.Footer = cxStyle232 + Styles.Group = cxStyle240 + Styles.GroupByBox = cxStyle235 + Styles.Header = cxStyle233 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle236 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsClassic: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.Footer = cxStyle232 + Styles.Group = cxStyle240 + Styles.GroupByBox = cxStyle235 + Styles.Header = cxStyle233 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle236 + Styles.BandHeader = cxStyle233 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsClassic: TcxGridCardViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.CaptionRow = cxStyle233 + Styles.RowCaption = cxStyle233 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsClassiclarge: TcxGridTableViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.Footer = cxStyle243 + Styles.Group = cxStyle251 + Styles.GroupByBox = cxStyle246 + Styles.Header = cxStyle244 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle247 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsClassiclarge: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.Footer = cxStyle243 + Styles.Group = cxStyle251 + Styles.GroupByBox = cxStyle246 + Styles.Header = cxStyle244 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle247 + Styles.BandHeader = cxStyle244 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsClassiclarge: TcxGridCardViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.CaptionRow = cxStyle244 + Styles.RowCaption = cxStyle244 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsStandard: TcxGridTableViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.Footer = cxStyle254 + Styles.Group = cxStyle262 + Styles.GroupByBox = cxStyle257 + Styles.Header = cxStyle255 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle258 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsStandard: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.Footer = cxStyle254 + Styles.Group = cxStyle262 + Styles.GroupByBox = cxStyle257 + Styles.Header = cxStyle255 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle258 + Styles.BandHeader = cxStyle255 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsStandard: TcxGridCardViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.CaptionRow = cxStyle255 + Styles.CardBorder = cxStyle365 + Styles.RowCaption = cxStyle255 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsStandardlarge: TcxGridTableViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.Footer = cxStyle265 + Styles.Group = cxStyle273 + Styles.GroupByBox = cxStyle268 + Styles.Header = cxStyle266 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle269 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsStandardlarge: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.Footer = cxStyle265 + Styles.Group = cxStyle273 + Styles.GroupByBox = cxStyle268 + Styles.Header = cxStyle266 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle269 + Styles.BandHeader = cxStyle266 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsStandardlarge: TcxGridCardViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.CaptionRow = cxStyle266 + Styles.CardBorder = cxStyle366 + Styles.RowCaption = cxStyle266 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast1: TcxGridTableViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.Footer = cxStyle276 + Styles.Group = cxStyle284 + Styles.GroupByBox = cxStyle279 + Styles.Header = cxStyle277 + Styles.Indicator = cxStyle286 + Styles.Preview = cxStyle280 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast1: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.Footer = cxStyle276 + Styles.Group = cxStyle284 + Styles.GroupByBox = cxStyle279 + Styles.Header = cxStyle277 + Styles.Indicator = cxStyle286 + Styles.Preview = cxStyle280 + Styles.BandHeader = cxStyle286 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast1: TcxGridCardViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.CaptionRow = cxStyle277 + Styles.RowCaption = cxStyle277 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast1large: TcxGridTableViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.Footer = cxStyle287 + Styles.Group = cxStyle295 + Styles.GroupByBox = cxStyle290 + Styles.Header = cxStyle288 + Styles.Indicator = cxStyle297 + Styles.Preview = cxStyle291 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast1large: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.Footer = cxStyle287 + Styles.Group = cxStyle295 + Styles.GroupByBox = cxStyle290 + Styles.Header = cxStyle288 + Styles.Indicator = cxStyle297 + Styles.Preview = cxStyle291 + Styles.BandHeader = cxStyle297 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast1large: TcxGridCardViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.CaptionRow = cxStyle288 + Styles.RowCaption = cxStyle288 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast2: TcxGridTableViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.Footer = cxStyle298 + Styles.Group = cxStyle306 + Styles.GroupByBox = cxStyle301 + Styles.Header = cxStyle299 + Styles.Indicator = cxStyle308 + Styles.Preview = cxStyle302 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast2: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.Footer = cxStyle298 + Styles.Group = cxStyle306 + Styles.GroupByBox = cxStyle301 + Styles.Header = cxStyle299 + Styles.Indicator = cxStyle308 + Styles.Preview = cxStyle302 + Styles.BandHeader = cxStyle308 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast2: TcxGridCardViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.CaptionRow = cxStyle299 + Styles.RowCaption = cxStyle299 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast2large: TcxGridTableViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.Footer = cxStyle309 + Styles.Group = cxStyle317 + Styles.GroupByBox = cxStyle312 + Styles.Header = cxStyle310 + Styles.Indicator = cxStyle319 + Styles.Preview = cxStyle313 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast2large: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.Footer = cxStyle309 + Styles.Group = cxStyle317 + Styles.GroupByBox = cxStyle312 + Styles.Header = cxStyle310 + Styles.Indicator = cxStyle319 + Styles.Preview = cxStyle313 + Styles.BandHeader = cxStyle319 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast2large: TcxGridCardViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.CaptionRow = cxStyle310 + Styles.RowCaption = cxStyle310 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastBlack: TcxGridTableViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.Footer = cxStyle320 + Styles.Group = cxStyle328 + Styles.GroupByBox = cxStyle323 + Styles.Header = cxStyle321 + Styles.Indicator = cxStyle330 + Styles.Preview = cxStyle324 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastBlack: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.Footer = cxStyle320 + Styles.Group = cxStyle328 + Styles.GroupByBox = cxStyle323 + Styles.Header = cxStyle321 + Styles.Indicator = cxStyle330 + Styles.Preview = cxStyle324 + Styles.BandHeader = cxStyle330 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastBlack: TcxGridCardViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.CaptionRow = cxStyle321 + Styles.RowCaption = cxStyle321 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastBlacklarge: TcxGridTableViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.Footer = cxStyle331 + Styles.Group = cxStyle339 + Styles.GroupByBox = cxStyle334 + Styles.Header = cxStyle332 + Styles.Indicator = cxStyle341 + Styles.Preview = cxStyle335 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastBlacklarge: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.Footer = cxStyle331 + Styles.Group = cxStyle339 + Styles.GroupByBox = cxStyle334 + Styles.Header = cxStyle332 + Styles.Indicator = cxStyle341 + Styles.Preview = cxStyle335 + Styles.BandHeader = cxStyle341 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastBlacklarge: TcxGridCardViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.CaptionRow = cxStyle332 + Styles.RowCaption = cxStyle332 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastWhite: TcxGridTableViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.Footer = cxStyle342 + Styles.Group = cxStyle350 + Styles.GroupByBox = cxStyle345 + Styles.Header = cxStyle343 + Styles.Indicator = cxStyle352 + Styles.Preview = cxStyle346 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastWhite: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.Footer = cxStyle342 + Styles.Group = cxStyle350 + Styles.GroupByBox = cxStyle345 + Styles.Header = cxStyle343 + Styles.Indicator = cxStyle352 + Styles.Preview = cxStyle346 + Styles.BandHeader = cxStyle343 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastWhite: TcxGridCardViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.CaptionRow = cxStyle343 + Styles.RowCaption = cxStyle343 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastWhitelarge: TcxGridTableViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.Footer = cxStyle353 + Styles.Group = cxStyle361 + Styles.GroupByBox = cxStyle356 + Styles.Header = cxStyle354 + Styles.Indicator = cxStyle363 + Styles.Preview = cxStyle357 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastWhitelarge: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.Footer = cxStyle353 + Styles.Group = cxStyle361 + Styles.GroupByBox = cxStyle356 + Styles.Header = cxStyle354 + Styles.Indicator = cxStyle363 + Styles.Preview = cxStyle357 + Styles.BandHeader = cxStyle354 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastWhitelarge: TcxGridCardViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.CaptionRow = cxStyle354 + Styles.RowCaption = cxStyle354 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/cxGridReg.dcr b/official/x.19/Lib/D5/cxGridReg.dcr new file mode 100644 index 00000000..28e62528 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridReg.dcr differ diff --git a/official/x.19/Lib/D5/cxGridReg.dcu b/official/x.19/Lib/D5/cxGridReg.dcu new file mode 100644 index 00000000..ab7940e2 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridReg.dcu differ diff --git a/official/x.19/Lib/D5/cxGridRows.dcu b/official/x.19/Lib/D5/cxGridRows.dcu new file mode 100644 index 00000000..b57011ce Binary files /dev/null and b/official/x.19/Lib/D5/cxGridRows.dcu differ diff --git a/official/x.19/Lib/D5/cxGridStdPopupMenu.dcu b/official/x.19/Lib/D5/cxGridStdPopupMenu.dcu new file mode 100644 index 00000000..a97bb412 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridStdPopupMenu.dcu differ diff --git a/official/x.19/Lib/D5/cxGridStrs.dcu b/official/x.19/Lib/D5/cxGridStrs.dcu new file mode 100644 index 00000000..00e5e611 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxGridStructureNavigator.dcu b/official/x.19/Lib/D5/cxGridStructureNavigator.dcu new file mode 100644 index 00000000..b4e7e90d Binary files /dev/null and b/official/x.19/Lib/D5/cxGridStructureNavigator.dcu differ diff --git a/official/x.19/Lib/D5/cxGridStyleSheetsPreview.dcu b/official/x.19/Lib/D5/cxGridStyleSheetsPreview.dcu new file mode 100644 index 00000000..8f139fd9 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridStyleSheetsPreview.dcu differ diff --git a/official/x.19/Lib/D5/cxGridTableView.dcu b/official/x.19/Lib/D5/cxGridTableView.dcu new file mode 100644 index 00000000..30e47e27 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridTableView.dcu differ diff --git a/official/x.19/Lib/D5/cxGridUIBandedTableHelper.dcu b/official/x.19/Lib/D5/cxGridUIBandedTableHelper.dcu new file mode 100644 index 00000000..6b0abaef Binary files /dev/null and b/official/x.19/Lib/D5/cxGridUIBandedTableHelper.dcu differ diff --git a/official/x.19/Lib/D5/cxGridUICardHelper.dcu b/official/x.19/Lib/D5/cxGridUICardHelper.dcu new file mode 100644 index 00000000..4ae46db8 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridUICardHelper.dcu differ diff --git a/official/x.19/Lib/D5/cxGridUICustomTableHelper.dcu b/official/x.19/Lib/D5/cxGridUICustomTableHelper.dcu new file mode 100644 index 00000000..925cb257 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridUICustomTableHelper.dcu differ diff --git a/official/x.19/Lib/D5/cxGridUIHelper.dcu b/official/x.19/Lib/D5/cxGridUIHelper.dcu new file mode 100644 index 00000000..3fa635d2 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridUIHelper.dcu differ diff --git a/official/x.19/Lib/D5/cxGridUITableHelper.dcu b/official/x.19/Lib/D5/cxGridUITableHelper.dcu new file mode 100644 index 00000000..6050bd39 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridUITableHelper.dcu differ diff --git a/official/x.19/Lib/D5/cxGridViewData.dcu b/official/x.19/Lib/D5/cxGridViewData.dcu new file mode 100644 index 00000000..94d75fb8 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridViewData.dcu differ diff --git a/official/x.19/Lib/D5/cxGridViewLayoutEditor.dcu b/official/x.19/Lib/D5/cxGridViewLayoutEditor.dcu new file mode 100644 index 00000000..8d9b4076 Binary files /dev/null and b/official/x.19/Lib/D5/cxGridViewLayoutEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxGridViewLayoutEditor.dfm b/official/x.19/Lib/D5/cxGridViewLayoutEditor.dfm new file mode 100644 index 00000000..ea3a8c2e --- /dev/null +++ b/official/x.19/Lib/D5/cxGridViewLayoutEditor.dfm @@ -0,0 +1,116 @@ +object cxGridViewLayoutEditor: TcxGridViewLayoutEditor + Left = 350 + Top = 204 + Width = 698 + Height = 384 + BorderIcons = [biSystemMenu] + Caption = 'Layout and Data Editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 315 + Width = 690 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object pnlButtons: TPanel + Left = 521 + Top = 0 + Width = 169 + Height = 35 + Align = alRight + BevelOuter = bvNone + TabOrder = 2 + object btnOK: TButton + Left = 4 + Top = 5 + Width = 75 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 88 + Top = 5 + Width = 75 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + object pnlLayoutCustomization: TPanel + Left = 0 + Top = 0 + Width = 153 + Height = 35 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object btnLayoutCustomization: TButton + Left = 8 + Top = 5 + Width = 134 + Height = 25 + TabOrder = 0 + OnClick = btnLayoutCustomizationClick + end + end + object pnlSaveOptions: TPanel + Left = 153 + Top = 0 + Width = 192 + Height = 35 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object chbSaveLayout: TCheckBox + Left = 11 + Top = 9 + Width = 81 + Height = 17 + Caption = 'Save layout' + Checked = True + State = cbChecked + TabOrder = 0 + end + object chbSaveData: TCheckBox + Left = 107 + Top = 9 + Width = 81 + Height = 17 + Caption = 'Save data' + Checked = True + State = cbChecked + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 690 + Height = 315 + Align = alClient + BevelOuter = bvNone + BorderWidth = 3 + Constraints.MinHeight = 200 + Constraints.MinWidth = 300 + TabOrder = 1 + end + object pmGrid: TcxGridPopupMenu + PopupMenus = <> + Left = 400 + Top = 319 + end +end diff --git a/official/x.19/Lib/D5/cxGroupBox.dcu b/official/x.19/Lib/D5/cxGroupBox.dcu new file mode 100644 index 00000000..54425624 Binary files /dev/null and b/official/x.19/Lib/D5/cxGroupBox.dcu differ diff --git a/official/x.19/Lib/D5/cxHeader.dcu b/official/x.19/Lib/D5/cxHeader.dcu new file mode 100644 index 00000000..2f32b02c Binary files /dev/null and b/official/x.19/Lib/D5/cxHeader.dcu differ diff --git a/official/x.19/Lib/D5/cxHint.dcu b/official/x.19/Lib/D5/cxHint.dcu new file mode 100644 index 00000000..d1d54e9f Binary files /dev/null and b/official/x.19/Lib/D5/cxHint.dcu differ diff --git a/official/x.19/Lib/D5/cxHintEditor.dcu b/official/x.19/Lib/D5/cxHintEditor.dcu new file mode 100644 index 00000000..d000a570 Binary files /dev/null and b/official/x.19/Lib/D5/cxHintEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxHintEditor.dfm b/official/x.19/Lib/D5/cxHintEditor.dfm new file mode 100644 index 00000000..6513b3e1 --- /dev/null +++ b/official/x.19/Lib/D5/cxHintEditor.dfm @@ -0,0 +1,585 @@ +object cxHintStyleEditor: TcxHintStyleEditor + Left = 195 + Top = 125 + BorderStyle = bsDialog + ClientHeight = 440 + ClientWidth = 576 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + ShowHint = True + OnActivate = FormActivate + OnCreate = FormCreate + OnDestroy = FormDestroy + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object lblHintColour: TLabel + Left = 8 + Top = 412 + Width = 46 + Height = 13 + Caption = 'Hint Color' + end + object cxBtnOk: TcxButton + Left = 415 + Top = 408 + Width = 75 + Height = 25 + Hint = 'Accept you changes and return to the Grep Demo' + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 9 + end + object cxBtnCancel: TcxButton + Left = 495 + Top = 408 + Width = 75 + Height = 25 + Hint = 'Discard your changes and return to the grep demo' + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 10 + end + object cxCbStandard: TcxCheckBox + Left = 304 + Top = 408 + Width = 105 + Height = 21 + Hint = 'Check to display hints in the standard Windows way' + Properties.DisplayUnchecked = 'False' + Properties.Caption = 'Standard Hints' + TabOrder = 7 + OnClick = cxCbStandardClick + end + object cxGbHintFont: TcxGroupBox + Left = 8 + Top = 8 + Width = 185 + Height = 185 + Alignment = alTopLeft + Caption = ' Hint Font ' + TabOrder = 0 + object Label1: TLabel + Left = 12 + Top = 80 + Width = 23 + Height = 13 + Caption = 'Style' + end + object Label2: TLabel + Left = 124 + Top = 80 + Width = 20 + Height = 13 + Caption = 'Size' + end + object Label3: TLabel + Left = 12 + Top = 40 + Width = 24 + Height = 13 + Caption = 'Color' + end + object cxFnHint: TcxFontNameComboBox + Left = 12 + Top = 16 + Width = 161 + Height = 21 + Hint = 'Font for the hint windows' + Properties.FontPreview.Visible = False + Properties.OnChange = cxFnHintPropertiesChange + TabOrder = 0 + OnClick = cxFnHintClick + end + object cxClbHintFontStyles: TcxCheckListBox + Left = 12 + Top = 96 + Width = 105 + Height = 81 + Hint = 'Font Style for Hints' + Columns = 0 + EditValue = 0 + Items = < + item + Tag = 0 + Text = 'Bold' + end + item + Tag = 0 + Text = 'Italics' + end + item + Tag = 0 + Text = 'Underline' + end + item + Tag = 0 + Text = 'Strike Thro' + end> + ParentColor = False + ScrollWidth = 0 + TabOrder = 2 + TabWidth = 0 + OnClickCheck = cxClbHintFontStylesClickCheck + end + object cxLbHfSize: TcxListBox + Left = 124 + Top = 96 + Width = 49 + Height = 81 + Hint = 'Font Size for Hints' + ExtendedSelect = False + ItemHeight = 13 + ParentColor = False + TabOrder = 3 + OnClick = cxLbHfSizeClick + end + object cxCcbHintFontColour: TcxColorComboBox + Left = 12 + Top = 56 + Width = 161 + Height = 21 + Properties.DefaultDescription = 'Color not selected' + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 1 + OnClick = cxCcbHintFontColourClick + end + end + object cxgbHintCapFont: TcxGroupBox + Left = 200 + Top = 8 + Width = 185 + Height = 185 + Alignment = alTopLeft + Caption = ' Hint Caption Font ' + TabOrder = 1 + object Label4: TLabel + Left = 12 + Top = 80 + Width = 23 + Height = 13 + Caption = 'Style' + end + object Label5: TLabel + Left = 124 + Top = 80 + Width = 20 + Height = 13 + Caption = 'Size' + end + object Label6: TLabel + Left = 12 + Top = 40 + Width = 24 + Height = 13 + Caption = 'Color' + end + object cxFnHinCap: TcxFontNameComboBox + Left = 12 + Top = 16 + Width = 161 + Height = 21 + Hint = 'Font for the hint windows' + Properties.FontPreview.Visible = False + Properties.OnChange = cxFnHinCapPropertiesChange + TabOrder = 0 + OnClick = cxFnHinCapClick + end + object cxClbHintCapFontStyles: TcxCheckListBox + Tag = 1 + Left = 12 + Top = 96 + Width = 105 + Height = 81 + Hint = 'Font Style for Hint Captions' + Columns = 0 + EditValue = 0 + Items = < + item + Tag = 0 + Text = 'Bold' + end + item + Tag = 0 + Text = 'Italics' + end + item + Tag = 0 + Text = 'Underline' + end + item + Tag = 0 + Text = 'Strike Thro' + end> + ParentColor = False + ScrollWidth = 0 + TabOrder = 2 + TabWidth = 0 + OnClickCheck = cxClbHintFontStylesClickCheck + end + object cxLbHcfSize: TcxListBox + Left = 124 + Top = 96 + Width = 49 + Height = 81 + Hint = 'Font Size for Hint Caption' + ItemHeight = 13 + ParentColor = False + TabOrder = 3 + OnClick = cxLbHcfSizeClick + end + object cxCcbHintCapColor: TcxColorComboBox + Left = 12 + Top = 56 + Width = 161 + Height = 21 + Properties.DefaultDescription = 'Color not selected' + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 1 + OnClick = cxCcbHintCapColorClick + end + end + object cxGbHintShape: TcxGroupBox + Left = 392 + Top = 8 + Width = 177 + Height = 89 + Alignment = alTopLeft + Caption = ' Shape ' + ParentFont = False + TabOrder = 2 + object Label7: TLabel + Left = 8 + Top = 14 + Width = 72 + Height = 13 + Caption = 'Callout Position' + end + object Label8: TLabel + Left = 8 + Top = 64 + Width = 68 + Height = 13 + Caption = 'Round Radius' + end + object cxCbHintCalloutPos: TcxComboBox + Left = 8 + Top = 32 + Width = 161 + Height = 21 + Hint = 'The '#39'Callout'#39' position' + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'None' + 'Auto' + 'Left Bottom' + 'Left Top' + 'Top Left' + 'Top Right' + 'Right Bottom' + 'Right Top' + 'Bottom Right' + 'Bottom Left') + TabOrder = 0 + OnClick = cxCbHintCalloutPosClick + end + object cxcbHintRounded: TcxCheckBox + Left = 96 + Top = 10 + Width = 75 + Height = 21 + Hint = 'Rounded corners on the hint windows' + ParentBackground = False + Properties.DisplayUnchecked = 'False' + Properties.OnChange = cxcbHintRoundedPropertiesChange + Properties.Caption = 'Rounded' + TabOrder = 1 + end + object cxSeHintRadius: TcxSpinEdit + Left = 88 + Top = 60 + Width = 81 + Height = 21 + Hint = 'Radius of the rounded corners if enabled' + Properties.MaxValue = 100 + Properties.MinValue = 5 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintRadiusPropertiesChange + TabOrder = 2 + Value = 11 + end + end + object cxGbHintIcons: TcxGroupBox + Left = 8 + Top = 200 + Width = 185 + Height = 97 + Alignment = alTopLeft + Caption = ' Icons ' + TabOrder = 4 + object Label11: TLabel + Left = 8 + Top = 16 + Width = 48 + Height = 13 + Caption = 'Icon Type' + end + object cxCbHintIconType: TcxComboBox + Left = 8 + Top = 32 + Width = 169 + Height = 21 + Hint = 'The Icon type that will be displayed in the hint window' + ParentFont = False + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'None' + 'Application' + 'Information' + 'Warning' + 'Error' + 'Question' + 'WinLogo' + 'CurrentApplication') + TabOrder = 0 + OnClick = cxCbHintIconTypeClick + end + object cxRbHIDef: TcxRadioButton + Left = 8 + Top = 64 + Width = 57 + Height = 17 + Hint = 'Default Icon Size' + Caption = 'Default' + TabOrder = 1 + OnClick = cxRbHIDefClick + ParentBackground = False + end + object cxRbHILarge: TcxRadioButton + Tag = 1 + Left = 72 + Top = 64 + Width = 49 + Height = 17 + Hint = 'Large Icon Size' + Caption = 'Large' + TabOrder = 2 + OnClick = cxRbHIDefClick + ParentBackground = False + end + object cxRbHISmall: TcxRadioButton + Tag = 2 + Left = 128 + Top = 64 + Width = 49 + Height = 17 + Hint = 'Small Icon Size' + Caption = 'Small' + TabOrder = 3 + OnClick = cxRbHIDefClick + ParentBackground = False + end + end + object cxGbHintPause: TcxGroupBox + Left = 8 + Top = 304 + Width = 185 + Height = 97 + Alignment = alTopLeft + Caption = ' Timings ' + TabOrder = 5 + object Label18: TLabel + Left = 8 + Top = 24 + Width = 77 + Height = 13 + Caption = 'Hint Hide Pause' + end + object Label19: TLabel + Left = 8 + Top = 48 + Width = 52 + Height = 13 + Caption = 'Hint Pause' + end + object Label20: TLabel + Left = 8 + Top = 72 + Width = 80 + Height = 13 + Caption = 'Hint Short Pause' + end + object cxSeHintHidePause: TcxSpinEdit + Left = 96 + Top = 20 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 100 + Properties.LargeIncrement = 500 + Properties.MaxValue = 10000 + Properties.MinValue = 500 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintHidePausePropertiesChange + TabOrder = 0 + Value = 2500 + end + object cxSeHintPause: TcxSpinEdit + Left = 96 + Top = 44 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 10 + Properties.LargeIncrement = 100 + Properties.MaxValue = 1000 + Properties.MinValue = 50 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintPausePropertiesChange + TabOrder = 1 + Value = 500 + end + object cxSeShortHintPause: TcxSpinEdit + Left = 96 + Top = 68 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 5 + Properties.MaxValue = 1000 + Properties.MinValue = 10 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintDelayPropertiesChange + Properties.OnEditValueChanged = cxSeShortHintPausePropertiesEditValueChanged + TabOrder = 2 + Value = 50 + end + end + object cxCcbHintColour: TcxColorComboBox + Left = 72 + Top = 408 + Width = 225 + Height = 21 + Hint = 'Background Color for the hint windows' + Properties.AllowSelectColor = True + Properties.DefaultDescription = 'Color not selected' + Properties.ImmediatePost = True + Properties.OnEditValueChanged = cxCcbHintColourPropertiesEditValueChanged + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 6 + end + object cxGbHintAnimation: TcxGroupBox + Left = 392 + Top = 104 + Width = 177 + Height = 89 + Alignment = alTopLeft + Caption = ' Animation ' + TabOrder = 3 + object Label9: TLabel + Left = 8 + Top = 16 + Width = 72 + Height = 13 + Caption = 'Animation Style' + end + object Label10: TLabel + Left = 8 + Top = 64 + Width = 30 + Height = 13 + Caption = 'Delay ' + end + object cxCbHintAniStyle: TcxComboBox + Left = 8 + Top = 32 + Width = 161 + Height = 21 + Hint = 'The animation style used to display hints' + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'Slide From Left' + 'Slide From Right' + 'Slide Downward' + 'Slide Upward' + 'Slide From Center' + 'Hide' + 'Activate' + 'Fade In' + 'Auto' + 'None') + Properties.OnChange = cxCbHintAniStylePropertiesChange + TabOrder = 0 + end + object cxSeHintDelay: TcxSpinEdit + Left = 88 + Top = 60 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.MaxValue = 1000 + Properties.MinValue = 50 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintDelayPropertiesChange + TabOrder = 1 + Value = 100 + end + end + object cxGbPreview: TcxGroupBox + Left = 200 + Top = 200 + Width = 369 + Height = 201 + Alignment = alTopLeft + Caption = ' Preview ' + TabOrder = 8 + object pnlPreview: TPanel + Left = 2 + Top = 16 + Width = 365 + Height = 183 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end + end + object cxHsc: TcxHintStyleController + Global = False + HintStyle.CaptionFont.Charset = DEFAULT_CHARSET + HintStyle.CaptionFont.Color = clWindowText + HintStyle.CaptionFont.Height = -13 + HintStyle.CaptionFont.Name = 'MS Sans Serif' + HintStyle.CaptionFont.Style = [fsBold] + HintStyle.Font.Charset = DEFAULT_CHARSET + HintStyle.Font.Color = clWindowText + HintStyle.Font.Height = -11 + HintStyle.Font.Name = 'MS Sans Serif' + HintStyle.Font.Style = [] + HintStyle.RoundRadius = 15 + HintPause = 700 + Left = 216 + Top = 216 + end + object cxEditStyleController1: TcxEditStyleController + Style.LookAndFeel.Kind = lfFlat + Style.LookAndFeel.NativeStyle = True + StyleDisabled.LookAndFeel.Kind = lfFlat + StyleDisabled.LookAndFeel.NativeStyle = True + StyleFocused.LookAndFeel.Kind = lfFlat + StyleFocused.LookAndFeel.NativeStyle = True + StyleHot.LookAndFeel.Kind = lfFlat + StyleHot.LookAndFeel.NativeStyle = True + Left = 216 + Top = 248 + end +end diff --git a/official/x.19/Lib/D5/cxHtmlXmlTxtExport.dcu b/official/x.19/Lib/D5/cxHtmlXmlTxtExport.dcu new file mode 100644 index 00000000..db1d9b14 Binary files /dev/null and b/official/x.19/Lib/D5/cxHtmlXmlTxtExport.dcu differ diff --git a/official/x.19/Lib/D5/cxHyperLinkEdit.dcu b/official/x.19/Lib/D5/cxHyperLinkEdit.dcu new file mode 100644 index 00000000..6b07b054 Binary files /dev/null and b/official/x.19/Lib/D5/cxHyperLinkEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxIBXAdapters.dcu b/official/x.19/Lib/D5/cxIBXAdapters.dcu new file mode 100644 index 00000000..5a161fbd Binary files /dev/null and b/official/x.19/Lib/D5/cxIBXAdapters.dcu differ diff --git a/official/x.19/Lib/D5/cxIBXAdaptersD5.dcu b/official/x.19/Lib/D5/cxIBXAdaptersD5.dcu new file mode 100644 index 00000000..693b499e Binary files /dev/null and b/official/x.19/Lib/D5/cxIBXAdaptersD5.dcu differ diff --git a/official/x.19/Lib/D5/cxImage.dcu b/official/x.19/Lib/D5/cxImage.dcu new file mode 100644 index 00000000..225e656a Binary files /dev/null and b/official/x.19/Lib/D5/cxImage.dcu differ diff --git a/official/x.19/Lib/D5/cxImageComboBox.dcu b/official/x.19/Lib/D5/cxImageComboBox.dcu new file mode 100644 index 00000000..23308169 Binary files /dev/null and b/official/x.19/Lib/D5/cxImageComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dcu b/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dcu new file mode 100644 index 00000000..e5f0bfd6 Binary files /dev/null and b/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dfm b/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dfm new file mode 100644 index 00000000..4dadf29d --- /dev/null +++ b/official/x.19/Lib/D5/cxImageComboBoxItemsEditor.dfm @@ -0,0 +1,226 @@ +object fmImageComboBoxItemsEditor: TfmImageComboBoxItemsEditor + Left = 287 + Top = 190 + AutoScroll = False + Caption = 'fmImageComboBoxItemsEditor' + ClientHeight = 266 + ClientWidth = 573 + Color = clBtnFace + Constraints.MinHeight = 300 + Constraints.MinWidth = 581 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 480 + Top = 0 + Width = 93 + Height = 266 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object Bevel1: TBevel + Left = 0 + Top = 0 + Width = 6 + Height = 266 + Align = alLeft + Shape = bsLeftLine + end + object btnAdd: TcxButton + Left = 6 + Top = 12 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Add' + TabOrder = 0 + OnClick = btnAddClick + LookAndFeel.NativeStyle = True + end + object btnDelete: TcxButton + Left = 6 + Top = 76 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + LookAndFeel.NativeStyle = True + end + object btnInsert: TcxButton + Left = 6 + Top = 44 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Insert' + TabOrder = 1 + OnClick = btnInsertClick + LookAndFeel.NativeStyle = True + end + object btnOk: TcxButton + Left = 6 + Top = 201 + Width = 83 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&OK' + ModalResult = 1 + TabOrder = 5 + OnClick = btnOkClick + LookAndFeel.NativeStyle = True + end + object btnCancel: TcxButton + Left = 6 + Top = 233 + Width = 83 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 6 + LookAndFeel.NativeStyle = True + end + object btnSelectAll: TcxButton + Left = 6 + Top = 108 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Select All' + TabOrder = 3 + OnClick = btnSelectAllClick + LookAndFeel.NativeStyle = True + end + object btnValueType: TcxButton + Left = 6 + Top = 140 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = 'Set Value&Type' + TabOrder = 4 + DropDownMenu = mnuValueTypes + Kind = cxbkDropDown + LookAndFeel.NativeStyle = True + end + end + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 480 + Height = 266 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel3' + TabOrder = 0 + object cxgImageComboBoxItems: TcxGrid + Left = 0 + Top = 0 + Width = 480 + Height = 266 + Align = alClient + TabOrder = 0 + LookAndFeel.NativeStyle = True + object tvImageComboBoxItems: TcxGridTableView + OnKeyDown = tvImageComboBoxItemsKeyDown + NavigatorButtons.ConfirmDelete = False + OnInitEdit = tvImageComboBoxItemsInitEdit + DataController.Summary.DefaultGroupSummaryItems = <> + DataController.Summary.FooterSummaryItems = <> + DataController.Summary.SummaryGroups = <> + DataController.OnRecordChanged = tvImageComboBoxItemsDataControllerRecordChanged + DataController.Data = { + 960000000F00000044617461436F6E74726F6C6C657231050000001300000054 + 6378496E746567657256616C75655479706512000000546378537472696E6756 + 616C75655479706512000000546378537472696E6756616C7565547970651200 + 0000546378537472696E6756616C75655479706513000000546378496E746567 + 657256616C756554797065010000000001010001000000300101} + OptionsBehavior.CellHints = True + OptionsBehavior.ImmediateEditor = False + OptionsBehavior.ColumnHeaderHints = False + OptionsCustomize.ColumnFiltering = False + OptionsCustomize.ColumnGrouping = False + OptionsCustomize.ColumnHidingOnGrouping = False + OptionsCustomize.ColumnMoving = False + OptionsData.DeletingConfirmation = False + OptionsData.Inserting = False + OptionsSelection.MultiSelect = True + OptionsSelection.UnselectFocusedRecordOnExit = False + OptionsView.CellEndEllipsis = True + OptionsView.ShowEditButtons = gsebAlways + OptionsView.ColumnAutoWidth = True + OptionsView.ExpandButtonsForEmptyDetails = False + OptionsView.GroupByBox = False + object clnImage: TcxGridColumn + Caption = 'Image' + DataBinding.ValueType = 'Integer' + PropertiesClassName = 'TcxImageComboBoxProperties' + Properties.Items = < + item + end> + Properties.ShowDescriptions = False + MinWidth = 36 + Options.HorzSizing = False + Width = 36 + end + object clnDescription: TcxGridColumn + Caption = 'Description' + Width = 168 + end + object clnValue: TcxGridColumn + Caption = 'Value' + PropertiesClassName = 'TcxTextEditProperties' + Width = 109 + end + object clnValueType: TcxGridColumn + Caption = 'ValueType' + PropertiesClassName = 'TcxComboBoxProperties' + Properties.DropDownListStyle = lsFixedList + Properties.ImmediatePost = True + Properties.OnEditValueChanged = clnValueTypePropertiesEditValueChanged + Width = 117 + end + object clnTag: TcxGridColumn + Caption = 'Tag' + DataBinding.ValueType = 'Integer' + PropertiesClassName = 'TcxMaskEditProperties' + Properties.MaskKind = emkRegExprEx + Properties.EditMask = '\d+' + Width = 51 + end + end + object lvImageComboBoxItems: TcxGridLevel + GridView = tvImageComboBoxItems + end + end + end + object mnuValueTypes: TPopupMenu + Left = 390 + Top = 138 + object miAdd: TMenuItem + Caption = '&Add' + OnClick = miValueTypeClick + end + object miInsert: TMenuItem + Caption = '&Insert' + end + object miDelete: TMenuItem + Caption = '&Delete' + end + object N1: TMenuItem + Caption = '-' + end + object miHelp: TMenuItem + Caption = '&Help' + end + end +end diff --git a/official/x.19/Lib/D5/cxImportDialog.dcu b/official/x.19/Lib/D5/cxImportDialog.dcu new file mode 100644 index 00000000..0e99c9da Binary files /dev/null and b/official/x.19/Lib/D5/cxImportDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxImportDialog.dfm b/official/x.19/Lib/D5/cxImportDialog.dfm new file mode 100644 index 00000000..1ec25815 --- /dev/null +++ b/official/x.19/Lib/D5/cxImportDialog.dfm @@ -0,0 +1,148 @@ +object cxImportDialogForm: TcxImportDialogForm + Left = 288 + Top = 203 + BorderIcons = [biSystemMenu] + BorderStyle = bsSingle + Caption = 'Import' + ClientHeight = 367 + ClientWidth = 250 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 141 + Top = 0 + Width = 113 + Height = 367 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Button1: TButton + Left = 12 + Top = 8 + Width = 89 + Height = 25 + Caption = 'Import' + Enabled = False + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 12 + Top = 40 + Width = 89 + Height = 25 + Caption = 'Close' + TabOrder = 1 + OnClick = Button2Click + end + object Button3: TButton + Left = 12 + Top = 332 + Width = 89 + Height = 25 + Caption = 'Options >>' + TabOrder = 2 + OnClick = Button3Click + end + end + object ListBox1: TListBox + Left = 0 + Top = 0 + Width = 141 + Height = 367 + Align = alLeft + ItemHeight = 13 + TabOrder = 1 + OnClick = ListBox1Click + OnDblClick = ListBox1DblClick + end + object Panel2: TPanel + Left = 254 + Top = 0 + Width = 392 + Height = 367 + Align = alClient + TabOrder = 2 + object PageControl1: TPageControl + Left = 1 + Top = 1 + Width = 390 + Height = 365 + ActivePage = TabSheet2 + Align = alClient + TabOrder = 0 + TabStop = False + object TabSheet2: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + OnShow = TabSheet2Show + object GroupBox2: TGroupBox + Left = 0 + Top = 36 + Width = 382 + Height = 301 + Align = alBottom + Caption = ' StyleRepository Options ' + TabOrder = 1 + object RadioButton1: TRadioButton + Left = 16 + Top = 28 + Width = 169 + Height = 17 + Caption = 'Create New StyleRepository' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = RadioButton1Click + end + object RadioButton2: TRadioButton + Left = 16 + Top = 100 + Width = 173 + Height = 17 + Caption = 'Use Existing StyleRepository' + TabOrder = 2 + OnClick = RadioButton2Click + end + object Edit1: TEdit + Left = 36 + Top = 52 + Width = 229 + Height = 21 + TabOrder = 1 + end + object ComboBox1: TComboBox + Left = 36 + Top = 124 + Width = 229 + Height = 21 + Style = csDropDownList + Color = clBtnFace + Enabled = False + ItemHeight = 13 + TabOrder = 3 + end + end + object cbImportStyles: TCheckBox + Left = 4 + Top = 8 + Width = 97 + Height = 17 + Caption = 'Import Styles' + Checked = True + State = cbChecked + TabOrder = 0 + OnClick = cbImportStylesClick + end + end + end + end +end diff --git a/official/x.19/Lib/D5/cxInplaceContainer.dcu b/official/x.19/Lib/D5/cxInplaceContainer.dcu new file mode 100644 index 00000000..9c693477 Binary files /dev/null and b/official/x.19/Lib/D5/cxInplaceContainer.dcu differ diff --git a/official/x.19/Lib/D5/cxInplaceContainerReg.dcu b/official/x.19/Lib/D5/cxInplaceContainerReg.dcu new file mode 100644 index 00000000..57e21b67 Binary files /dev/null and b/official/x.19/Lib/D5/cxInplaceContainerReg.dcu differ diff --git a/official/x.19/Lib/D5/cxInsCur.res b/official/x.19/Lib/D5/cxInsCur.res new file mode 100644 index 00000000..4866c97e Binary files /dev/null and b/official/x.19/Lib/D5/cxInsCur.res differ diff --git a/official/x.19/Lib/D5/cxLabel.dcu b/official/x.19/Lib/D5/cxLabel.dcu new file mode 100644 index 00000000..fc88b36c Binary files /dev/null and b/official/x.19/Lib/D5/cxLabel.dcu differ diff --git a/official/x.19/Lib/D5/cxLibraryReg.dcr b/official/x.19/Lib/D5/cxLibraryReg.dcr new file mode 100644 index 00000000..6993e532 Binary files /dev/null and b/official/x.19/Lib/D5/cxLibraryReg.dcr differ diff --git a/official/x.19/Lib/D5/cxLibraryReg.dcu b/official/x.19/Lib/D5/cxLibraryReg.dcu new file mode 100644 index 00000000..ace44dac Binary files /dev/null and b/official/x.19/Lib/D5/cxLibraryReg.dcu differ diff --git a/official/x.19/Lib/D5/cxLibraryStrs.dcu b/official/x.19/Lib/D5/cxLibraryStrs.dcu new file mode 100644 index 00000000..c3770a16 Binary files /dev/null and b/official/x.19/Lib/D5/cxLibraryStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxLibraryVCLD5.dcu b/official/x.19/Lib/D5/cxLibraryVCLD5.dcu new file mode 100644 index 00000000..434aa94e Binary files /dev/null and b/official/x.19/Lib/D5/cxLibraryVCLD5.dcu differ diff --git a/official/x.19/Lib/D5/cxLike.dcu b/official/x.19/Lib/D5/cxLike.dcu new file mode 100644 index 00000000..c9d6763f Binary files /dev/null and b/official/x.19/Lib/D5/cxLike.dcu differ diff --git a/official/x.19/Lib/D5/cxListBox.dcu b/official/x.19/Lib/D5/cxListBox.dcu new file mode 100644 index 00000000..1fbe30a6 Binary files /dev/null and b/official/x.19/Lib/D5/cxListBox.dcu differ diff --git a/official/x.19/Lib/D5/cxListView.dcu b/official/x.19/Lib/D5/cxListView.dcu new file mode 100644 index 00000000..1d14df89 Binary files /dev/null and b/official/x.19/Lib/D5/cxListView.dcu differ diff --git a/official/x.19/Lib/D5/cxLookAndFeelPainters.dcu b/official/x.19/Lib/D5/cxLookAndFeelPainters.dcu new file mode 100644 index 00000000..65c6ec6b Binary files /dev/null and b/official/x.19/Lib/D5/cxLookAndFeelPainters.dcu differ diff --git a/official/x.19/Lib/D5/cxLookAndFeelPainters.res b/official/x.19/Lib/D5/cxLookAndFeelPainters.res new file mode 100644 index 00000000..a0934e5d Binary files /dev/null and b/official/x.19/Lib/D5/cxLookAndFeelPainters.res differ diff --git a/official/x.19/Lib/D5/cxLookAndFeels.dcu b/official/x.19/Lib/D5/cxLookAndFeels.dcu new file mode 100644 index 00000000..a8888586 Binary files /dev/null and b/official/x.19/Lib/D5/cxLookAndFeels.dcu differ diff --git a/official/x.19/Lib/D5/cxLookupDBGrid.dcu b/official/x.19/Lib/D5/cxLookupDBGrid.dcu new file mode 100644 index 00000000..9136875d Binary files /dev/null and b/official/x.19/Lib/D5/cxLookupDBGrid.dcu differ diff --git a/official/x.19/Lib/D5/cxLookupEdit.dcu b/official/x.19/Lib/D5/cxLookupEdit.dcu new file mode 100644 index 00000000..3ac6a455 Binary files /dev/null and b/official/x.19/Lib/D5/cxLookupEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxLookupGrid.dcu b/official/x.19/Lib/D5/cxLookupGrid.dcu new file mode 100644 index 00000000..1413b4f1 Binary files /dev/null and b/official/x.19/Lib/D5/cxLookupGrid.dcu differ diff --git a/official/x.19/Lib/D5/cxMCListBox.dcu b/official/x.19/Lib/D5/cxMCListBox.dcu new file mode 100644 index 00000000..ddf965b3 Binary files /dev/null and b/official/x.19/Lib/D5/cxMCListBox.dcu differ diff --git a/official/x.19/Lib/D5/cxMRUEdit.dcu b/official/x.19/Lib/D5/cxMRUEdit.dcu new file mode 100644 index 00000000..262aeee8 Binary files /dev/null and b/official/x.19/Lib/D5/cxMRUEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxMaskEdit.dcu b/official/x.19/Lib/D5/cxMaskEdit.dcu new file mode 100644 index 00000000..a1c6bda6 Binary files /dev/null and b/official/x.19/Lib/D5/cxMaskEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxMaskEditTextEditor.dcu b/official/x.19/Lib/D5/cxMaskEditTextEditor.dcu new file mode 100644 index 00000000..6c6e4d41 Binary files /dev/null and b/official/x.19/Lib/D5/cxMaskEditTextEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxMaskEditTextEditor.dfm b/official/x.19/Lib/D5/cxMaskEditTextEditor.dfm new file mode 100644 index 00000000..9ea3fe43 --- /dev/null +++ b/official/x.19/Lib/D5/cxMaskEditTextEditor.dfm @@ -0,0 +1,74 @@ +object cxMaskEditTextEditorDlg: TcxMaskEditTextEditorDlg + Left = 327 + Top = 323 + BorderStyle = bsDialog + Caption = 'Masked Text Editor' + ClientHeight = 151 + ClientWidth = 466 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + OnKeyDown = FormKeyDown + OnShow = FormShow + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 8 + Top = 24 + Width = 47 + Height = 13 + Caption = 'Input text:' + end + object Label2: TLabel + Left = 8 + Top = 62 + Width = 49 + Height = 13 + Caption = 'Edit mask:' + end + object Label3: TLabel + Left = 64 + Top = 62 + Width = 3 + Height = 13 + end + object Bevel1: TBevel + Left = 8 + Top = 96 + Width = 449 + Height = 2 + end + object cxMaskEdit1: TcxMaskEdit + Tag = 25 + Left = 64 + Top = 20 + Width = 391 + Height = 21 + Properties.IgnoreMaskBlank = True + Properties.MaxLength = 0 + TabOrder = 0 + end + object cxButton2: TButton + Left = 352 + Top = 112 + Width = 105 + Height = 25 + Caption = 'Cancel' + TabOrder = 1 + OnClick = cxButton2Click + end + object cxButton1: TButton + Left = 240 + Top = 112 + Width = 105 + Height = 25 + Caption = 'OK' + TabOrder = 2 + OnClick = cxButton1Click + end +end diff --git a/official/x.19/Lib/D5/cxMemo.dcu b/official/x.19/Lib/D5/cxMemo.dcu new file mode 100644 index 00000000..64ff2cfa Binary files /dev/null and b/official/x.19/Lib/D5/cxMemo.dcu differ diff --git a/official/x.19/Lib/D5/cxNavigator.dcu b/official/x.19/Lib/D5/cxNavigator.dcu new file mode 100644 index 00000000..4c2e51e1 Binary files /dev/null and b/official/x.19/Lib/D5/cxNavigator.dcu differ diff --git a/official/x.19/Lib/D5/cxOICollectionEd.dfm b/official/x.19/Lib/D5/cxOICollectionEd.dfm new file mode 100644 index 00000000..22fb6b91 --- /dev/null +++ b/official/x.19/Lib/D5/cxOICollectionEd.dfm @@ -0,0 +1,451 @@ +object cxCollectionEditor: TcxCollectionEditor + Left = 534 + Top = 162 + Width = 191 + Height = 176 + HelpContext = 26150 + HorzScrollBar.Increment = 10 + VertScrollBar.Increment = 11 + BorderIcons = [biSystemMenu] + BorderStyle = bsSizeToolWin + Caption = 'CollectionEditor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + ShowHint = True + OnClose = FormClose + OnCreate = FormCreate + OnDestroy = FormDestroy + OnKeyDown = FormKeyDown + OnKeyPress = FormKeyPress + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object ToolBar1: TToolBar + Left = 0 + Top = 0 + Width = 183 + Height = 28 + AutoSize = True + ButtonHeight = 24 + ButtonWidth = 24 + EdgeBorders = [ebTop, ebBottom] + Flat = True + Images = ImageList + PopupMenu = PopupMenu2 + TabOrder = 1 + Wrapable = False + object ToolButton1: TToolButton + Left = 0 + Top = 0 + Action = acAdd + end + object ToolButton2: TToolButton + Left = 24 + Top = 0 + Action = acDelete + end + object ToolButton3: TToolButton + Left = 48 + Top = 0 + Width = 8 + Caption = 'ToolButton3' + ImageIndex = 2 + Style = tbsSeparator + end + object ToolButton4: TToolButton + Left = 56 + Top = 0 + Action = acMoveUp + end + object ToolButton5: TToolButton + Left = 80 + Top = 0 + Action = acMoveDown + end + end + object Panel: TPanel + Left = 0 + Top = 28 + Width = 183 + Height = 114 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object ListView1: TListView + Left = 0 + Top = 0 + Width = 183 + Height = 114 + Align = alClient + Columns = <> + ColumnClick = False + DragMode = dmAutomatic + HideSelection = False + ReadOnly = True + RowSelect = True + PopupMenu = PopupMenu1 + ShowColumnHeaders = False + TabOrder = 0 + ViewStyle = vsReport + OnChange = ListView1Change + OnDragDrop = ListView1DragDrop + OnDragOver = ListView1DragOver + OnKeyDown = ListView1KeyDown + OnKeyPress = ListView1KeyPress + end + end + object ImageList: TImageList + Left = 40 + Top = 40 + Bitmap = { + 494C010104000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000002000000001002000000000000020 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6 + C60000000000FFFFFF000000000084848400848484000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6 + C60000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF + FF00C6C6C6000000000000000000848484000000840000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF + FF00C6C6C6000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 000000000000000000000000000084848400000084000000840000FFFF00FFFF + FF0000FFFF00FFFFFF00848484000000840000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF008484 + 840000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000008484840084848400000084008484840000FF + FF00FFFFFF00848484000000840084848400FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000008484840000FFFF0000FFFF008484 + 8400FFFFFF0000FFFF008484840000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000008400000084008484 + 840000FFFF000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000084848400FFFFFF008484 + 840000FFFF008484840000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000084848400000084000000 + 84000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000848484008484840084848400FFFF + FF0084848400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000084848400000084000000 + 840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008484840000FF + FF00FFFFFF008484840084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000008484840000008400000084000000 + 8400000084008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000000000008484840000FFFF008484 + 840000FFFF008484840000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000840000008400848484000000 + 0000000084000000840084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000008484840000FFFF00000000008484 + 8400FFFFFF00000000008484840000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000840000008400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF0000000000000000008484 + 840000FFFF000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000008400000084008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF + 80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F + 80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007 + 00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F + 66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object ActionList: TActionList + Images = ImageList + Left = 8 + Top = 40 + object acAdd: TAction + ImageIndex = 0 + ShortCut = 45 + OnExecute = acAddExecute + end + object acDelete: TAction + Enabled = False + ImageIndex = 1 + ShortCut = 46 + OnExecute = acDeleteExecute + OnUpdate = SelectionUpdate + end + object acMoveUp: TAction + Enabled = False + ImageIndex = 2 + ShortCut = 16422 + OnExecute = acMoveUpExecute + OnUpdate = SelectionUpdate + end + object acMoveDown: TAction + Enabled = False + ImageIndex = 3 + ShortCut = 16424 + OnExecute = acMoveDownExecute + OnUpdate = SelectionUpdate + end + object acSelectAll: TAction + Enabled = False + ShortCut = 16449 + OnExecute = acSelectAllExecute + OnUpdate = SelectAllCommandUpdate + end + object acToolbar: TAction + Checked = True + OnExecute = acToolbarExecute + end + object acTextLabels: TAction + OnExecute = acTextLabelsExecute + end + end + object PopupMenu1: TPopupMenu + Images = ImageList + Left = 72 + Top = 40 + object miAdd: TMenuItem + Action = acAdd + end + object miDelete: TMenuItem + Action = acDelete + end + object miMoveUp: TMenuItem + Action = acMoveUp + end + object miMoveDown: TMenuItem + Action = acMoveDown + end + object N1: TMenuItem + Caption = '-' + end + object miToolbar: TMenuItem + Action = acToolbar + end + end + object PopupMenu2: TPopupMenu + Left = 104 + Top = 40 + object miTextLabels: TMenuItem + Action = acTextLabels + end + end +end diff --git a/official/x.19/Lib/D5/cxOIPictureEd.dfm b/official/x.19/Lib/D5/cxOIPictureEd.dfm new file mode 100644 index 00000000..33550312 --- /dev/null +++ b/official/x.19/Lib/D5/cxOIPictureEd.dfm @@ -0,0 +1,169 @@ +object cxfmPictureEditor: TcxfmPictureEditor + Left = 295 + Top = 158 + Width = 372 + Height = 353 + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'Picture Editor' + Color = clBtnFace + Constraints.MinHeight = 220 + Constraints.MinWidth = 200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 0007EEE700000000074EEEEE00000000747EEEEE60000004447EEEEE66007400 + 4470EEE776604474C47068F8776004474C70068F877000C7C4703068F870000C + CC70BB3667000000CC70BB33370000003C70BB33300000003B80BB3330000000 + 3BBBBB333000000038888883300000000388888830000000003000000000FE0F + 0000F8070000F0030000E0010000300000000000000080800000C0000000E001 + 0000F0030000F0030000F0030000F0030000F0030000F8030000FC030000} + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox: TGroupBox + Left = 0 + Top = 0 + Width = 364 + Height = 287 + Align = alClient + TabOrder = 0 + object pnlRight: TPanel + Left = 273 + Top = 15 + Width = 89 + Height = 270 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnLoad: TcxButton + Left = 6 + Top = 6 + Width = 79 + Height = 23 + Caption = '&Load...' + TabOrder = 0 + OnClick = btnLoadClick + end + object btnSave: TcxButton + Left = 6 + Top = 34 + Width = 79 + Height = 23 + Caption = '&Save...' + TabOrder = 1 + OnClick = btnSaveClick + end + object btnCopy: TcxButton + Left = 6 + Top = 62 + Width = 79 + Height = 23 + Caption = '&Copy' + TabOrder = 2 + OnClick = btnCopyClick + end + object btnPaste: TcxButton + Left = 6 + Top = 90 + Width = 79 + Height = 23 + Caption = '&Paste' + TabOrder = 3 + OnClick = btnPasteClick + end + object btnClear: TcxButton + Left = 6 + Top = 118 + Width = 79 + Height = 23 + Caption = 'C&lear' + TabOrder = 4 + OnClick = btnClearClick + end + end + object pnlClient: TPanel + Left = 2 + Top = 15 + Width = 271 + Height = 270 + Align = alClient + BevelOuter = bvNone + BorderWidth = 6 + TabOrder = 1 + object Panel3: TPanel + Left = 6 + Top = 6 + Width = 259 + Height = 258 + Align = alClient + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + object Image: TcxImage + Left = 0 + Top = 0 + Width = 259 + Height = 258 + Align = alClient + TabOrder = 0 + end + end + end + end + object pnlBottom: TPanel + Left = 0 + Top = 287 + Width = 364 + Height = 32 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object pnlBottomRight: TPanel + Left = 164 + Top = 0 + Width = 200 + Height = 32 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object StatusBar1: TStatusBar + Left = 0 + Top = 13 + Width = 200 + Height = 19 + Panels = < + item + Bevel = pbNone + Width = 50 + end> + end + object btnCancel: TcxButton + Left = 104 + Top = 7 + Width = 81 + Height = 22 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 0 + end + object btnOk: TcxButton + Left = 15 + Top = 7 + Width = 80 + Height = 22 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + end + end +end diff --git a/official/x.19/Lib/D5/cxOIStringsEd.dfm b/official/x.19/Lib/D5/cxOIStringsEd.dfm new file mode 100644 index 00000000..a219dc3f --- /dev/null +++ b/official/x.19/Lib/D5/cxOIStringsEd.dfm @@ -0,0 +1,136 @@ +object cxfmStringsEditor: TcxfmStringsEditor + Left = 370 + Top = 256 + Width = 420 + Height = 349 + ActiveControl = Memo1 + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'String List Editor' + Color = clBtnFace + Constraints.MinHeight = 200 + Constraints.MinWidth = 200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 000000000000000000000000000000FFFFFFFFFFFF0000FFFFFFFFFFFF0000F0 + 000000000F0000FFFFFFFFFFFF0000F000000000FF0000FFFFFFFFFFFF0000F0 + 0000FFFFFF0000FFFFFFFFFFFF0000F00000000FFF0000FFFFFFFFFFFF0000F0 + 00000000FF0000FFFFFFFFFFFF0000000000000000000000000000000000FFFF + 0000800100008001000080010000800100008001000080010000800100008001 + 0000800100008001000080010000800100008001000080010000FFFF0000} + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 275 + Width = 412 + Height = 40 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object pnlBottomRight: TPanel + Left = 168 + Top = 0 + Width = 244 + Height = 40 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object StatusBar1: TStatusBar + Left = 0 + Top = 21 + Width = 244 + Height = 19 + Panels = < + item + Alignment = taCenter + Bevel = pbNone + Width = 50 + end> + end + object btnOK: TcxButton + Left = 64 + Top = 10 + Width = 81 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Left = 151 + Top = 10 + Width = 80 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 412 + Height = 275 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object GroupBox: TGroupBox + Left = 5 + Top = 5 + Width = 402 + Height = 265 + Align = alClient + TabOrder = 0 + object pnlClientTop: TPanel + Left = 2 + Top = 15 + Width = 398 + Height = 19 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label1: TLabel + Left = 9 + Top = 1 + Width = 32 + Height = 13 + Caption = 'Label1' + end + end + object pnlClientClient: TPanel + Left = 2 + Top = 34 + Width = 398 + Height = 229 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object Memo1: TcxMemo + Left = 5 + Top = 5 + Width = 388 + Height = 219 + Align = alClient + Lines.Strings = ( + 'Memo1') + Properties.OnChange = Memo1PropertiesChange + TabOrder = 0 + end + end + end + end +end diff --git a/official/x.19/Lib/D5/cxPC.dcu b/official/x.19/Lib/D5/cxPC.dcu new file mode 100644 index 00000000..afe69889 Binary files /dev/null and b/official/x.19/Lib/D5/cxPC.dcu differ diff --git a/official/x.19/Lib/D5/cxPCConsts.dcu b/official/x.19/Lib/D5/cxPCConsts.dcu new file mode 100644 index 00000000..b90b387c Binary files /dev/null and b/official/x.19/Lib/D5/cxPCConsts.dcu differ diff --git a/official/x.19/Lib/D5/cxPCGoDialog.dcu b/official/x.19/Lib/D5/cxPCGoDialog.dcu new file mode 100644 index 00000000..14d4506a Binary files /dev/null and b/official/x.19/Lib/D5/cxPCGoDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxPCPainters.dcu b/official/x.19/Lib/D5/cxPCPainters.dcu new file mode 100644 index 00000000..2001ca96 Binary files /dev/null and b/official/x.19/Lib/D5/cxPCPainters.dcu differ diff --git a/official/x.19/Lib/D5/cxPCPaintersFactory.dcu b/official/x.19/Lib/D5/cxPCPaintersFactory.dcu new file mode 100644 index 00000000..9378f399 Binary files /dev/null and b/official/x.19/Lib/D5/cxPCPaintersFactory.dcu differ diff --git a/official/x.19/Lib/D5/cxPCReg.dcr b/official/x.19/Lib/D5/cxPCReg.dcr new file mode 100644 index 00000000..17054b7a Binary files /dev/null and b/official/x.19/Lib/D5/cxPCReg.dcr differ diff --git a/official/x.19/Lib/D5/cxPCReg.dcu b/official/x.19/Lib/D5/cxPCReg.dcu new file mode 100644 index 00000000..20a25f8f Binary files /dev/null and b/official/x.19/Lib/D5/cxPCReg.dcu differ diff --git a/official/x.19/Lib/D5/cxPageControlD5.dcu b/official/x.19/Lib/D5/cxPageControlD5.dcu new file mode 100644 index 00000000..549a4725 Binary files /dev/null and b/official/x.19/Lib/D5/cxPageControlD5.dcu differ diff --git a/official/x.19/Lib/D5/cxProgressBar.dcu b/official/x.19/Lib/D5/cxProgressBar.dcu new file mode 100644 index 00000000..d34442c5 Binary files /dev/null and b/official/x.19/Lib/D5/cxProgressBar.dcu differ diff --git a/official/x.19/Lib/D5/cxPropEditors.dcu b/official/x.19/Lib/D5/cxPropEditors.dcu new file mode 100644 index 00000000..af98c2a2 Binary files /dev/null and b/official/x.19/Lib/D5/cxPropEditors.dcu differ diff --git a/official/x.19/Lib/D5/cxPropertiesConverters.dcu b/official/x.19/Lib/D5/cxPropertiesConverters.dcu new file mode 100644 index 00000000..e2c60f21 Binary files /dev/null and b/official/x.19/Lib/D5/cxPropertiesConverters.dcu differ diff --git a/official/x.19/Lib/D5/cxPropertiesStore.dcu b/official/x.19/Lib/D5/cxPropertiesStore.dcu new file mode 100644 index 00000000..631d7035 Binary files /dev/null and b/official/x.19/Lib/D5/cxPropertiesStore.dcu differ diff --git a/official/x.19/Lib/D5/cxPropertiesStoreEditor.dcu b/official/x.19/Lib/D5/cxPropertiesStoreEditor.dcu new file mode 100644 index 00000000..163171ac Binary files /dev/null and b/official/x.19/Lib/D5/cxPropertiesStoreEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxPropertiesStoreEditor.dfm b/official/x.19/Lib/D5/cxPropertiesStoreEditor.dfm new file mode 100644 index 00000000..66f022e3 --- /dev/null +++ b/official/x.19/Lib/D5/cxPropertiesStoreEditor.dfm @@ -0,0 +1,1116 @@ +object frmPropertiesStoreEditor: TfrmPropertiesStoreEditor + Left = 412 + Top = 178 + Width = 393 + Height = 553 + Caption = 'PropertiesStore Editor' + Color = clBtnFace + Constraints.MinHeight = 553 + Constraints.MinWidth = 393 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlClient: TPanel + Left = 0 + Top = 33 + Width = 385 + Height = 486 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlLeftTree: TPanel + Left = 0 + Top = 0 + Width = 272 + Height = 486 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 0 + object pnlLeftTreeTop: TPanel + Left = 4 + Top = 4 + Width = 264 + Height = 29 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblFindComponent: TLabel + Left = 7 + Top = 6 + Width = 80 + Height = 13 + Caption = 'Find Component:' + end + object edFindComponent: TEdit + Left = 96 + Top = 4 + Width = 165 + Height = 21 + TabOrder = 0 + OnKeyDown = edFindComponentKeyDown + end + end + object Tree: TTreeView + Left = 4 + Top = 33 + Width = 264 + Height = 449 + Align = alClient + Indent = 19 + ReadOnly = True + RightClickSelect = True + TabOrder = 0 + OnContextPopup = TreeContextPopup + OnCustomDrawItem = TreeCustomDrawItem + OnDeletion = TreeDeletion + OnKeyDown = TreeKeyDown + end + end + object pnlButtons: TPanel + Left = 272 + Top = 0 + Width = 113 + Height = 486 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object Panel1: TPanel + Left = 0 + Top = 348 + Width = 113 + Height = 138 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 113 + Height = 348 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object btnOK: TButton + Left = 4 + Top = 32 + Width = 105 + Height = 25 + Caption = 'OK' + TabOrder = 0 + OnClick = btnOKClick + end + object btnCancel: TButton + Left = 4 + Top = 64 + Width = 105 + Height = 25 + Caption = 'Cancel' + TabOrder = 1 + OnClick = btnCancelClick + end + end + end + end + object ToolBar: TToolBar + Left = 0 + Top = 0 + Width = 385 + Height = 33 + ButtonHeight = 30 + ButtonWidth = 31 + Caption = 'ToolBar' + Flat = True + Images = ImageList1 + TabOrder = 1 + object btnGroupByComponents: TToolButton + Left = 0 + Top = 0 + Hint = 'Group by components' + Action = actGroupByComponents + ImageIndex = 0 + ParentShowHint = False + ShowHint = True + end + object btnGroupByProperties: TToolButton + Left = 31 + Top = 0 + Hint = 'Group by properties' + Action = actGroupByProperties + ImageIndex = 1 + ParentShowHint = False + ShowHint = True + end + object ToolButton3: TToolButton + Left = 62 + Top = 0 + Width = 8 + Caption = 'ToolButton3' + ImageIndex = 2 + Style = tbsSeparator + end + object btnReset: TToolButton + Left = 70 + Top = 0 + Hint = 'Reset' + Caption = 'btnReset' + ImageIndex = 2 + ParentShowHint = False + ShowHint = True + OnClick = btnResetClick + end + object btnCheckAll: TToolButton + Left = 101 + Top = 0 + Hint = 'Check all' + Caption = 'btnCheckAll' + ImageIndex = 3 + ParentShowHint = False + ShowHint = True + OnClick = btnCheckAllClick + end + object btnUncheckAll: TToolButton + Left = 132 + Top = 0 + Hint = 'Uncheck all' + Caption = 'btnUncheckAll' + ImageIndex = 4 + ParentShowHint = False + ShowHint = True + OnClick = btnUncheckAllClick + end + object btnInvertChecking: TToolButton + Left = 163 + Top = 0 + Hint = 'Invert checking' + Caption = 'btnInvertChecking' + ImageIndex = 5 + ParentShowHint = False + ShowHint = True + OnClick = btnInvertCheckingClick + end + end + object ActionList1: TActionList + Left = 356 + Top = 4 + object actGroupByComponents: TAction + Caption = 'GroupByComponents' + OnExecute = actGroupByComponentsExecute + end + object actGroupByProperties: TAction + Caption = 'GroupByProperties' + OnExecute = actGroupByPropertiesExecute + end + end + object ImageList1: TImageList + Height = 24 + Width = 24 + Left = 324 + Top = 4 + Bitmap = { + 494C010106000900040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000060000000480000000100200000000000006C + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000080808000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF0000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000080000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 00000080000000800000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 0000008000000080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 00000080000000800000008000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 0000008000000080000000800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 00000080000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 000080000000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0 + C00000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000000000 + 0000FFFFFF0000000000FFFFFF000000000000000000FFFFFF0000000000C0C0 + C00000000000000000000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000FF000000FF00000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0 + C00000000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000FF0000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000C0C0 + C00000000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0C000C0C0 + C000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF0000000000FFFFFF000000000000000000C0C0 + C00080000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000C0C0C000C0C0C00000800000008000000080 + 00000080000000800000C0C0C000C0C0C0000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000000000FFFFFF00FFFFFF000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000008000000000 + 0000000000000000000000800000C0C0C000C0C0C00000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000FFFFFF00FFFFFF00FFFFFF000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000000000000000 + 0000000000000000000000000000008000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000800000008000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 000080000000800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000FFFFFF000000 + 000000000000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000008000000000 + 00000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080000000800000008000000080000000800000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF00000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000080000000000000000000000000 + 0000000000000000000000800000008000000080000000800000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF00000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000800000000000000000 + 0000000000000080000000800000008000000080000000800000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 800080808000808080008080800000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00000000000000 + 0000000000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008000000080 + 0000008000000080000000800000C0C0C0000000000000800000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000800000000000000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF00000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 00000080000000800000000000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 00000080000000800000008000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000060000000480000000100010000000000600300000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF000000000000FF8000FF + 8000000000000000FF8000FF8000000000000000FF8000FF8000000000000000 + FF8000FF8000000000000000FF8000FF8000000000000000FF8000FF80000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000001F700 + 01F70000000000000001E30001E30000000000000001C10001C1000000000000 + 0001F70001F70000000000000000EF0000EF00000000000000011F00011F0000 + 00000000FFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFE01FFF + F87FFFFFFFFF8000FFE01FFEF03FFFFFFFFF8000FEE007FE601FFFFFFFFF8000 + FE6007E0200FFFFFFFFF8000F02001EE6007FFFFFFFF8000F66001EEE003FFFF + FFFF8000F6E001EFF001FFC1FF000000F7E001EFF801FC00FF000000F7E001FF + FC01FC1C7F000000FFF801800E01FC3EFF000000F87801800F03FC3FFF000000 + E01E01800F87FC1C0F000000C00E01800FFFFFF80F000000C00FFF800FFFFFFC + 0F0000008007FF800FFFFF7C1F0000008007FF800FFFFFB81F0000008007FF80 + 0BFFFFC0BF0001F78007FF8001FFFFFFFF0001E3C00FFF8001FFFFFFFF0001C1 + C00FFFFE01FFFFFFFF0001F7E01FFFFF09FFFFFFFF0000EFF87FFFFFFFFFFFFF + FF00011FFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/cxRadioGroup.dcu b/official/x.19/Lib/D5/cxRadioGroup.dcu new file mode 100644 index 00000000..a7659346 Binary files /dev/null and b/official/x.19/Lib/D5/cxRadioGroup.dcu differ diff --git a/official/x.19/Lib/D5/cxRegExpr.dcu b/official/x.19/Lib/D5/cxRegExpr.dcu new file mode 100644 index 00000000..f59fc692 Binary files /dev/null and b/official/x.19/Lib/D5/cxRegExpr.dcu differ diff --git a/official/x.19/Lib/D5/cxRichEdit.dcu b/official/x.19/Lib/D5/cxRichEdit.dcu new file mode 100644 index 00000000..ffadf5f9 Binary files /dev/null and b/official/x.19/Lib/D5/cxRichEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxScheduler.dcu b/official/x.19/Lib/D5/cxScheduler.dcu new file mode 100644 index 00000000..21ab0779 Binary files /dev/null and b/official/x.19/Lib/D5/cxScheduler.dcu differ diff --git a/official/x.19/Lib/D5/cxScheduler.res b/official/x.19/Lib/D5/cxScheduler.res new file mode 100644 index 00000000..646ff116 Binary files /dev/null and b/official/x.19/Lib/D5/cxScheduler.res differ diff --git a/official/x.19/Lib/D5/cxSchedulerCustomControls.dcu b/official/x.19/Lib/D5/cxSchedulerCustomControls.dcu new file mode 100644 index 00000000..23abdaa0 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerCustomControls.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerCustomResourceView.dcu b/official/x.19/Lib/D5/cxSchedulerCustomResourceView.dcu new file mode 100644 index 00000000..ee27cd48 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerCustomResourceView.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerD5.dcu b/official/x.19/Lib/D5/cxSchedulerD5.dcu new file mode 100644 index 00000000..435c6b26 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerD5.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerDBStorage.dcu b/official/x.19/Lib/D5/cxSchedulerDBStorage.dcu new file mode 100644 index 00000000..8b74fffb Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerDBStorage.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerDateNavigator.dcu b/official/x.19/Lib/D5/cxSchedulerDateNavigator.dcu new file mode 100644 index 00000000..7ae21808 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerDateNavigator.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerDayView.dcu b/official/x.19/Lib/D5/cxSchedulerDayView.dcu new file mode 100644 index 00000000..1b39ef5d Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerDayView.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerDialogs.dcu b/official/x.19/Lib/D5/cxSchedulerDialogs.dcu new file mode 100644 index 00000000..27ac7320 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerDialogs.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerEventEditor.dcu b/official/x.19/Lib/D5/cxSchedulerEventEditor.dcu new file mode 100644 index 00000000..3eed966c Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerEventEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerEventEditor.dfm b/official/x.19/Lib/D5/cxSchedulerEventEditor.dfm new file mode 100644 index 00000000..2f838bc8 --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerEventEditor.dfm @@ -0,0 +1,510 @@ +object cxSchedulerEventEditorForm: TcxSchedulerEventEditorForm + Left = 571 + Top = 315 + AutoScroll = False + ClientHeight = 492 + ClientWidth = 450 + Color = clBtnFace + Constraints.MinHeight = 410 + Constraints.MinWidth = 458 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + OldCreateOrder = True + Position = poScreenCenter + OnActivate = FormActivate + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 0 + Top = 454 + Width = 450 + Height = 38 + Align = alBottom + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object pnlThreeButtons: TPanel + Left = 0 + Top = 0 + Width = 340 + Height = 38 + Align = alClient + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + DesignSize = ( + 340 + 38) + object btnOk: TcxButton + Left = 15 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Left = 125 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnDelete: TcxButton + Left = 235 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + end + end + object pnlRecurrence: TPanel + Left = 340 + Top = 0 + Width = 110 + Height = 38 + Align = alRight + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + object btnRecurrence: TcxButton + Left = 5 + Top = 7 + Width = 95 + Height = 23 + Caption = '&Recurrence' + TabOrder = 0 + OnClick = btnRecurrenceClick + end + end + end + object pnlInformation: TPanel + Left = 0 + Top = 0 + Width = 450 + Height = 41 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 7 + DesignSize = ( + 450 + 41) + object Bevel6: TBevel + Left = 11 + Top = 33 + Width = 429 + Height = 7 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object btnFindTime: TcxButton + Left = 320 + Top = 8 + Width = 120 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Find available time' + TabOrder = 0 + OnClick = btnFindTimeClick + end + object cxGroupBox1: TcxGroupBox + Left = 13 + Top = 8 + Alignment = alCenterCenter + Anchors = [akLeft, akTop, akRight] + ParentBackground = False + ParentColor = False + Style.Color = clInfoBk + Style.TransparentBorder = False + TabOrder = 1 + Height = 23 + Width = 298 + object lbInformation: TLabel + Left = 4 + Top = 4 + Width = 290 + Height = 15 + AutoSize = False + Caption = 'Conflicts with another event in your schedule.' + end + end + end + object pnlCaption: TPanel + Left = 0 + Top = 41 + Width = 450 + Height = 65 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + DesignSize = ( + 450 + 65) + object lbSubject: TLabel + Left = 16 + Top = 13 + Width = 40 + Height = 13 + Caption = 'Subject:' + FocusControl = teSubject + end + object lbLocation: TLabel + Left = 16 + Top = 38 + Width = 44 + Height = 13 + Caption = 'Location:' + FocusControl = teLocation + end + object lbLabel: TLabel + Left = 239 + Top = 38 + Width = 29 + Height = 13 + Anchors = [akTop, akRight] + Caption = 'La&bel:' + FocusControl = icbLabel + end + object teSubject: TcxTextEdit + Left = 72 + Top = 9 + Anchors = [akLeft, akTop, akRight] + Properties.OnChange = OnChanged + TabOrder = 0 + Width = 369 + end + object teLocation: TcxTextEdit + Left = 72 + Top = 34 + Anchors = [akLeft, akTop, akRight] + Properties.OnChange = OnChanged + TabOrder = 1 + Width = 145 + end + object icbLabel: TcxImageComboBox + Left = 272 + Top = 34 + Anchors = [akTop, akRight] + Properties.Items = <> + Properties.OnChange = OnChanged + TabOrder = 2 + Width = 169 + end + end + object pnlTime: TPanel + Left = 0 + Top = 106 + Width = 450 + Height = 67 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 2 + DesignSize = ( + 450 + 67) + object Bevel4: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 8 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object lbStartTime: TLabel + Left = 16 + Top = 15 + Width = 51 + Height = 13 + Caption = 'Start time:' + FocusControl = deStart + end + object lbEndTime: TLabel + Left = 16 + Top = 40 + Width = 45 + Height = 13 + Caption = 'End time:' + FocusControl = deEnd + end + object deStart: TcxDateEdit + Left = 96 + Top = 11 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = OnChanged + Properties.OnEditValueChanged = StartDateChanged + TabOrder = 0 + Width = 121 + end + object teStart: TcxTimeEdit + Left = 224 + Top = 11 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = OnEventTimeChanged + TabOrder = 1 + Width = 78 + end + object deEnd: TcxDateEdit + Left = 96 + Top = 36 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = OnChanged + TabOrder = 2 + Width = 121 + end + object teEnd: TcxTimeEdit + Left = 224 + Top = 36 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = OnEventTimeChanged + TabOrder = 3 + Width = 78 + end + object cbAllDayEvent: TcxCheckBox + Left = 320 + Top = 12 + Caption = 'All day event' + Properties.OnChange = cbAllDayEventPropertiesChange + TabOrder = 4 + Width = 121 + end + end + object pnlRecurrenceInfo: TPanel + Left = 0 + Top = 173 + Width = 450 + Height = 40 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 3 + DesignSize = ( + 450 + 40) + object Bevel7: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 8 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object lbRecurrence: TLabel + Left = 16 + Top = 15 + Width = 59 + Height = 13 + Caption = 'Recurrence:' + end + object lbRecurrencePattern: TLabel + Left = 88 + Top = 16 + Width = 353 + Height = 13 + Anchors = [akLeft, akTop, akRight] + AutoSize = False + Caption = 'PatternInfo' + WordWrap = True + end + end + object pnlPlaceHolder: TPanel + Left = 0 + Top = 256 + Width = 450 + Height = 43 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 5 + object pnlReminder: TPanel + Left = 0 + Top = 4 + Width = 224 + Height = 39 + Align = alLeft + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object cbReminder: TcxCheckBox + Left = 11 + Top = 9 + Caption = 'Reminder:' + Properties.OnChange = OnChanged + State = cbsChecked + TabOrder = 0 + OnClick = cbReminderClick + Width = 81 + end + object cbReminderMinutesBeforeStart: TcxComboBox + Left = 96 + Top = 8 + Properties.ImmediateDropDown = False + Properties.ImmediatePost = True + Properties.IncrementalSearch = False + Properties.OnChange = OnChanged + Properties.OnPopup = cbReminderMinutesBeforeStartPropertiesPopup + Properties.OnValidate = cbReminderMinutesBeforeStartPropertiesValidate + TabOrder = 1 + Width = 121 + end + end + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 450 + Height = 4 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + DesignSize = ( + 450 + 4) + object Bevel3: TBevel + Left = 11 + Top = 0 + Width = 439 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + end + object pnlShowTimeAs: TPanel + Left = 224 + Top = 4 + Width = 281 + Height = 39 + Align = alLeft + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 2 + object lbShowTimeAs: TLabel + Left = 16 + Top = 12 + Width = 67 + Height = 13 + Caption = 'Show time as:' + FocusControl = icbShowTimeAs + end + object icbShowTimeAs: TcxImageComboBox + Left = 96 + Top = 8 + Properties.Items = <> + Properties.OnChange = OnEventTimeChanged + TabOrder = 0 + Width = 121 + end + end + end + object pnlMessage: TPanel + Left = 0 + Top = 299 + Width = 450 + Height = 155 + Align = alClient + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 6 + DesignSize = ( + 450 + 155) + object Bevel2: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 9 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object Bevel1: TBevel + Left = 11 + Top = 147 + Width = 429 + Height = 7 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object meMessage: TcxMemo + Left = 10 + Top = 12 + Anchors = [akLeft, akTop, akRight, akBottom] + Properties.OnChange = OnChanged + TabOrder = 0 + Height = 129 + Width = 431 + end + end + object pnlResource: TPanel + Left = 0 + Top = 213 + Width = 450 + Height = 43 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 4 + DesignSize = ( + 450 + 43) + object lbResource: TLabel + Left = 16 + Top = 17 + Width = 62 + Height = 13 + Caption = 'Resource(s):' + end + object Bevel5: TBevel + Left = 11 + Top = -4 + Width = 429 + Height = 7 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object cbResources: TcxCheckComboBox + Left = 96 + Top = 13 + Anchors = [akLeft, akTop, akRight] + Properties.DropDownAutoWidth = False + Properties.EditValueFormat = cvfIndices + Properties.Items = <> + Properties.OnChange = OnResourceIDChanged + TabOrder = 0 + Width = 346 + end + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dcu b/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dcu new file mode 100644 index 00000000..c7b06f57 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dfm b/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dfm new file mode 100644 index 00000000..882a025e --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerGoToDateDialog.dfm @@ -0,0 +1,75 @@ +object fmGoToDateForm: TfmGoToDateForm + Left = 160 + Top = 234 + BorderStyle = bsDialog + Caption = 'fmGoToDateForm' + ClientHeight = 90 + ClientWidth = 336 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poMainFormCenter + PixelsPerInch = 96 + TextHeight = 13 + object cxGroupBox1: TcxGroupBox + Left = 8 + Top = 4 + Style.HotTrack = False + TabOrder = 0 + Height = 77 + Width = 213 + object lbDate: TLabel + Left = 10 + Top = 20 + Width = 31 + Height = 13 + Caption = 'lbDate' + FocusControl = deDate + end + object lbShowIn: TLabel + Left = 10 + Top = 48 + Width = 44 + Height = 13 + Caption = 'lbShowIn' + FocusControl = cbShowIn + end + object deDate: TcxDateEdit + Left = 80 + Top = 16 + Properties.DateButtons = [btnToday] + TabOrder = 0 + Width = 121 + end + object cbShowIn: TcxComboBox + Left = 80 + Top = 44 + Properties.DropDownListStyle = lsFixedList + TabOrder = 1 + Width = 121 + end + end + object btnOk: TcxButton + Left = 232 + Top = 8 + Width = 95 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TcxButton + Left = 232 + Top = 42 + Width = 95 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerOutlookExchange.dcu b/official/x.19/Lib/D5/cxSchedulerOutlookExchange.dcu new file mode 100644 index 00000000..2c0afd63 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerOutlookExchange.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dcu b/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dcu new file mode 100644 index 00000000..3b207612 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dfm b/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dfm new file mode 100644 index 00000000..b38240da --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerRecurrenceEditor.dfm @@ -0,0 +1,595 @@ +object cxSchedulerRecurrenceEventEditorForm: TcxSchedulerRecurrenceEventEditorForm + Left = 199 + Top = 187 + ActiveControl = teStart + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Event recurrence' + ClientHeight = 330 + ClientWidth = 483 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOk: TcxButton + Left = 68 + Top = 298 + Width = 85 + Height = 23 + Caption = '&Ok' + Default = True + TabOrder = 0 + OnClick = btnOkClick + end + object btnCancel: TcxButton + Left = 172 + Top = 298 + Width = 85 + Height = 23 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnRemove: TcxButton + Left = 276 + Top = 298 + Width = 121 + Height = 23 + Caption = '&Remove recurrence' + Enabled = False + ModalResult = 3 + TabOrder = 2 + end + object gbTime: TcxGroupBox + Left = 8 + Top = 6 + Caption = 'Event time' + TabOrder = 3 + Height = 50 + Width = 466 + object lbStart: TLabel + Left = 14 + Top = 21 + Width = 28 + Height = 13 + Caption = 'Start:' + FocusControl = teStart + end + object lbEnd: TLabel + Left = 144 + Top = 21 + Width = 22 + Height = 13 + Caption = 'End:' + FocusControl = teEnd + end + object lbDuration: TLabel + Left = 264 + Top = 21 + Width = 45 + Height = 13 + Caption = 'Duration:' + FocusControl = cbDuration + end + object teStart: TcxTimeEdit + Left = 52 + Top = 17 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = DoChange + Properties.OnEditValueChanged = StartTimeChanged + TabOrder = 0 + Width = 78 + end + object teEnd: TcxTimeEdit + Left = 174 + Top = 17 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = DoChange + Properties.OnEditValueChanged = EndTimeChanged + TabOrder = 1 + Width = 78 + end + object cbDuration: TcxComboBox + Left = 323 + Top = 17 + Properties.ImmediateDropDown = False + Properties.ImmediatePost = True + Properties.IncrementalSearch = False + Properties.OnChange = DoChange + Properties.OnPopup = cbDurationPropertiesPopup + Properties.OnValidate = cbDurationPropertiesValidate + TabOrder = 2 + Width = 129 + end + end + object gbPattern: TcxGroupBox + Left = 8 + Top = 60 + Caption = 'Recurrence pattern' + TabOrder = 4 + Height = 127 + Width = 466 + object pnlPeriodicity: TPanel + Left = 2 + Top = 16 + Width = 93 + Height = 109 + Align = alLeft + BevelOuter = bvNone + ParentColor = True + TabOrder = 0 + object Bevel1: TBevel + Left = 90 + Top = 8 + Width = 3 + Height = 93 + Shape = bsLeftLine + end + object rbDaily: TcxRadioButton + Left = 8 + Top = 8 + Width = 80 + Height = 17 + Caption = 'Daily' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = SelectPeriodicityClick + end + object rbWeekly: TcxRadioButton + Tag = 1 + Left = 8 + Top = 32 + Width = 80 + Height = 17 + Caption = 'Weekly' + TabOrder = 1 + OnClick = SelectPeriodicityClick + end + object rbMonthly: TcxRadioButton + Tag = 2 + Left = 8 + Top = 56 + Width = 80 + Height = 17 + Caption = 'Monthly' + TabOrder = 2 + OnClick = SelectPeriodicityClick + end + object rbYearly: TcxRadioButton + Tag = 3 + Left = 8 + Top = 80 + Width = 80 + Height = 17 + Caption = 'Yearly' + TabOrder = 3 + OnClick = SelectPeriodicityClick + end + end + object pcPattern: TPageControl + Left = 95 + Top = 16 + Width = 369 + Height = 109 + ActivePage = tsDaily + Align = alClient + Style = tsButtons + TabOrder = 1 + TabStop = False + object tsDaily: TTabSheet + TabVisible = False + object lbDay: TLabel + Left = 115 + Top = 7 + Width = 18 + Height = 13 + Caption = 'day' + end + object rbEveryWeekday: TcxRadioButton + Left = 2 + Top = 35 + Width = 113 + Height = 17 + Caption = 'Every weekday' + TabOrder = 1 + OnClick = rbEveryWeekdayClick + end + object rbEvery: TcxRadioButton + Left = 2 + Top = 6 + Width = 66 + Height = 17 + Caption = 'Every' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object meDay: TcxMaskEdit + Left = 74 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = meDayPropertiesChange + TabOrder = 2 + OnExit = ValidateNumber + Width = 32 + end + end + object tsWeekly: TTabSheet + TabVisible = False + object lbWeeksOn: TLabel + Left = 117 + Top = 7 + Width = 57 + Height = 13 + Caption = 'week(s) on:' + end + object lbRecurEvery: TLabel + Left = 4 + Top = 7 + Width = 59 + Height = 13 + Caption = 'Recur every' + FocusControl = meNumOfWeek + end + object cbDayOfWeek1: TcxCheckBox + Tag = 1 + Left = 0 + Top = 38 + Caption = 'Sunday' + Properties.OnChange = DoChange + TabOrder = 1 + Width = 90 + end + object cbDayOfWeek7: TcxCheckBox + Tag = 7 + Left = 178 + Top = 62 + Caption = 'Saturday' + Properties.OnChange = DoChange + TabOrder = 7 + Width = 90 + end + object cbDayOfWeek6: TcxCheckBox + Tag = 6 + Left = 89 + Top = 62 + Caption = 'Friday' + Properties.OnChange = DoChange + TabOrder = 6 + Width = 90 + end + object cbDayOfWeek5: TcxCheckBox + Tag = 5 + Left = 0 + Top = 62 + Caption = 'Thursday' + Properties.OnChange = DoChange + TabOrder = 5 + Width = 90 + end + object cbDayOfWeek4: TcxCheckBox + Tag = 4 + Left = 267 + Top = 38 + Caption = 'Wednesday' + Properties.OnChange = DoChange + TabOrder = 4 + Width = 90 + end + object cbDayOfWeek3: TcxCheckBox + Tag = 3 + Left = 178 + Top = 38 + Caption = 'Tuesday' + Properties.OnChange = DoChange + TabOrder = 3 + Width = 90 + end + object cbDayOfWeek2: TcxCheckBox + Tag = 2 + Left = 89 + Top = 38 + Caption = 'Monday' + Properties.OnChange = DoChange + TabOrder = 2 + Width = 90 + end + object meNumOfWeek: TcxMaskEdit + Left = 74 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = DoChange + TabOrder = 0 + OnExit = ValidateNumber + Width = 32 + end + end + object tsMonthly: TTabSheet + ImageIndex = 3 + TabVisible = False + object lbOfEvery1: TLabel + Left = 226 + Top = 36 + Width = 41 + Height = 13 + Caption = 'of every' + end + object lbOfEvery: TLabel + Left = 92 + Top = 7 + Width = 41 + Height = 13 + Caption = 'of every' + end + object lbMonths1: TLabel + Left = 311 + Top = 36 + Width = 43 + Height = 13 + Caption = 'month(s)' + end + object lbMonths: TLabel + Left = 174 + Top = 7 + Width = 43 + Height = 13 + Caption = 'month(s)' + end + object cbDay: TcxComboBox + Tag = 11534460 + Left = 121 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.DropDownRows = 10 + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 4 + Width = 96 + end + object rbThe: TcxRadioButton + Left = 2 + Top = 35 + Width = 49 + Height = 17 + Caption = 'The' + TabOrder = 1 + OnClick = DoChange + end + object rbDay: TcxRadioButton + Left = 2 + Top = 6 + Width = 50 + Height = 17 + Caption = 'Day' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object cbWeek: TcxComboBox + Tag = 11534460 + Left = 53 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 3 + Width = 65 + end + object meNumMonth1: TcxMaskEdit + Tag = 11534460 + Left = 273 + Top = 32 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 5 + OnExit = ValidateNumber + Width = 32 + end + object meNumMonth: TcxMaskEdit + Tag = 11533468 + Left = 139 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetDayRadioButtonChecked + TabOrder = 2 + OnExit = ValidateNumber + Width = 32 + end + object meNumOfDay: TcxMaskEdit + Tag = 11533468 + Left = 53 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetDayRadioButtonChecked + TabOrder = 6 + OnExit = ValidateNumber + Width = 32 + end + end + object tsYearly: TTabSheet + TabVisible = False + object lbOf: TLabel + Left = 243 + Top = 36 + Width = 10 + Height = 13 + Caption = 'of' + end + object cbDay1: TcxComboBox + Tag = 11589716 + Left = 130 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.DropDownRows = 10 + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 5 + Width = 103 + end + object rbThe1: TcxRadioButton + Left = 2 + Top = 35 + Width = 49 + Height = 17 + Caption = 'The' + TabOrder = 1 + end + object rbEvery1: TcxRadioButton + Left = 2 + Top = 6 + Width = 57 + Height = 17 + Caption = 'Every' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object cbWeek1: TcxComboBox + Tag = 11589716 + Left = 60 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 4 + Width = 65 + end + object cbMonths1: TcxComboBox + Tag = 11589716 + Left = 262 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 6 + Width = 90 + end + object cbMonths: TcxComboBox + Tag = 11588656 + Left = 60 + Top = 3 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbMonthsPropertiesChange + TabOrder = 2 + Width = 90 + end + object meDayOfMonth: TcxMaskEdit + Tag = 11588656 + Left = 155 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = cbMonthsPropertiesChange + TabOrder = 3 + OnExit = ValidateNumber + Width = 32 + end + end + end + end + object gbRange: TcxGroupBox + Left = 8 + Top = 191 + Caption = 'Range of recurrence' + TabOrder = 5 + Height = 97 + Width = 466 + object lbStart1: TLabel + Left = 16 + Top = 28 + Width = 28 + Height = 13 + Caption = 'Start:' + FocusControl = deStart + end + object lbOccurrences: TLabel + Left = 332 + Top = 44 + Width = 58 + Height = 13 + Caption = 'occurrences' + end + object deStart: TcxDateEdit + Left = 56 + Top = 24 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = DoChange + Properties.OnEditValueChanged = deStartPropertiesEditValueChanged + TabOrder = 0 + Width = 135 + end + object rbNoEndDate: TcxRadioButton + Left = 216 + Top = 16 + Width = 113 + Height = 17 + Caption = 'No end date' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = rbNoEndDateClick + end + object rbEndAfter: TcxRadioButton + Left = 216 + Top = 43 + Width = 73 + Height = 17 + Caption = 'End after:' + TabOrder = 2 + OnClick = DoChange + end + object rbEndBy: TcxRadioButton + Left = 216 + Top = 70 + Width = 73 + Height = 17 + Caption = 'End by:' + TabOrder = 3 + OnClick = DoChange + end + object deEndBy: TcxDateEdit + Tag = 11453468 + Left = 292 + Top = 66 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = deEndByPropertiesChange + Properties.OnEditValueChanged = deEndByPropertiesEditValueChanged + TabOrder = 5 + Width = 135 + end + object meEndAfter: TcxMaskEdit + Tag = 11452416 + Left = 292 + Top = 39 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = meEndAfterPropertiesChange + Properties.OnEditValueChanged = meEndAfterPropertiesEditValueChanged + TabOrder = 4 + OnExit = meEndAfterExit + Width = 32 + end + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dcu b/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dcu new file mode 100644 index 00000000..576957ab Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dfm b/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dfm new file mode 100644 index 00000000..20f101e0 --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerRecurrenceSelectionDialog.dfm @@ -0,0 +1,83 @@ +object fmRecurrenceSelectionForm: TfmRecurrenceSelectionForm + Left = 217 + Top = 476 + BorderStyle = bsDialog + Caption = 'fmRecurrenceSelectionForm' + ClientHeight = 143 + ClientWidth = 261 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poMainFormCenter + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object lbMessage: TLabel + Left = 67 + Top = 8 + Width = 186 + Height = 44 + AutoSize = False + Caption = 'lbMessage' + WordWrap = True + end + object Image: TImage + Left = 8 + Top = 4 + Width = 49 + Height = 49 + Center = True + end + object pnlControls: TPanel + Left = 0 + Top = 59 + Width = 261 + Height = 84 + Align = alBottom + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object btnCancel: TcxButton + Left = 136 + Top = 53 + Width = 90 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 0 + end + object rbSeries: TcxRadioButton + Left = 56 + Top = 25 + Width = 193 + Height = 17 + Caption = 'rbSeries' + TabOrder = 1 + end + object rbOccurrence: TcxRadioButton + Left = 56 + Top = 2 + Width = 201 + Height = 17 + Caption = 'rbOccurrence' + Checked = True + TabOrder = 2 + TabStop = True + end + object btnOk: TcxButton + Left = 36 + Top = 53 + Width = 90 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 3 + end + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerReg.dcr b/official/x.19/Lib/D5/cxSchedulerReg.dcr new file mode 100644 index 00000000..b5e7661e Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerReg.dcr differ diff --git a/official/x.19/Lib/D5/cxSchedulerReg.dcu b/official/x.19/Lib/D5/cxSchedulerReg.dcu new file mode 100644 index 00000000..80a43100 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerReg.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerReminderWindow.dcu b/official/x.19/Lib/D5/cxSchedulerReminderWindow.dcu new file mode 100644 index 00000000..f0b327c6 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerReminderWindow.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerReminderWindow.dfm b/official/x.19/Lib/D5/cxSchedulerReminderWindow.dfm new file mode 100644 index 00000000..7f8347e2 --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerReminderWindow.dfm @@ -0,0 +1,121 @@ +object cxSchedulerReminderForm: TcxSchedulerReminderForm + Left = 288 + Top = 89 + ActiveControl = lvItems + BorderIcons = [biSystemMenu, biMinimize] + BorderStyle = bsSingle + ClientHeight = 294 + ClientWidth = 456 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pbImage: TPaintBox + Left = 10 + Top = 10 + Width = 16 + Height = 16 + Visible = False + OnPaint = DrawIcon + end + object lbEventCaption: TLabel + Left = 32 + Top = 10 + Width = 409 + Height = 15 + AutoSize = False + end + object lbEventStartTime: TLabel + Left = 32 + Top = 32 + Width = 3 + Height = 13 + end + object lvItems: TcxListView + Left = 9 + Top = 76 + Width = 437 + Height = 129 + ColumnClick = False + Columns = < + item + Width = 290 + end + item + Width = 120 + end> + HideSelection = False + MultiSelect = True + ReadOnly = True + RowSelect = True + Style.HotTrack = False + TabOrder = 0 + ViewStyle = vsReport + OnDblClick = lvItemsDblClick + OnKeyDown = lvItemsKeyDown + OnSelectItem = lvItemsSelectItem + end + object btnDismissAll: TcxButton + Left = 9 + Top = 212 + Width = 90 + Height = 23 + Caption = 'Dismiss &All' + Enabled = False + TabOrder = 1 + OnClick = ButtonClick + end + object btnOpenItem: TcxButton + Tag = 1 + Left = 256 + Top = 212 + Width = 90 + Height = 23 + Caption = '&Open Item' + Enabled = False + TabOrder = 2 + OnClick = ButtonClick + end + object btnDismiss: TcxButton + Tag = 2 + Left = 355 + Top = 212 + Width = 90 + Height = 23 + Caption = '&Dismiss' + Enabled = False + TabOrder = 3 + OnClick = ButtonClick + end + object cbSnoozeTime: TcxComboBox + Left = 9 + Top = 263 + Enabled = False + Properties.DropDownListStyle = lsFixedList + TabOrder = 4 + Width = 338 + end + object btnSnooze: TcxButton + Tag = 3 + Left = 355 + Top = 262 + Width = 90 + Height = 23 + Caption = '&Snooze' + Default = True + Enabled = False + TabOrder = 5 + OnClick = ButtonClick + end + object tmUpdate: TTimer + Enabled = False + Interval = 30000 + OnTimer = tmUpdateTimer + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dcu b/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dcu new file mode 100644 index 00000000..8392feb3 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dfm b/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dfm new file mode 100644 index 00000000..9a13af58 --- /dev/null +++ b/official/x.19/Lib/D5/cxSchedulerResourcesLayoutEditor.dfm @@ -0,0 +1,66 @@ +object fmResourcesLayoutEditor: TfmResourcesLayoutEditor + Left = 249 + Top = 230 + ActiveControl = clbResources + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Resource editor' + ClientHeight = 227 + ClientWidth = 301 + Color = clBtnFace + Constraints.MinHeight = 160 + Constraints.MinWidth = 220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TcxButton + Left = 210 + Top = 196 + Width = 85 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + ModalResult = 2 + TabOrder = 0 + end + object btnUp: TcxButton + Left = 210 + Top = 8 + Width = 85 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Up' + TabOrder = 1 + OnClick = BtnClick + end + object btnDown: TcxButton + Tag = 1 + Left = 210 + Top = 40 + Width = 85 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Down' + TabOrder = 2 + OnClick = BtnClick + end + object clbResources: TcxCheckListBox + Left = 8 + Top = 8 + Width = 195 + Height = 212 + Anchors = [akLeft, akTop, akRight, akBottom] + Items = <> + TabOrder = 3 + OnClick = clbResourcesClick + OnDragOver = clbResourcesDragOver + OnEditValueChanged = clbResourcesEditValueChanged + OnKeyDown = clbResourcesKeyDown + OnMouseDown = clbResourcesMouseDown + end +end diff --git a/official/x.19/Lib/D5/cxSchedulerStorage.dcu b/official/x.19/Lib/D5/cxSchedulerStorage.dcu new file mode 100644 index 00000000..cbd8d5a7 Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerStorage.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerStrs.dcu b/official/x.19/Lib/D5/cxSchedulerStrs.dcu new file mode 100644 index 00000000..98dd13ec Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerTimeGridView.dcu b/official/x.19/Lib/D5/cxSchedulerTimeGridView.dcu new file mode 100644 index 00000000..11bf7eeb Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerTimeGridView.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerUtils.dcu b/official/x.19/Lib/D5/cxSchedulerUtils.dcu new file mode 100644 index 00000000..34b401bc Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerUtils.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerWeekView.dcu b/official/x.19/Lib/D5/cxSchedulerWeekView.dcu new file mode 100644 index 00000000..18a35dee Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerWeekView.dcu differ diff --git a/official/x.19/Lib/D5/cxSchedulerYearView.dcu b/official/x.19/Lib/D5/cxSchedulerYearView.dcu new file mode 100644 index 00000000..212eac3f Binary files /dev/null and b/official/x.19/Lib/D5/cxSchedulerYearView.dcu differ diff --git a/official/x.19/Lib/D5/cxScrollBar.dcu b/official/x.19/Lib/D5/cxScrollBar.dcu new file mode 100644 index 00000000..0546d5a7 Binary files /dev/null and b/official/x.19/Lib/D5/cxScrollBar.dcu differ diff --git a/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dcu b/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dcu new file mode 100644 index 00000000..3aafbab4 Binary files /dev/null and b/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dcu differ diff --git a/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dfm b/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dfm new file mode 100644 index 00000000..ebd88738 --- /dev/null +++ b/official/x.19/Lib/D5/cxSelectEditRepositoryItem.dfm @@ -0,0 +1,74 @@ +object cxSelectRepositoryItem: TcxSelectRepositoryItem + Left = 403 + Top = 209 + BorderStyle = bsDialog + Caption = 'Select EditRepositoryItem' + ClientHeight = 392 + ClientWidth = 346 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 10 + Top = 320 + Width = 56 + Height = 13 + Caption = 'Description:' + end + object lbItems: TListBox + Left = 8 + Top = 8 + Width = 233 + Height = 305 + ItemHeight = 13 + Sorted = True + TabOrder = 0 + OnClick = lbItemsClick + OnMouseDown = lbItemsMouseDown + end + object Panel1: TPanel + Left = 8 + Top = 335 + Width = 329 + Height = 49 + BevelInner = bvLowered + Color = clInfoBk + TabOrder = 3 + object lbHint: TLabel + Left = 4 + Top = 4 + Width = 321 + Height = 41 + AutoSize = False + Caption = 'LongHint' + WordWrap = True + end + end + object btOk: TButton + Left = 256 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Ok' + Default = True + Enabled = False + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TButton + Left = 256 + Top = 40 + Width = 75 + Height = 25 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/cxShellBrowser.dcu b/official/x.19/Lib/D5/cxShellBrowser.dcu new file mode 100644 index 00000000..2823927c Binary files /dev/null and b/official/x.19/Lib/D5/cxShellBrowser.dcu differ diff --git a/official/x.19/Lib/D5/cxShellBrowser.dfm b/official/x.19/Lib/D5/cxShellBrowser.dfm new file mode 100644 index 00000000..a7ba7928 --- /dev/null +++ b/official/x.19/Lib/D5/cxShellBrowser.dfm @@ -0,0 +1,74 @@ +object cxShellBrowserDlg: TcxShellBrowserDlg + Left = 455 + Top = 160 + ActiveControl = cxStv + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Browse for Folder' + ClientHeight = 358 + ClientWidth = 308 + Color = clBtnFace + Constraints.MinHeight = 300 + Constraints.MinWidth = 250 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCreate = FormCreate + OnPaint = FormPaint + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object lblFolder: TLabel + Left = 12 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Current Folder' + end + object cxStv: TcxShellTreeView + Left = 12 + Top = 56 + Width = 284 + Height = 261 + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + Options.ShowNonFolders = False + RightClickSelect = True + TabOrder = 0 + OnChange = cxStvChange + end + object cxTeFolder: TcxTextEdit + Left = 12 + Top = 24 + Anchors = [akLeft, akTop, akRight, akBottom] + Properties.ReadOnly = True + Style.Color = clWindow + TabOrder = 1 + Width = 284 + end + object cxButton1: TcxButton + Left = 139 + Top = 323 + Width = 75 + Height = 25 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object cxButton2: TcxButton + Left = 219 + Top = 323 + Width = 75 + Height = 25 + Anchors = [akRight, akBottom] + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/cxShellBrowserDialog.dcu b/official/x.19/Lib/D5/cxShellBrowserDialog.dcu new file mode 100644 index 00000000..3a03c577 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellBrowserDialog.dcu differ diff --git a/official/x.19/Lib/D5/cxShellComboBox.dcu b/official/x.19/Lib/D5/cxShellComboBox.dcu new file mode 100644 index 00000000..a8312141 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellComboBox.dcu differ diff --git a/official/x.19/Lib/D5/cxShellCommon.dcu b/official/x.19/Lib/D5/cxShellCommon.dcu new file mode 100644 index 00000000..75cac6d0 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellCommon.dcu differ diff --git a/official/x.19/Lib/D5/cxShellControls.dcu b/official/x.19/Lib/D5/cxShellControls.dcu new file mode 100644 index 00000000..e2a4d2f4 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellControls.dcu differ diff --git a/official/x.19/Lib/D5/cxShellDlgs.dcu b/official/x.19/Lib/D5/cxShellDlgs.dcu new file mode 100644 index 00000000..d6ed9790 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellDlgs.dcu differ diff --git a/official/x.19/Lib/D5/cxShellEditRepositoryItems.dcu b/official/x.19/Lib/D5/cxShellEditRepositoryItems.dcu new file mode 100644 index 00000000..58ef6d51 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D5/cxShellEditorsReg.dcu b/official/x.19/Lib/D5/cxShellEditorsReg.dcu new file mode 100644 index 00000000..bfae4d92 Binary files /dev/null and b/official/x.19/Lib/D5/cxShellEditorsReg.dcu differ diff --git a/official/x.19/Lib/D5/cxShellListView.dcu b/official/x.19/Lib/D5/cxShellListView.dcu new file mode 100644 index 00000000..21f14edd Binary files /dev/null and b/official/x.19/Lib/D5/cxShellListView.dcu differ diff --git a/official/x.19/Lib/D5/cxShellTreeView.dcu b/official/x.19/Lib/D5/cxShellTreeView.dcu new file mode 100644 index 00000000..47d4f0cc Binary files /dev/null and b/official/x.19/Lib/D5/cxShellTreeView.dcu differ diff --git a/official/x.19/Lib/D5/cxSpinButton.dcu b/official/x.19/Lib/D5/cxSpinButton.dcu new file mode 100644 index 00000000..dee8e706 Binary files /dev/null and b/official/x.19/Lib/D5/cxSpinButton.dcu differ diff --git a/official/x.19/Lib/D5/cxSpinEdit.dcu b/official/x.19/Lib/D5/cxSpinEdit.dcu new file mode 100644 index 00000000..3aaf5079 Binary files /dev/null and b/official/x.19/Lib/D5/cxSpinEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxSplitter.dcu b/official/x.19/Lib/D5/cxSplitter.dcu new file mode 100644 index 00000000..6f974cfc Binary files /dev/null and b/official/x.19/Lib/D5/cxSplitter.dcu differ diff --git a/official/x.19/Lib/D5/cxSplitterEditor.dcu b/official/x.19/Lib/D5/cxSplitterEditor.dcu new file mode 100644 index 00000000..c771f1ea Binary files /dev/null and b/official/x.19/Lib/D5/cxSplitterEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxSplitterEditor.dfm b/official/x.19/Lib/D5/cxSplitterEditor.dfm new file mode 100644 index 00000000..94aeb28b --- /dev/null +++ b/official/x.19/Lib/D5/cxSplitterEditor.dfm @@ -0,0 +1,258 @@ +object cxSplitEditor: TcxSplitEditor + Left = 224 + Top = 210 + ActiveControl = cxCbAhd + BorderStyle = bsDialog + ClientHeight = 383 + ClientWidth = 466 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object cxGroupBox1: TcxGroupBox + Left = 8 + Top = 200 + Width = 449 + Height = 145 + Caption = ' Preview ' + TabOrder = 0 + object Panel1: TPanel + Left = 8 + Top = 16 + Width = 426 + Height = 121 + BevelOuter = bvNone + TabOrder = 0 + object cxListBox1: TcxListBox + Left = 0 + Top = 0 + Width = 145 + Height = 121 + TabStop = False + Align = alLeft + ItemHeight = 13 + TabOrder = 0 + end + object cxSplit: TcxSplitter + Left = 145 + Top = 0 + Width = 8 + Height = 121 + AutoPosition = False + AutoSnap = True + Control = cxListBox1 + end + object cxListBox2: TcxListBox + Left = 153 + Top = 0 + Width = 273 + Height = 121 + TabStop = False + Align = alClient + ItemHeight = 13 + TabOrder = 2 + end + end + end + object cxGroupBox2: TcxGroupBox + Left = 8 + Top = 8 + Width = 153 + Height = 189 + Caption = ' Operation ' + TabOrder = 1 + object Label1: TLabel + Left = 27 + Top = 119 + Width = 40 + Height = 13 + Caption = 'Min Size' + end + object Label2: TLabel + Left = 28 + Top = 61 + Width = 88 + Height = 13 + Caption = 'Position after open' + end + object cxCbAhd: TcxCheckBox + Left = 8 + Top = 16 + Width = 121 + Height = 21 + Caption = 'Allow HotZone Drag' + TabOrder = 0 + OnClick = cxCbAhdClick + end + object cxCbAp: TcxCheckBox + Left = 8 + Top = 40 + Width = 105 + Height = 21 + Caption = 'Auto Position' + TabOrder = 1 + OnClick = cxCbApClick + end + object cxCbSnap: TcxCheckBox + Left = 8 + Top = 99 + Width = 105 + Height = 21 + Caption = 'Auto Snap' + TabOrder = 3 + OnClick = cxCbSnapClick + end + object cxCbRu: TcxCheckBox + Left = 8 + Top = 161 + Width = 105 + Height = 21 + Caption = 'Resize Update' + TabOrder = 5 + OnClick = cxCbRuClick + end + object cxSeMs: TcxSpinEdit + Left = 27 + Top = 133 + Width = 89 + Height = 21 + Properties.MaxValue = 145.000000000000000000 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeMsPropertiesChange + TabOrder = 4 + Value = 30 + end + object cxSePao: TcxSpinEdit + Left = 28 + Top = 75 + Width = 89 + Height = 21 + Properties.MaxValue = 200.000000000000000000 + Properties.MinValue = 1.000000000000000000 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSePaoPropertiesChange + TabOrder = 2 + Value = 200 + end + end + object cxGroupBox3: TcxGroupBox + Left = 168 + Top = 8 + Width = 289 + Height = 189 + Caption = ' Hot Zone ' + TabOrder = 2 + object Label3: TLabel + Left = 9 + Top = 120 + Width = 73 + Height = 13 + Caption = 'HotZone Width' + end + object cxRbHzNone: TcxRadioButton + Left = 9 + Top = 40 + Width = 113 + Height = 17 + Caption = 'None' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = cxRbHzNoneClick + end + object cxRbHzMp8: TcxRadioButton + Left = 9 + Top = 65 + Width = 96 + Height = 17 + Hint = 'MediaPlayer8' + Caption = 'Media Player 8' + TabOrder = 2 + OnClick = cxRbHzMp8Click + end + object cxRbHzMp9: TcxRadioButton + Left = 106 + Top = 65 + Width = 113 + Height = 17 + Hint = 'MediaPlayer9' + Caption = 'Media Player 9' + TabOrder = 3 + OnClick = cxRbHzMp8Click + end + object cxRbHzSimple: TcxRadioButton + Left = 106 + Top = 90 + Width = 113 + Height = 17 + Hint = 'Simple' + Caption = 'Simple' + TabOrder = 4 + OnClick = cxRbHzMp8Click + end + object cxRbHzXp: TcxRadioButton + Left = 9 + Top = 90 + Width = 96 + Height = 17 + Hint = 'XPTaskBar' + Caption = 'XP Task Bar' + TabOrder = 5 + OnClick = cxRbHzMp8Click + end + object cxCbHzVisible: TcxCheckBox + Left = 9 + Top = 16 + Width = 121 + Height = 21 + Caption = 'Visible' + Enabled = False + Properties.OnChange = cxCbHzVisiblePropertiesChange + TabOrder = 0 + end + object cxTbHzWidth: TcxTrackBar + Left = 8 + Top = 136 + Width = 273 + Height = 49 + Position = 10 + Properties.Frequency = 5 + Properties.Min = 10 + Properties.Max = 100 + Properties.SelectionStart = 30 + Properties.SelectionEnd = 60 + Properties.SelectionColor = clGreen + Properties.OnChange = cxTbHzWidthPropertiesChange + TabOrder = 6 + end + end + object cxBtnOK: TcxButton + Left = 304 + Top = 352 + Width = 75 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 3 + end + object cxBtnCancel: TcxButton + Left = 384 + Top = 352 + Width = 75 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 4 + end + object cxLookAndFeelController1: TcxLookAndFeelController + Kind = lfFlat + NativeStyle = True + Left = 200 + Top = 344 + end +end diff --git a/official/x.19/Lib/D5/cxStandardMask.dcu b/official/x.19/Lib/D5/cxStandardMask.dcu new file mode 100644 index 00000000..ab4a9fe3 Binary files /dev/null and b/official/x.19/Lib/D5/cxStandardMask.dcu differ diff --git a/official/x.19/Lib/D5/cxStorage.dcu b/official/x.19/Lib/D5/cxStorage.dcu new file mode 100644 index 00000000..5339ad40 Binary files /dev/null and b/official/x.19/Lib/D5/cxStorage.dcu differ diff --git a/official/x.19/Lib/D5/cxStyleRepositoryEditor.dcu b/official/x.19/Lib/D5/cxStyleRepositoryEditor.dcu new file mode 100644 index 00000000..c69992d6 Binary files /dev/null and b/official/x.19/Lib/D5/cxStyleRepositoryEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxStyleRepositoryEditor.dfm b/official/x.19/Lib/D5/cxStyleRepositoryEditor.dfm new file mode 100644 index 00000000..febda142 --- /dev/null +++ b/official/x.19/Lib/D5/cxStyleRepositoryEditor.dfm @@ -0,0 +1,232 @@ +inherited cxStyleRepositoryEditor: TcxStyleRepositoryEditor + Left = 333 + Top = 185 + Width = 317 + Height = 412 + Caption = 'StyleRepository editor' + Constraints.MinHeight = 350 + Constraints.MinWidth = 300 + Position = poDefaultPosOnly + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 0 + Top = 0 + Width = 309 + Height = 378 + ActivePage = tsStyles + Align = alClient + TabOrder = 0 + object tsStyles: TTabSheet + Caption = 'Styles' + object lbStyles: TListBox + Left = 0 + Top = 0 + Width = 210 + Height = 350 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmStyles + TabOrder = 0 + OnClick = lbStylesClick + end + object pnlStyles: TPanel + Left = 210 + Top = 0 + Width = 91 + Height = 350 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btStyleAdd: TButton + Left = 9 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Add' + TabOrder = 0 + OnClick = btStyleAddClick + end + object btStyleDelete: TButton + Left = 9 + Top = 40 + Width = 75 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btStyleDeleteClick + end + object btClose: TButton + Left = 9 + Top = 316 + Width = 75 + Height = 26 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + end + end + object tsStyleSheets: TTabSheet + Caption = 'Style Sheets' + ImageIndex = 1 + object lbStyleSheets: TListBox + Left = 0 + Top = 0 + Width = 201 + Height = 350 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmStyleSheets + TabOrder = 0 + OnClick = lbStyleSheetsClick + end + object pnlStyleSheets: TPanel + Left = 201 + Top = 0 + Width = 100 + Height = 350 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btStyleSheetAdd: TButton + Left = 9 + Top = 8 + Width = 85 + Height = 25 + Caption = '&Add...' + TabOrder = 0 + OnClick = btStyleSheetAddClick + end + object btStyleSheetDelete: TButton + Left = 9 + Top = 38 + Width = 85 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btStyleSheetDeleteClick + end + object Button3: TButton + Left = 9 + Top = 316 + Width = 85 + Height = 26 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + object btnStyleSheetEdit: TButton + Left = 9 + Top = 68 + Width = 85 + Height = 25 + Caption = '&Edit...' + TabOrder = 3 + OnClick = btnStyleSheetEditClick + end + object btnStyleSheetsSave: TButton + Left = 9 + Top = 104 + Width = 85 + Height = 25 + Caption = '&Save to ini...' + TabOrder = 4 + OnClick = btnStyleSheetsSaveClick + end + object btnStyleSheetsLoad: TButton + Left = 9 + Top = 133 + Width = 85 + Height = 25 + Caption = '&Load from ini...' + TabOrder = 5 + OnClick = btnStyleSheetsLoadClick + end + object btnStyleSheetsPredefine: TButton + Left = 9 + Top = 163 + Width = 85 + Height = 25 + Caption = '&Predefined...' + TabOrder = 6 + OnClick = btnStyleSheetsPredefineClick + end + end + end + end + object pmStyles: TPopupMenu + Left = 40 + Top = 88 + object miStyleAdd: TMenuItem + Caption = 'Add' + ShortCut = 45 + OnClick = btStyleAddClick + end + object miStyleDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = btStyleDeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miStyleSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miStyleSelectAllClick + end + end + object pmStyleSheets: TPopupMenu + Left = 72 + Top = 168 + object miStyleSheetAdd: TMenuItem + Caption = 'Add...' + ShortCut = 45 + OnClick = btStyleSheetAddClick + end + object miStyleSheetDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = btStyleSheetDeleteClick + end + object imStyleSheetEdit: TMenuItem + Caption = 'Edit...' + OnClick = btnStyleSheetEditClick + end + object MenuItem3: TMenuItem + Caption = '-' + end + object miStyleSheetSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miStyleSheetSelectAllClick + end + end + object pmAddStyleSheet: TPopupMenu + Left = 128 + Top = 48 + end + object SaveDialog: TSaveDialog + DefaultExt = 'ini' + FileName = 'cxstyles.ini' + Filter = 'Ini files|*.ini' + Left = 160 + Top = 120 + end + object OpenDialog: TOpenDialog + DefaultExt = 'ini' + FileName = 'cxstyles.ini' + Filter = 'Ini files|*.ini' + Left = 160 + Top = 176 + end +end diff --git a/official/x.19/Lib/D5/cxStyleSheetEditor.dcu b/official/x.19/Lib/D5/cxStyleSheetEditor.dcu new file mode 100644 index 00000000..de134e9e Binary files /dev/null and b/official/x.19/Lib/D5/cxStyleSheetEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxStyleSheetEditor.dfm b/official/x.19/Lib/D5/cxStyleSheetEditor.dfm new file mode 100644 index 00000000..42f7c457 --- /dev/null +++ b/official/x.19/Lib/D5/cxStyleSheetEditor.dfm @@ -0,0 +1,222 @@ +object frmcxStyleSheetEditor: TfrmcxStyleSheetEditor + Left = 377 + Top = 147 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'StyleSheet Editor' + ClientHeight = 338 + ClientWidth = 319 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 303 + Width = 319 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Bevel: TBevel + Left = 0 + Top = 0 + Width = 319 + Height = 2 + Align = alTop + end + object pnlButtons: TPanel + Left = 150 + Top = 2 + Width = 169 + Height = 33 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnOK: TButton + Left = 7 + Top = 4 + Width = 75 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object bntCancel: TButton + Left = 88 + Top = 4 + Width = 75 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 319 + Height = 303 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 1 + object pnlStyles: TPanel + Left = 4 + Top = 4 + Width = 163 + Height = 295 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlStylesCaption: TPanel + Left = 0 + Top = 0 + Width = 163 + Height = 21 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + Caption = 'Styles' + TabOrder = 0 + end + object pnlStylesClient: TPanel + Left = 0 + Top = 21 + Width = 163 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object lbStyles: TListBox + Left = 0 + Top = 0 + Width = 163 + Height = 186 + Style = lbOwnerDrawVariable + Align = alClient + ItemHeight = 16 + MultiSelect = True + TabOrder = 0 + OnClick = lbStylesClick + OnDrawItem = lbStylesDrawItem + OnMeasureItem = lbStylesMeasureItem + end + object pnlStylesButtons: TPanel + Left = 0 + Top = 186 + Width = 163 + Height = 88 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object cbColor: TCheckBox + Left = 35 + Top = 33 + Width = 119 + Height = 25 + Caption = '&Color' + TabOrder = 0 + OnClick = cbClick + end + object btnBitmap: TButton + Left = 2 + Top = 4 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 1 + OnClick = btnBitmapClick + end + object btnColor1: TButton + Left = 2 + Top = 33 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 2 + OnClick = btnColor1Click + end + object btnFont1: TButton + Left = 2 + Top = 62 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 3 + OnClick = btnFont1Click + end + object cbFont: TCheckBox + Left = 35 + Top = 62 + Width = 119 + Height = 25 + Caption = '&Font' + TabOrder = 4 + OnClick = cbClick + end + object cbBitmap: TCheckBox + Left = 35 + Top = 4 + Width = 117 + Height = 25 + Caption = '&Bitmap' + TabOrder = 5 + OnClick = cbClick + end + end + end + end + object pnlPreview: TPanel + Left = 171 + Top = 4 + Width = 144 + Height = 295 + Align = alRight + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 1 + object pnlPreviewCaption: TPanel + Left = 0 + Top = 0 + Width = 144 + Height = 21 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + Caption = 'Preview' + TabOrder = 0 + end + object pnlPreviewClient: TPanel + Left = 0 + Top = 21 + Width = 144 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end + end + end + object FontDialog: TFontDialog + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Left = 76 + Top = 28 + end + object ColorDialog: TColorDialog + Left = 44 + Top = 28 + end +end diff --git a/official/x.19/Lib/D5/cxStyleSheetsLoad.dcu b/official/x.19/Lib/D5/cxStyleSheetsLoad.dcu new file mode 100644 index 00000000..50b9942d Binary files /dev/null and b/official/x.19/Lib/D5/cxStyleSheetsLoad.dcu differ diff --git a/official/x.19/Lib/D5/cxStyleSheetsLoad.dfm b/official/x.19/Lib/D5/cxStyleSheetsLoad.dfm new file mode 100644 index 00000000..fb67aa5a --- /dev/null +++ b/official/x.19/Lib/D5/cxStyleSheetsLoad.dfm @@ -0,0 +1,171 @@ +object frmcxStyleSheetsLoad: TfrmcxStyleSheetsLoad + Left = 303 + Top = 129 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Predefined StyleSheets' + ClientHeight = 329 + ClientWidth = 659 + Color = clBtnFace + Constraints.MinHeight = 296 + Constraints.MinWidth = 315 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 294 + Width = 659 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Bevel: TBevel + Left = 0 + Top = 0 + Width = 659 + Height = 2 + Align = alTop + end + object btnLoad: TButton + Left = 497 + Top = 8 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'Load' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnClose: TButton + Left = 580 + Top = 8 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + ModalResult = 2 + TabOrder = 1 + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 659 + Height = 294 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object pnlStyles: TPanel + Left = 5 + Top = 5 + Width = 297 + Height = 284 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlStyleSheetClasses: TPanel + Left = 0 + Top = 0 + Width = 297 + Height = 25 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lbStyleSheetClass: TLabel + Left = 3 + Top = 1 + Width = 94 + Height = 18 + AutoSize = False + Caption = 'Style Sheet Class:' + Layout = tlCenter + end + object cbStyleSheetClasses: TComboBox + Left = 96 + Top = 0 + Width = 201 + Height = 21 + Style = csDropDownList + Anchors = [akTop, akRight] + DropDownCount = 10 + ItemHeight = 13 + TabOrder = 0 + end + end + object lbStyleSheets: TListBox + Left = 0 + Top = 25 + Width = 297 + Height = 259 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 1 + end + end + object pnlPreview: TPanel + Left = 302 + Top = 5 + Width = 352 + Height = 284 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 5 + Height = 284 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object Panel1: TPanel + Left = 5 + Top = 0 + Width = 347 + Height = 284 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 347 + Height = 25 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + TabOrder = 0 + object lbPreview: TLabel + Left = 0 + Top = 0 + Width = 61 + Height = 21 + AutoSize = False + Caption = 'Preview' + Layout = tlCenter + end + end + object pnlPreviewClient: TPanel + Left = 0 + Top = 25 + Width = 347 + Height = 259 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end + end + end + end +end diff --git a/official/x.19/Lib/D5/cxStyles.dcu b/official/x.19/Lib/D5/cxStyles.dcu new file mode 100644 index 00000000..f806f9d7 Binary files /dev/null and b/official/x.19/Lib/D5/cxStyles.dcu differ diff --git a/official/x.19/Lib/D5/cxTL.dcu b/official/x.19/Lib/D5/cxTL.dcu new file mode 100644 index 00000000..988837d3 Binary files /dev/null and b/official/x.19/Lib/D5/cxTL.dcu differ diff --git a/official/x.19/Lib/D5/cxTL.res b/official/x.19/Lib/D5/cxTL.res new file mode 100644 index 00000000..071c538b Binary files /dev/null and b/official/x.19/Lib/D5/cxTL.res differ diff --git a/official/x.19/Lib/D5/cxTLConverter.dcu b/official/x.19/Lib/D5/cxTLConverter.dcu new file mode 100644 index 00000000..21108d28 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxTLData.dcu b/official/x.19/Lib/D5/cxTLData.dcu new file mode 100644 index 00000000..28618228 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLData.dcu differ diff --git a/official/x.19/Lib/D5/cxTLDsgnEdtrs.dcu b/official/x.19/Lib/D5/cxTLDsgnEdtrs.dcu new file mode 100644 index 00000000..dc8fefb7 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLDsgnEdtrs.dcu differ diff --git a/official/x.19/Lib/D5/cxTLDsgnEdtrs.dfm b/official/x.19/Lib/D5/cxTLDsgnEdtrs.dfm new file mode 100644 index 00000000..b826314e --- /dev/null +++ b/official/x.19/Lib/D5/cxTLDsgnEdtrs.dfm @@ -0,0 +1,307 @@ +object cxTreeListBandColumnDesigner: TcxTreeListBandColumnDesigner + Left = 480 + Top = 171 + Width = 386 + Height = 317 + HorzScrollBar.Range = 5 + VertScrollBar.Range = 42 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'TreeListDesigner' + Color = clBtnFace + Constraints.MinHeight = 281 + Constraints.MinWidth = 361 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + Scaled = False + PixelsPerInch = 96 + TextHeight = 13 + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 0 + Height = 283 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object PageControl: TPageControl + Left = 0 + Top = 0 + Width = 378 + Height = 283 + ActivePage = tsColumns + Align = alClient + TabOrder = 1 + OnChange = PageControlChange + object tsBands: TTabSheet + Caption = ' Bands ' + object Panel12: TPanel + Left = 257 + Top = 0 + Width = 113 + Height = 246 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnBAdd: TcxButton + Left = 5 + Top = 8 + Width = 105 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = BandTabButtonsClick + end + object btnBDel: TcxButton + Tag = 1 + Left = 5 + Top = 40 + Width = 105 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = BandTabButtonsClick + end + object btnBMoveU: TcxButton + Tag = 2 + Left = 5 + Top = 72 + Width = 105 + Height = 22 + Caption = 'Move &Up ' + TabOrder = 2 + OnClick = BandTabButtonsClick + end + object btnBMoveD: TcxButton + Tag = 3 + Left = 5 + Top = 104 + Width = 105 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 3 + OnClick = BandTabButtonsClick + end + object btnBResD: TcxButton + Tag = 4 + Left = 5 + Top = 136 + Width = 105 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 4 + OnClick = BandTabButtonsClick + end + object btnBResW: TcxButton + Tag = 5 + Left = 5 + Top = 168 + Width = 105 + Height = 22 + Caption = 'Restore &Widths' + TabOrder = 5 + OnClick = BandTabButtonsClick + end + end + object lbxBands: TListBox + Left = 0 + Top = 0 + Width = 257 + Height = 246 + Align = alClient + DragMode = dmAutomatic + ItemHeight = 16 + MultiSelect = True + PopupMenu = pmBands + TabOrder = 1 + OnClick = BandsListClick + OnKeyDown = lbxKeyDown + end + end + object tsColumns: TTabSheet + Caption = ' Columns ' + object pnButtons: TPanel + Left = 257 + Top = 0 + Width = 113 + Height = 255 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnCAdd: TcxButton + Left = 5 + Top = 8 + Width = 105 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = ColumnsEventHandle + end + object btnCDel: TcxButton + Tag = 1 + Left = 5 + Top = 40 + Width = 105 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = ColumnsEventHandle + end + object btnCMoveU: TcxButton + Tag = 2 + Left = 5 + Top = 72 + Width = 105 + Height = 22 + Caption = 'Move &Up ' + TabOrder = 2 + OnClick = ColumnsEventHandle + end + object btnCMoveD: TcxButton + Tag = 3 + Left = 5 + Top = 104 + Width = 105 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 3 + OnClick = ColumnsEventHandle + end + object btnCResD: TcxButton + Tag = 4 + Left = 5 + Top = 136 + Width = 105 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 4 + OnClick = ColumnsEventHandle + end + object btnCResW: TcxButton + Tag = 5 + Left = 5 + Top = 168 + Width = 105 + Height = 22 + Caption = 'Restore &Widths' + TabOrder = 5 + OnClick = ColumnsEventHandle + end + object btnCreateAllFields: TcxButton + Tag = 6 + Left = 5 + Top = 200 + Width = 105 + Height = 22 + Caption = 'Create all &fields' + TabOrder = 6 + OnClick = ColumnsEventHandle + end + end + object lbxColumns: TListBox + Left = 0 + Top = 0 + Width = 257 + Height = 255 + Align = alClient + DragMode = dmAutomatic + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmColumns + TabOrder = 1 + OnClick = ColumnsListClick + OnKeyDown = lbxKeyDown + end + end + end + object pmColumns: TPopupMenu + Left = 228 + Top = 6 + object mnuCAdd: TMenuItem + Caption = '&Add...' + ShortCut = 45 + OnClick = ColumnsEventHandle + end + object mnuCDel: TMenuItem + Tag = 1 + Caption = '&Delete' + ShortCut = 46 + OnClick = ColumnsEventHandle + end + object mnuCMoveU: TMenuItem + Tag = 2 + Caption = 'Move &Up' + OnClick = ColumnsEventHandle + end + object mnuCMoveD: TMenuItem + Tag = 3 + Caption = 'Move Dow&n' + OnClick = ColumnsEventHandle + end + object mnuCResD: TMenuItem + Tag = 4 + Caption = 'Rest&ore Defaults' + OnClick = ColumnsEventHandle + end + object mnuCResW: TMenuItem + Tag = 5 + Caption = 'Restore &Widths' + OnClick = ColumnsEventHandle + end + object mnuCreateAllFields: TMenuItem + Tag = 6 + Caption = 'Create all fields' + OnClick = ColumnsEventHandle + end + object mnuCSelectAll: TMenuItem + Tag = 8 + Caption = 'Select All' + ShortCut = 16449 + OnClick = ColumnsEventHandle + end + end + object pmBands: TPopupMenu + Left = 194 + Top = 6 + object mnuBAdd: TMenuItem + Caption = '&Add' + ShortCut = 45 + OnClick = BandTabButtonsClick + end + object mnuBDel: TMenuItem + Tag = 1 + Caption = '&Delete' + ShortCut = 46 + OnClick = BandTabButtonsClick + end + object mnuBMoveU: TMenuItem + Tag = 2 + Caption = 'Move &Up' + OnClick = BandTabButtonsClick + end + object mnuBMoveD: TMenuItem + Tag = 3 + Caption = 'Move Dow&n' + OnClick = BandTabButtonsClick + end + object mnuBResD: TMenuItem + Tag = 4 + Caption = 'Rest&ore Defaults' + OnClick = BandTabButtonsClick + end + object mnuBResW: TMenuItem + Caption = 'Restore &Width' + end + object mnuBSelectAll: TMenuItem + Tag = 8 + Caption = 'Select All' + ShortCut = 16449 + OnClick = BandTabButtonsClick + end + end +end diff --git a/official/x.19/Lib/D5/cxTLIntf.dcu b/official/x.19/Lib/D5/cxTLIntf.dcu new file mode 100644 index 00000000..39f805c0 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLIntf.dcu differ diff --git a/official/x.19/Lib/D5/cxTLItemsEdtr.dcu b/official/x.19/Lib/D5/cxTLItemsEdtr.dcu new file mode 100644 index 00000000..668e229c Binary files /dev/null and b/official/x.19/Lib/D5/cxTLItemsEdtr.dcu differ diff --git a/official/x.19/Lib/D5/cxTLItemsEdtr.dfm b/official/x.19/Lib/D5/cxTLItemsEdtr.dfm new file mode 100644 index 00000000..c8f59a87 --- /dev/null +++ b/official/x.19/Lib/D5/cxTLItemsEdtr.dfm @@ -0,0 +1,345 @@ +object frmItemsEditor: TfrmItemsEditor + Left = 243 + Top = 174 + Width = 485 + Height = 374 + Anchors = [akLeft, akTop, akBottom] + BorderIcons = [biSystemMenu] + Caption = 'Items Editor' + Color = clBtnFace + Constraints.MinHeight = 374 + Constraints.MinWidth = 476 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Scaled = False + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 477 + Height = 304 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Panel3: TPanel + Left = 368 + Top = 0 + Width = 109 + Height = 304 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnNewItem: TcxButton + Tag = 4 + Left = 10 + Top = 8 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&New Item' + TabOrder = 0 + OnClick = cxButtonPress + end + object btnNewSubItem: TcxButton + Tag = 5 + Left = 10 + Top = 40 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = 'New &SubItem' + TabOrder = 1 + OnClick = cxButtonPress + end + object btnDelete: TcxButton + Tag = 6 + Left = 10 + Top = 72 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = cxButtonPress + end + object Panel5: TPanel + Left = 0 + Top = 100 + Width = 109 + Height = 204 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 3 + object gbIndexes: TGroupBox + Left = 10 + Top = 7 + Width = 91 + Height = 94 + Anchors = [akTop, akRight] + Caption = 'Image Indexes' + TabOrder = 0 + object Label1: TLabel + Left = 8 + Top = 24 + Width = 29 + Height = 13 + Caption = 'Image' + end + object Label2: TLabel + Left = 8 + Top = 48 + Width = 42 + Height = 13 + Caption = 'Selected' + end + object Label3: TLabel + Left = 8 + Top = 72 + Width = 25 + Height = 13 + Caption = 'State' + end + object edtImage: TcxTextEdit + Left = 59 + Top = 19 + Width = 24 + Height = 21 + TabOrder = 0 + Text = '0' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + object edtSelected: TcxTextEdit + Tag = 1 + Left = 59 + Top = 43 + Width = 24 + Height = 21 + TabOrder = 1 + Text = '0' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + object edtState: TcxTextEdit + Tag = 2 + Left = 59 + Top = 67 + Width = 24 + Height = 21 + TabOrder = 2 + Text = '-1' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + end + object gbDefaultIndexes: TGroupBox + Left = 10 + Top = 108 + Width = 92 + Height = 94 + Anchors = [akTop, akRight] + Caption = 'Default Indexes' + TabOrder = 1 + object Label4: TLabel + Left = 8 + Top = 24 + Width = 29 + Height = 13 + Caption = 'Image' + end + object Label5: TLabel + Left = 8 + Top = 48 + Width = 42 + Height = 13 + Caption = 'Selected' + end + object Label6: TLabel + Left = 8 + Top = 72 + Width = 25 + Height = 13 + Caption = 'State' + end + object edtDefImage: TcxTextEdit + Left = 59 + Top = 19 + Width = 24 + Height = 21 + TabOrder = 0 + Text = '0' + end + object edtDefSelected: TcxTextEdit + Tag = 1 + Left = 59 + Top = 43 + Width = 24 + Height = 21 + TabOrder = 1 + Text = '0' + end + object edtDefState: TcxTextEdit + Tag = 2 + Left = 59 + Top = 67 + Width = 24 + Height = 21 + TabOrder = 2 + Text = '-1' + end + end + end + end + object Panel6: TPanel + Left = 0 + Top = 0 + Width = 368 + Height = 304 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel7: TPanel + Left = 0 + Top = 0 + Width = 368 + Height = 8 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + end + object Panel10: TPanel + Left = 0 + Top = 8 + Width = 8 + Height = 294 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + end + object cxTreeList1: TcxTreeList + Left = 8 + Top = 8 + Width = 360 + Height = 294 + Align = alClient + Bands = < + item + Caption.Text = 'Band + 1' + end> + BufferedPaint = False + DragMode = dmAutomatic + OptionsBehavior.AutomateLeftMostIndent = False + OptionsSelection.HideFocusRect = False + OptionsSelection.InvertSelect = False + OptionsSelection.MultiSelect = True + OptionsView.GridLines = tlglBoth + OptionsView.PaintStyle = tlpsCategorized + PopupMenu = mnuEditItems + Preview.Visible = True + TabOrder = 2 + OnDragOver = cxTreeList1DragOver + object cxTreeList1cxTreeListColumn1: TcxTreeListColumn + DataBinding.ValueType = 'String' + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + end + object Panel8: TPanel + Left = 0 + Top = 302 + Width = 368 + Height = 2 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + end + end + end + object Panel2: TPanel + Left = 0 + Top = 304 + Width = 477 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object btnCustomize: TcxButton + Left = 8 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akLeft, akBottom] + Caption = 'C&ustomize' + TabOrder = 0 + OnClick = cxButtonPress + end + object Panel4: TPanel + Left = 250 + Top = 0 + Width = 227 + Height = 36 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnOk: TcxButton + Tag = 1 + Left = 28 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Ok' + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Tag = 2 + Left = 128 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object mnuEditItems: TPopupMenu + Left = 296 + Top = 8 + object NewItem1: TMenuItem + Tag = 4 + Caption = '&New Item' + OnClick = cxButtonPress + end + object NewSubItem1: TMenuItem + Tag = 5 + Caption = 'New &SubItem' + OnClick = cxButtonPress + end + object Delete1: TMenuItem + Tag = 6 + Caption = '&Delete' + OnClick = cxButtonPress + end + object N1: TMenuItem + Caption = '-' + OnClick = cxButtonPress + end + object Customize1: TMenuItem + Caption = 'C&ustomize' + OnClick = cxButtonPress + end + end + object cxLookAndFeelController1: TcxLookAndFeelController + Left = 328 + Top = 8 + end +end diff --git a/official/x.19/Lib/D5/cxTLPredefinedStyles.dcu b/official/x.19/Lib/D5/cxTLPredefinedStyles.dcu new file mode 100644 index 00000000..e6b36293 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLPredefinedStyles.dcu differ diff --git a/official/x.19/Lib/D5/cxTLPredefinedStyles.dfm b/official/x.19/Lib/D5/cxTLPredefinedStyles.dfm new file mode 100644 index 00000000..c35f995a --- /dev/null +++ b/official/x.19/Lib/D5/cxTLPredefinedStyles.dfm @@ -0,0 +1,4000 @@ +object cxdmTreeListPredefinedStyles: TcxdmTreeListPredefinedStyles + Left = 311 + Top = 194 + Height = 259 + Width = 315 + object StyleRepository: TcxStyleRepository + Left = 216 + Top = 48 + object cxStyle1: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle2: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16445924 + TextColor = clBlack + end + object cxStyle7: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15850688 + TextColor = clBlack + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle9: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle11: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16711164 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -9 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle13: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15136253 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = 7346457 + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9818092 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = clBlack + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8036607 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = clBlack + end + object cxStyle19: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4159924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clOlive + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2179167 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle24: TcxStyle + AssignedValues = [svColor] + Color = 14149876 + end + object cxStyle25: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9234160 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11788021 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle31: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6989624 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4615972 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle35: TcxStyle + AssignedValues = [svColor] + Color = 13164490 + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16775416 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16443110 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14252010 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clPurple + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9509542 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle46: TcxStyle + AssignedValues = [svColor] + Color = 14528184 + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle49: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461355 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6447714 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle57: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle61: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13820129 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7904931 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15134192 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = clMaroon + end + object cxStyle67: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle68: TcxStyle + AssignedValues = [svColor] + Color = 14674410 + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle73: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14542570 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9413547 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7572117 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle79: TcxStyle + AssignedValues = [svColor] + Color = 8421440 + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11055248 + TextColor = clBlack + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14211272 + TextColor = clBlack + end + object cxStyle85: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9345127 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10397571 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = 7897176 + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + end + object cxStyle91: TcxStyle + AssignedValues = [svColor, svFont] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13140618 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13140105 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15521240 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle97: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13339026 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12876163 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 11619930 + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle102: TcxStyle + AssignedValues = [svColor] + Color = 15851746 + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3841470 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5680843 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14150898 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3443881 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8044502 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle113: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8488544 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle123: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle124: TcxStyle + AssignedValues = [svColor] + Color = 14475461 + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10266296 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle129: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14476524 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6321567 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = 6307912 + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle135: TcxStyle + AssignedValues = [svColor] + Color = 9476264 + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13626101 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8825791 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 3122647 + end + object cxStyle145: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5341849 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle146: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9072727 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10124385 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14273729 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9401434 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9927006 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 8217935 + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle157: TcxStyle + AssignedValues = [svColor] + Color = 11639171 + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clNavy + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7895258 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle167: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 202 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle168: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle170: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle173: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8289995 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364767 + end + object cxStyle178: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle179: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle183: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9211088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle188: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364768 + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle190: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle192: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle195: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14933198 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11441772 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9928789 + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle201: TcxStyle + AssignedValues = [svColor] + Color = 15591908 + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13886416 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle207: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8170097 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = 6592345 + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle212: TcxStyle + AssignedValues = [svColor] + Color = 15725290 + end + object cxStyle213: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle217: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13746093 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12625805 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle223: TcxStyle + AssignedValues = [svColor] + Color = 14671839 + end + object cxStyle224: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8421440 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle227: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle228: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle229: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8421440 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle230: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10197760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle232: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14803425 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = clTeal + end + object cxStyle233: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle234: TcxStyle + AssignedValues = [svColor] + Color = 8421440 + end + object cxStyle235: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4175028 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle236: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6342856 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle237: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle238: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle239: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13692654 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle240: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4175028 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle241: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 43690 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle242: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle243: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle244: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle245: TcxStyle + AssignedValues = [svColor] + Color = 13101807 + end + object cxStyle246: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle247: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle248: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle249: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle250: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle251: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle252: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11403264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle253: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle254: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle255: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle256: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle257: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle258: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle259: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle260: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14671839 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle261: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle262: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle263: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11730944 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle264: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle265: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle266: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle267: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle268: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle269: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle270: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle271: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle272: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle273: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle274: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10171663 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle275: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle276: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle277: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle278: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle279: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle280: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle281: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle282: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle283: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle284: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10434063 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle285: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle286: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle287: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle288: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle289: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle290: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle291: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle292: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle293: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle294: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210907 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle295: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle296: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle297: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle298: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle299: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle300: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle301: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle302: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle303: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle304: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle305: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4671452 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle306: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle307: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle308: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle309: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle310: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle311: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle312: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle313: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle314: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle315: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle316: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9109503 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle317: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle318: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle319: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle320: TcxStyle + AssignedValues = [svColor] + Color = clBlack + end + object cxStyle321: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle322: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle323: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle324: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle325: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle326: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle327: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8257535 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle328: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle329: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle330: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle331: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle332: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle333: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle334: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle335: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle336: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle337: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle338: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11534512 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle339: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle340: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clPurple + end + object cxStyle341: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle342: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle343: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle344: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle345: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle346: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle347: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle348: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11141290 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle349: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle350: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle351: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle352: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle353: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle354: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle355: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle356: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15658734 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle357: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle358: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4802889 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle359: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle360: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle361: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle362: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle363: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle364: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle365: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle366: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15658734 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle367: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle368: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle369: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle370: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle371: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object TreeListStyleSheetDevExpress: TcxTreeListStyleSheet + Caption = 'DevExpress' + Styles.Background = cxStyle1 + Styles.Content = cxStyle5 + Styles.Inactive = cxStyle9 + Styles.Selection = cxStyle13 + Styles.BandBackground = cxStyle2 + Styles.BandHeader = cxStyle3 + Styles.ColumnHeader = cxStyle4 + Styles.ContentEven = cxStyle6 + Styles.ContentOdd = cxStyle7 + Styles.Footer = cxStyle8 + Styles.IncSearch = cxStyle10 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle12 + BuiltIn = True + end + object TreeListStyleSheetUserFormat1: TcxTreeListStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle16 + Styles.Inactive = cxStyle20 + Styles.Selection = cxStyle23 + Styles.BandBackground = cxStyle24 + Styles.BandHeader = cxStyle14 + Styles.ColumnHeader = cxStyle15 + Styles.ContentEven = cxStyle17 + Styles.ContentOdd = cxStyle18 + Styles.Footer = cxStyle19 + Styles.Indicator = cxStyle21 + Styles.Preview = cxStyle22 + BuiltIn = True + end + object TreeListStyleSheetUserFormat2: TcxTreeListStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle27 + Styles.Inactive = cxStyle31 + Styles.Selection = cxStyle34 + Styles.BandBackground = cxStyle35 + Styles.BandHeader = cxStyle25 + Styles.ColumnHeader = cxStyle26 + Styles.ContentEven = cxStyle28 + Styles.ContentOdd = cxStyle29 + Styles.Footer = cxStyle30 + Styles.Indicator = cxStyle32 + Styles.Preview = cxStyle33 + BuiltIn = True + end + object TreeListStyleSheetUserFormat3: TcxTreeListStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle38 + Styles.Inactive = cxStyle42 + Styles.Selection = cxStyle45 + Styles.BandBackground = cxStyle46 + Styles.BandHeader = cxStyle36 + Styles.ColumnHeader = cxStyle37 + Styles.ContentEven = cxStyle39 + Styles.ContentOdd = cxStyle40 + Styles.Footer = cxStyle41 + Styles.Indicator = cxStyle43 + Styles.Preview = cxStyle44 + BuiltIn = True + end + object TreeListStyleSheetUserFormat4: TcxTreeListStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle49 + Styles.Inactive = cxStyle53 + Styles.Selection = cxStyle56 + Styles.BandBackground = cxStyle57 + Styles.BandHeader = cxStyle47 + Styles.ColumnHeader = cxStyle48 + Styles.ContentEven = cxStyle50 + Styles.ContentOdd = cxStyle51 + Styles.Footer = cxStyle52 + Styles.Indicator = cxStyle54 + Styles.Preview = cxStyle55 + BuiltIn = True + end + object TreeListStyleSheetBrick: TcxTreeListStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle60 + Styles.Inactive = cxStyle64 + Styles.Selection = cxStyle67 + Styles.BandBackground = cxStyle68 + Styles.BandHeader = cxStyle58 + Styles.ColumnHeader = cxStyle59 + Styles.ContentEven = cxStyle61 + Styles.ContentOdd = cxStyle62 + Styles.Footer = cxStyle63 + Styles.Indicator = cxStyle65 + Styles.Preview = cxStyle66 + BuiltIn = True + end + object TreeListStyleSheetDesert: TcxTreeListStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle71 + Styles.Inactive = cxStyle75 + Styles.Selection = cxStyle78 + Styles.BandBackground = cxStyle79 + Styles.BandHeader = cxStyle69 + Styles.ColumnHeader = cxStyle70 + Styles.ContentEven = cxStyle72 + Styles.ContentOdd = cxStyle73 + Styles.Footer = cxStyle74 + Styles.Indicator = cxStyle76 + Styles.Preview = cxStyle77 + BuiltIn = True + end + object TreeListStyleSheetEggplant: TcxTreeListStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle82 + Styles.Inactive = cxStyle86 + Styles.Selection = cxStyle89 + Styles.BandBackground = cxStyle80 + Styles.BandHeader = cxStyle91 + Styles.ColumnFooter = cxStyle90 + Styles.ColumnHeader = cxStyle81 + Styles.ContentEven = cxStyle83 + Styles.ContentOdd = cxStyle84 + Styles.Footer = cxStyle85 + Styles.Indicator = cxStyle87 + Styles.Preview = cxStyle88 + BuiltIn = True + end + object TreeListStyleSheetLilac: TcxTreeListStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle94 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle101 + Styles.BandBackground = cxStyle102 + Styles.BandHeader = cxStyle92 + Styles.ColumnHeader = cxStyle93 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Footer = cxStyle97 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle100 + BuiltIn = True + end + object TreeListStyleSheetMaple: TcxTreeListStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle105 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle112 + Styles.BandBackground = cxStyle113 + Styles.BandHeader = cxStyle103 + Styles.ColumnHeader = cxStyle104 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Footer = cxStyle108 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle111 + BuiltIn = True + end + object TreeListStyleSheetMarineHighColor: TcxTreeListStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle116 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle123 + Styles.BandBackground = cxStyle124 + Styles.BandHeader = cxStyle114 + Styles.ColumnHeader = cxStyle115 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Footer = cxStyle119 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle122 + BuiltIn = True + end + object TreeListStyleSheetPlumHighColor: TcxTreeListStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle127 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle134 + Styles.BandBackground = cxStyle135 + Styles.BandHeader = cxStyle125 + Styles.ColumnHeader = cxStyle126 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Footer = cxStyle130 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle133 + BuiltIn = True + end + object TreeListStyleSheetPumpkinLarge: TcxTreeListStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle138 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle145 + Styles.BandBackground = cxStyle146 + Styles.BandHeader = cxStyle136 + Styles.ColumnHeader = cxStyle137 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Footer = cxStyle141 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle144 + BuiltIn = True + end + object TreeListStyleSheetRainyDay: TcxTreeListStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle149 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle156 + Styles.BandBackground = cxStyle157 + Styles.BandHeader = cxStyle147 + Styles.ColumnHeader = cxStyle148 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Footer = cxStyle152 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle155 + BuiltIn = True + end + object TreeListStyleSheetRedWhiteBlueVGA: TcxTreeListStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle160 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle167 + Styles.BandBackground = cxStyle168 + Styles.BandHeader = cxStyle158 + Styles.ColumnHeader = cxStyle159 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Footer = cxStyle163 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle166 + BuiltIn = True + end + object TreeListStyleSheetRose: TcxTreeListStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle171 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle178 + Styles.BandBackground = cxStyle179 + Styles.BandHeader = cxStyle169 + Styles.ColumnHeader = cxStyle170 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Footer = cxStyle174 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle177 + BuiltIn = True + end + object TreeListStyleSheetRoseLarge: TcxTreeListStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle182 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle189 + Styles.BandBackground = cxStyle190 + Styles.BandHeader = cxStyle180 + Styles.ColumnHeader = cxStyle181 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Footer = cxStyle185 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle188 + BuiltIn = True + end + object TreeListStyleSheetSlate: TcxTreeListStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle193 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle200 + Styles.BandBackground = cxStyle201 + Styles.BandHeader = cxStyle191 + Styles.ColumnHeader = cxStyle192 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Footer = cxStyle196 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle199 + BuiltIn = True + end + object TreeListStyleSheetSpruce: TcxTreeListStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle204 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle211 + Styles.BandBackground = cxStyle212 + Styles.BandHeader = cxStyle202 + Styles.ColumnHeader = cxStyle203 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Footer = cxStyle207 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle210 + BuiltIn = True + end + object TreeListStyleSheetStormVGA: TcxTreeListStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle215 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle222 + Styles.BandBackground = cxStyle223 + Styles.BandHeader = cxStyle213 + Styles.ColumnHeader = cxStyle214 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Footer = cxStyle218 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle221 + BuiltIn = True + end + object TreeListStyleSheetTealVGA: TcxTreeListStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle226 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle233 + Styles.BandBackground = cxStyle234 + Styles.BandHeader = cxStyle224 + Styles.ColumnHeader = cxStyle225 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Footer = cxStyle229 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle232 + BuiltIn = True + end + object TreeListStyleSheetWheat: TcxTreeListStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle237 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle244 + Styles.BandBackground = cxStyle245 + Styles.BandHeader = cxStyle235 + Styles.ColumnHeader = cxStyle236 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Footer = cxStyle240 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle243 + BuiltIn = True + end + object TreeListStyleSheetWindowsClassic: TcxTreeListStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle248 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle255 + Styles.BandBackground = cxStyle256 + Styles.BandHeader = cxStyle246 + Styles.ColumnHeader = cxStyle247 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Footer = cxStyle251 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle254 + BuiltIn = True + end + object TreeListStyleSheetWindowsClassicLarge: TcxTreeListStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle259 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle266 + Styles.BandBackground = cxStyle267 + Styles.BandHeader = cxStyle257 + Styles.ColumnHeader = cxStyle258 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Footer = cxStyle262 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle265 + BuiltIn = True + end + object TreeListStyleSheetWindowsStandard: TcxTreeListStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle270 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle277 + Styles.BandHeader = cxStyle268 + Styles.ColumnHeader = cxStyle269 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Footer = cxStyle273 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle276 + BuiltIn = True + end + object TreeListStyleSheetWindowsStandardLarge: TcxTreeListStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle280 + Styles.Inactive = cxStyle284 + Styles.Selection = cxStyle287 + Styles.BandHeader = cxStyle278 + Styles.ColumnHeader = cxStyle279 + Styles.ContentEven = cxStyle281 + Styles.ContentOdd = cxStyle282 + Styles.Footer = cxStyle283 + Styles.Indicator = cxStyle285 + Styles.Preview = cxStyle286 + BuiltIn = True + end + object TreeListStyleSheetHighContrast1: TcxTreeListStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle290 + Styles.Inactive = cxStyle294 + Styles.Selection = cxStyle297 + Styles.BandBackground = cxStyle298 + Styles.BandHeader = cxStyle288 + Styles.ColumnHeader = cxStyle289 + Styles.ContentEven = cxStyle291 + Styles.ContentOdd = cxStyle292 + Styles.Footer = cxStyle293 + Styles.Indicator = cxStyle295 + Styles.Preview = cxStyle296 + BuiltIn = True + end + object TreeListStyleSheetHighContrast1Large: TcxTreeListStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle301 + Styles.Inactive = cxStyle305 + Styles.Selection = cxStyle308 + Styles.BandBackground = cxStyle309 + Styles.BandHeader = cxStyle299 + Styles.ColumnHeader = cxStyle300 + Styles.ContentEven = cxStyle302 + Styles.ContentOdd = cxStyle303 + Styles.Footer = cxStyle304 + Styles.Indicator = cxStyle306 + Styles.Preview = cxStyle307 + BuiltIn = True + end + object TreeListStyleSheetHighContrast2: TcxTreeListStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle312 + Styles.Inactive = cxStyle316 + Styles.Selection = cxStyle319 + Styles.BandBackground = cxStyle320 + Styles.BandHeader = cxStyle310 + Styles.ColumnHeader = cxStyle311 + Styles.ContentEven = cxStyle313 + Styles.ContentOdd = cxStyle314 + Styles.Footer = cxStyle315 + Styles.Indicator = cxStyle317 + Styles.Preview = cxStyle318 + BuiltIn = True + end + object TreeListStyleSheetHighContrast2Large: TcxTreeListStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle323 + Styles.Inactive = cxStyle327 + Styles.Selection = cxStyle330 + Styles.BandBackground = cxStyle331 + Styles.BandHeader = cxStyle321 + Styles.ColumnHeader = cxStyle322 + Styles.ContentEven = cxStyle324 + Styles.ContentOdd = cxStyle325 + Styles.Footer = cxStyle326 + Styles.Indicator = cxStyle328 + Styles.Preview = cxStyle329 + BuiltIn = True + end + object TreeListStyleSheetHighContrastBlack: TcxTreeListStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle334 + Styles.Inactive = cxStyle338 + Styles.Selection = cxStyle341 + Styles.BandHeader = cxStyle332 + Styles.ColumnHeader = cxStyle333 + Styles.ContentEven = cxStyle335 + Styles.ContentOdd = cxStyle336 + Styles.Footer = cxStyle337 + Styles.Indicator = cxStyle339 + Styles.Preview = cxStyle340 + BuiltIn = True + end + object TreeListStyleSheetHighContrastBlackLarge: TcxTreeListStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle344 + Styles.Inactive = cxStyle348 + Styles.Selection = cxStyle351 + Styles.BandHeader = cxStyle342 + Styles.ColumnHeader = cxStyle343 + Styles.ContentEven = cxStyle345 + Styles.ContentOdd = cxStyle346 + Styles.Footer = cxStyle347 + Styles.Indicator = cxStyle349 + Styles.Preview = cxStyle350 + BuiltIn = True + end + object TreeListStyleSheetHighContrastWhite: TcxTreeListStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle354 + Styles.Inactive = cxStyle358 + Styles.Selection = cxStyle361 + Styles.BandHeader = cxStyle352 + Styles.ColumnHeader = cxStyle353 + Styles.ContentEven = cxStyle355 + Styles.ContentOdd = cxStyle356 + Styles.Footer = cxStyle357 + Styles.Indicator = cxStyle359 + Styles.Preview = cxStyle360 + BuiltIn = True + end + object TreeListStyleSheetHighContrastWhiteLarge: TcxTreeListStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle364 + Styles.Inactive = cxStyle368 + Styles.Selection = cxStyle371 + Styles.BandHeader = cxStyle362 + Styles.ColumnHeader = cxStyle363 + Styles.ContentEven = cxStyle365 + Styles.ContentOdd = cxStyle366 + Styles.Footer = cxStyle367 + Styles.Indicator = cxStyle369 + Styles.Preview = cxStyle370 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/cxTLReg.dcr b/official/x.19/Lib/D5/cxTLReg.dcr new file mode 100644 index 00000000..cdc31291 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLReg.dcr differ diff --git a/official/x.19/Lib/D5/cxTLReg.dcu b/official/x.19/Lib/D5/cxTLReg.dcu new file mode 100644 index 00000000..52cbf392 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLReg.dcu differ diff --git a/official/x.19/Lib/D5/cxTLStrs.dcu b/official/x.19/Lib/D5/cxTLStrs.dcu new file mode 100644 index 00000000..6b68ba6b Binary files /dev/null and b/official/x.19/Lib/D5/cxTLStrs.dcu differ diff --git a/official/x.19/Lib/D5/cxTLStyleSheetPreview.dcu b/official/x.19/Lib/D5/cxTLStyleSheetPreview.dcu new file mode 100644 index 00000000..3b21de52 Binary files /dev/null and b/official/x.19/Lib/D5/cxTLStyleSheetPreview.dcu differ diff --git a/official/x.19/Lib/D5/cxTableViewEditor.dcu b/official/x.19/Lib/D5/cxTableViewEditor.dcu new file mode 100644 index 00000000..e50f2701 Binary files /dev/null and b/official/x.19/Lib/D5/cxTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxTableViewEditor.dfm b/official/x.19/Lib/D5/cxTableViewEditor.dfm new file mode 100644 index 00000000..99cd5e4a --- /dev/null +++ b/official/x.19/Lib/D5/cxTableViewEditor.dfm @@ -0,0 +1,12 @@ +inherited cxTableViewEditor: TcxTableViewEditor + Caption = 'cxTableViewEditor' + PixelsPerInch = 96 + TextHeight = 13 + inherited PViewEditor: TPanel + inherited PageControl1: TPageControl + inherited TSItems: TTabSheet + Caption = ' Columns ' + end + end + end +end diff --git a/official/x.19/Lib/D5/cxTextEdit.dcu b/official/x.19/Lib/D5/cxTextEdit.dcu new file mode 100644 index 00000000..75fd010d Binary files /dev/null and b/official/x.19/Lib/D5/cxTextEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxTimeEdit.dcu b/official/x.19/Lib/D5/cxTimeEdit.dcu new file mode 100644 index 00000000..ea6ce49c Binary files /dev/null and b/official/x.19/Lib/D5/cxTimeEdit.dcu differ diff --git a/official/x.19/Lib/D5/cxTrackBar.dcu b/official/x.19/Lib/D5/cxTrackBar.dcu new file mode 100644 index 00000000..86f6192d Binary files /dev/null and b/official/x.19/Lib/D5/cxTrackBar.dcu differ diff --git a/official/x.19/Lib/D5/cxTreeListD5.dcu b/official/x.19/Lib/D5/cxTreeListD5.dcu new file mode 100644 index 00000000..0310fe5c Binary files /dev/null and b/official/x.19/Lib/D5/cxTreeListD5.dcu differ diff --git a/official/x.19/Lib/D5/cxTreeView.dcu b/official/x.19/Lib/D5/cxTreeView.dcu new file mode 100644 index 00000000..b8e8832f Binary files /dev/null and b/official/x.19/Lib/D5/cxTreeView.dcu differ diff --git a/official/x.19/Lib/D5/cxVGridEditor.dfm b/official/x.19/Lib/D5/cxVGridEditor.dfm new file mode 100644 index 00000000..41be2ec8 --- /dev/null +++ b/official/x.19/Lib/D5/cxVGridEditor.dfm @@ -0,0 +1,160 @@ +inherited cxVerticalGridEditor: TcxVerticalGridEditor + Left = 591 + Top = 125 + Width = 282 + Height = 404 + Caption = 'VerticalGrid - rows editor' + Constraints.MinHeight = 310 + Constraints.MinWidth = 280 + PopupMenu = PopupMenu + OnActivate = FormActivate + OnShow = FormShow + PixelsPerInch = 120 + TextHeight = 16 + object Panel1: TPanel + Left = 147 + Top = 0 + Width = 127 + Height = 364 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btCategory: TcxButton + Left = 6 + Top = 50 + Width = 110 + Height = 31 + Caption = 'Add category' + TabOrder = 2 + OnClick = btCategoryClick + end + object btEditor: TcxButton + Left = 6 + Top = 11 + Width = 110 + Height = 31 + Caption = 'Add editor' + TabOrder = 0 + OnClick = btEditorClick + end + object btClose: TcxButton + Left = 6 + Top = 397 + Width = 110 + Height = 31 + Anchors = [akLeft, akRight, akBottom] + Caption = 'Close' + TabOrder = 5 + OnClick = btCloseClick + end + object btMultiEditor: TcxButton + Left = 6 + Top = 90 + Width = 110 + Height = 31 + Caption = 'Add multieditor' + TabOrder = 1 + OnClick = btMultiEditorClick + end + object btDelete: TcxButton + Left = 6 + Top = 129 + Width = 110 + Height = 31 + Caption = 'Delete' + Enabled = False + TabOrder = 3 + OnClick = btDeleteClick + end + object btClear: TcxButton + Left = 6 + Top = 208 + Width = 110 + Height = 31 + Caption = 'Clear all' + Enabled = False + TabOrder = 4 + OnClick = btClearClick + end + object btCreateAll: TcxButton + Left = 6 + Top = 169 + Width = 110 + Height = 30 + Caption = 'Create all items' + TabOrder = 6 + OnClick = btCreateAllClick + end + object btLayoutEditor: TcxButton + Left = 6 + Top = 247 + Width = 110 + Height = 31 + Caption = 'Layout editor...' + Enabled = False + TabOrder = 7 + OnClick = btLayoutEditorClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 147 + Height = 364 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 1 + object lbRows: TListBox + Left = 4 + Top = 4 + Width = 139 + Height = 356 + Align = alClient + ItemHeight = 16 + MultiSelect = True + TabOrder = 0 + OnClick = lbRowsClick + end + end + object PopupMenu: TPopupMenu + Left = 128 + Top = 16 + object miEditor: TMenuItem + Caption = 'Add &editor' + ShortCut = 45 + OnClick = miEditorClick + end + object miCategory: TMenuItem + Caption = 'Add &category' + OnClick = miCategoryClick + end + object miMultieditor: TMenuItem + Caption = 'Add &multieditor' + OnClick = miMultieditorClick + end + object N1: TMenuItem + Caption = '-' + end + object miDelete: TMenuItem + Caption = '&Delete row' + Enabled = False + ShortCut = 46 + OnClick = miDeleteClick + end + object miClearAll: TMenuItem + Caption = 'C&lear all' + Enabled = False + OnClick = miClearAllClick + end + object N2: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = 'Select &All' + Enabled = False + ShortCut = 16449 + OnClick = miSelectAllClick + end + end +end diff --git a/official/x.19/Lib/D5/cxVGridLayoutEditor.dfm b/official/x.19/Lib/D5/cxVGridLayoutEditor.dfm new file mode 100644 index 00000000..13d8f36e --- /dev/null +++ b/official/x.19/Lib/D5/cxVGridLayoutEditor.dfm @@ -0,0 +1,75 @@ +object fmvgLayoutEditor: TfmvgLayoutEditor + Left = 301 + Top = 223 + Width = 491 + Height = 343 + Caption = 'Layout editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poDefaultPosOnly + OnClose = FormClose + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 378 + Top = 0 + Width = 105 + Height = 309 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btCustomize: TcxButton + Left = 8 + Top = 80 + Width = 89 + Height = 25 + Caption = 'Customize' + TabOrder = 0 + OnClick = btCustomizeClick + end + object btOk: TcxButton + Left = 8 + Top = 16 + Width = 89 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TcxButton + Left = 8 + Top = 48 + Width = 89 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object StatusBar1: TStatusBar + Left = 0 + Top = 290 + Width = 105 + Height = 19 + Panels = < + item + Bevel = pbNone + Width = 50 + end> + end + end + object pnlVGPlace: TPanel + Left = 0 + Top = 0 + Width = 378 + Height = 309 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D5/cxVGridNewCategory.dfm b/official/x.19/Lib/D5/cxVGridNewCategory.dfm new file mode 100644 index 00000000..b608904d --- /dev/null +++ b/official/x.19/Lib/D5/cxVGridNewCategory.dfm @@ -0,0 +1,58 @@ +object fmCreateCategory: TfmCreateCategory + Left = 669 + Top = 113 + BorderStyle = bsDialog + ClientHeight = 87 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object lbCaption: TLabel + Left = 11 + Top = 13 + Width = 3 + Height = 13 + FocusControl = edCaption + end + object Bevel: TBevel + Left = 11 + Top = 42 + Width = 260 + Height = 4 + Shape = bsTopLine + end + object btOK: TcxButton + Left = 113 + Top = 55 + Width = 75 + Height = 24 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TcxButton + Left = 196 + Top = 55 + Width = 75 + Height = 24 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object edCaption: TcxTextEdit + Left = 72 + Top = 10 + Width = 199 + Height = 21 + Properties.OnChange = edCaptionPropertiesChange + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D5/cxVGridPredefinedStyles.dfm b/official/x.19/Lib/D5/cxVGridPredefinedStyles.dfm new file mode 100644 index 00000000..2fbc8e1a --- /dev/null +++ b/official/x.19/Lib/D5/cxVGridPredefinedStyles.dfm @@ -0,0 +1,2349 @@ +object cxdmVerticalGridPredefinedStyles: TcxdmVerticalGridPredefinedStyles + Left = 447 + Top = 147 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 88 + Top = 8 + object cxStyle1: TcxStyle + AssignedValues = [svColor] + Color = 10996706 + end + object cxStyle2: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6787015 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14215155 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10996706 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8171478 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2829218 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle7: TcxStyle + AssignedValues = [svColor] + Color = 11518669 + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle9: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11518669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle11: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9612476 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle13: TcxStyle + AssignedValues = [svColor] + Color = 11055248 + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 8292193 + TextColor = clWhite + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9279343 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle19: TcxStyle + AssignedValues = [svColor] + Color = 14264494 + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12941956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold, fsItalic] + TextColor = clWhite + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16380659 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13338511 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle24: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle25: TcxStyle + AssignedValues = [svColor] + Color = 11458790 + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7913174 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clOlive + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15004664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clOlive + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9095643 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle31: TcxStyle + AssignedValues = [svColor] + Color = clTeal + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle35: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11515030 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10067831 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor] + Color = 9476264 + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7568529 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7831957 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor] + Color = 8308967 + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2396093 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14019831 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clGreen + end + object cxStyle46: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8308967 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5617117 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle49: TcxStyle + AssignedValues = [svColor] + Color = 12429461 + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11441533 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clGray + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12429461 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9993057 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor] + Color = 15395562 + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13002291 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle57: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clMaroon + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15395562 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12171705 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 185 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle61: TcxStyle + AssignedValues = [svColor] + Color = 13158655 + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9211088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13158655 + TextColor = clBlack + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8553164 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle67: TcxStyle + AssignedValues = [svColor] + Color = 13158655 + end + object cxStyle68: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9540050 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -19 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9013711 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle73: TcxStyle + AssignedValues = [svColor] + Color = 13154717 + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12035200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clGray + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11771255 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle79: TcxStyle + AssignedValues = [svColor] + Color = 12309430 + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12309430 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9615497 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle85: TcxStyle + AssignedValues = [svColor] + Color = 13750737 + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10911061 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16119285 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13750737 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12097140 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle91: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10526880 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle97: TcxStyle + AssignedValues = [svColor] + Color = 15138815 + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7523789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15138815 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 38807 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle102: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle113: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle123: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle124: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle129: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle135: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clNavy + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clNavy + end + object cxStyle145: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle146: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle157: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle167: TcxStyle + AssignedValues = [svColor] + Color = 11295531 + end + object cxStyle168: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle170: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14059352 + TextColor = clWhite + end + object cxStyle173: TcxStyle + AssignedValues = [svColor] + Color = 5211069 + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14348540 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8104919 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11457510 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10207457 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle178: TcxStyle + AssignedValues = [svColor] + Color = 5475927 + end + object cxStyle179: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15463404 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clGreen + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7383924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9420435 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9223055 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle183: TcxStyle + AssignedValues = [svColor] + Color = 11053224 + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15329769 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13948116 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle188: TcxStyle + AssignedValues = [svColor] + Color = 12937777 + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11295531 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle190: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle192: TcxStyle + AssignedValues = [svColor] + Color = 15119240 + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15120025 + TextColor = clWhite + end + object cxStyle195: TcxStyle + AssignedValues = [svColor] + Color = 8104919 + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5211069 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14348540 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8104919 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9289948 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10207457 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle201: TcxStyle + AssignedValues = [svColor] + Color = 7383924 + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5475927 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15463404 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clGreen + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7383924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9617558 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10733990 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle207: TcxStyle + AssignedValues = [svColor] + Color = 13948116 + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11053224 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15329769 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13948116 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle212: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle213: TcxStyle + AssignedValues = [svColor] + Color = 14590588 + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13795663 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16247513 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14590588 + TextColor = clWhite + end + object cxStyle217: TcxStyle + AssignedValues = [svColor] + Color = 15185807 + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15120279 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor] + Color = 14125918 + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13596225 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle223: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14125918 + TextColor = clWhite + end + object cxStyle224: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14656381 + TextColor = clWhite + end + object cxStyle227: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle228: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle229: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle230: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle232: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle233: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle234: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxVerticalGridStyleSheetDevExpress: TcxVerticalGridStyleSheet + Caption = 'DevExpress' + Styles.Background = cxStyle213 + Styles.Content = cxStyle215 + Styles.Inactive = cxStyle217 + Styles.Selection = cxStyle219 + Styles.Category = cxStyle214 + Styles.Header = cxStyle216 + Styles.IncSearch = cxStyle218 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat1: TcxVerticalGridStyleSheet + Caption = 'UserFormat1' + Styles.Background = cxStyle195 + Styles.Content = cxStyle197 + Styles.Inactive = cxStyle199 + Styles.Selection = cxStyle200 + Styles.Category = cxStyle196 + Styles.Header = cxStyle198 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat2: TcxVerticalGridStyleSheet + Caption = 'UserFormat2' + Styles.Background = cxStyle201 + Styles.Content = cxStyle203 + Styles.Inactive = cxStyle205 + Styles.Selection = cxStyle206 + Styles.Category = cxStyle202 + Styles.Header = cxStyle204 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat3: TcxVerticalGridStyleSheet + Caption = 'UserFormat3' + Styles.Background = cxStyle207 + Styles.Content = cxStyle209 + Styles.Inactive = cxStyle211 + Styles.Selection = cxStyle212 + Styles.Category = cxStyle208 + Styles.Header = cxStyle210 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat4: TcxVerticalGridStyleSheet + Caption = 'UserFormat4' + Styles.Background = cxStyle188 + Styles.Content = cxStyle190 + Styles.Inactive = cxStyle192 + Styles.Selection = cxStyle194 + Styles.Category = cxStyle189 + Styles.Header = cxStyle191 + Styles.IncSearch = cxStyle193 + BuiltIn = True + end + object cxVerticalGridStyleSheetBrick: TcxVerticalGridStyleSheet + Caption = 'Brick' + Styles.Background = cxStyle1 + Styles.Content = cxStyle3 + Styles.Inactive = cxStyle5 + Styles.Selection = cxStyle6 + Styles.Category = cxStyle2 + Styles.Header = cxStyle4 + BuiltIn = True + end + object cxVerticalGridStyleDesert: TcxVerticalGridStyleSheet + Caption = 'Desert' + Styles.Background = cxStyle7 + Styles.Content = cxStyle9 + Styles.Inactive = cxStyle11 + Styles.Selection = cxStyle12 + Styles.Category = cxStyle8 + Styles.Header = cxStyle10 + BuiltIn = True + end + object cxVerticalGridStyleSheetEggplant: TcxVerticalGridStyleSheet + Caption = 'Eggplant' + Styles.Background = cxStyle13 + Styles.Content = cxStyle15 + Styles.Inactive = cxStyle17 + Styles.Selection = cxStyle18 + Styles.Category = cxStyle14 + Styles.Header = cxStyle16 + BuiltIn = True + end + object cxVerticalGridStyleSheetLilac: TcxVerticalGridStyleSheet + Caption = 'Lilac' + Styles.Background = cxStyle19 + Styles.Content = cxStyle21 + Styles.Inactive = cxStyle23 + Styles.Selection = cxStyle24 + Styles.Category = cxStyle20 + Styles.Header = cxStyle22 + BuiltIn = True + end + object cxVerticalGridStyleSheetMaple: TcxVerticalGridStyleSheet + Caption = 'Maple' + Styles.Background = cxStyle25 + Styles.Content = cxStyle27 + Styles.Inactive = cxStyle29 + Styles.Selection = cxStyle30 + Styles.Category = cxStyle26 + Styles.Header = cxStyle28 + BuiltIn = True + end + object cxVerticalGridStyleSheetMarineHighColor: TcxVerticalGridStyleSheet + Caption = 'Marine (high color)' + Styles.Background = cxStyle31 + Styles.Content = cxStyle33 + Styles.Inactive = cxStyle35 + Styles.Selection = cxStyle36 + Styles.Category = cxStyle32 + Styles.Header = cxStyle34 + BuiltIn = True + end + object cxVerticalGridStyleSheetPlumHighColor: TcxVerticalGridStyleSheet + Caption = 'Plum (high color)' + Styles.Background = cxStyle37 + Styles.Content = cxStyle39 + Styles.Inactive = cxStyle41 + Styles.Selection = cxStyle42 + Styles.Category = cxStyle38 + Styles.Header = cxStyle40 + BuiltIn = True + end + object cxVerticalGridStyleSheetPumpkinLarge: TcxVerticalGridStyleSheet + Caption = 'Pumpkin (large)' + Styles.Background = cxStyle43 + Styles.Content = cxStyle45 + Styles.Inactive = cxStyle47 + Styles.Selection = cxStyle48 + Styles.Category = cxStyle44 + Styles.Header = cxStyle46 + BuiltIn = True + end + object cxVerticalGridStyleSheetRainyDay: TcxVerticalGridStyleSheet + Caption = 'Rainy Day' + Styles.Background = cxStyle49 + Styles.Content = cxStyle51 + Styles.Inactive = cxStyle53 + Styles.Selection = cxStyle54 + Styles.Category = cxStyle50 + Styles.Header = cxStyle52 + BuiltIn = True + end + object cxVerticalGridStyleSheetRedWhiteAndBlueVGA: TcxVerticalGridStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Background = cxStyle55 + Styles.Content = cxStyle57 + Styles.Inactive = cxStyle59 + Styles.Selection = cxStyle60 + Styles.Category = cxStyle56 + Styles.Header = cxStyle58 + BuiltIn = True + end + object cxVerticalGridStyleSheetRose: TcxVerticalGridStyleSheet + Caption = 'Rose' + Styles.Background = cxStyle61 + Styles.Content = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle66 + Styles.Category = cxStyle62 + Styles.Header = cxStyle64 + BuiltIn = True + end + object cxVerticalGridStyleSheetRoseLarge: TcxVerticalGridStyleSheet + Caption = 'Rose (large)' + Styles.Background = cxStyle67 + Styles.Content = cxStyle69 + Styles.Inactive = cxStyle71 + Styles.Selection = cxStyle72 + Styles.Category = cxStyle68 + Styles.Header = cxStyle70 + BuiltIn = True + end + object cxVerticalGridStyleSheetSlate: TcxVerticalGridStyleSheet + Caption = 'Slate' + Styles.Background = cxStyle73 + Styles.Content = cxStyle75 + Styles.Inactive = cxStyle77 + Styles.Selection = cxStyle78 + Styles.Category = cxStyle74 + Styles.Header = cxStyle76 + BuiltIn = True + end + object cxVerticalGridStyleSheetSpruce: TcxVerticalGridStyleSheet + Caption = 'Spruce' + Styles.Background = cxStyle79 + Styles.Content = cxStyle81 + Styles.Inactive = cxStyle83 + Styles.Selection = cxStyle84 + Styles.Category = cxStyle80 + Styles.Header = cxStyle82 + BuiltIn = True + end + object cxVerticalGridStyleSheetStormVGA: TcxVerticalGridStyleSheet + Caption = 'Storm (VGA)' + Styles.Background = cxStyle85 + Styles.Content = cxStyle87 + Styles.Inactive = cxStyle89 + Styles.Selection = cxStyle90 + Styles.Category = cxStyle86 + Styles.Header = cxStyle88 + BuiltIn = True + end + object cxVerticalGridStyleSheetTealVGA: TcxVerticalGridStyleSheet + Caption = 'Teal (VGA)' + Styles.Background = cxStyle91 + Styles.Content = cxStyle93 + Styles.Inactive = cxStyle95 + Styles.Selection = cxStyle96 + Styles.Category = cxStyle92 + Styles.Header = cxStyle94 + BuiltIn = True + end + object cxVerticalGridStyleSheetWheat: TcxVerticalGridStyleSheet + Caption = 'Wheat' + Styles.Background = cxStyle97 + Styles.Content = cxStyle99 + Styles.Inactive = cxStyle101 + Styles.Selection = cxStyle102 + Styles.Category = cxStyle98 + Styles.Header = cxStyle100 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsClassic: TcxVerticalGridStyleSheet + Caption = 'Windows Classic' + Styles.Background = cxStyle231 + Styles.Content = cxStyle104 + Styles.Inactive = cxStyle106 + Styles.Selection = cxStyle107 + Styles.Category = cxStyle103 + Styles.Header = cxStyle105 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsClassicLarge: TcxVerticalGridStyleSheet + Caption = 'Windows Classic (large)' + Styles.Background = cxStyle232 + Styles.Content = cxStyle109 + Styles.Inactive = cxStyle111 + Styles.Selection = cxStyle112 + Styles.Category = cxStyle108 + Styles.Header = cxStyle110 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsStandard: TcxVerticalGridStyleSheet + Caption = 'Windows Standard' + Styles.Background = cxStyle233 + Styles.Content = cxStyle114 + Styles.Inactive = cxStyle116 + Styles.Selection = cxStyle117 + Styles.Category = cxStyle113 + Styles.Header = cxStyle115 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsStandardLarge: TcxVerticalGridStyleSheet + Caption = 'Windows Standard (large)' + Styles.Background = cxStyle234 + Styles.Content = cxStyle119 + Styles.Inactive = cxStyle121 + Styles.Selection = cxStyle122 + Styles.Category = cxStyle118 + Styles.Header = cxStyle120 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast1: TcxVerticalGridStyleSheet + Caption = 'High Contrast #1' + Styles.Background = cxStyle123 + Styles.Content = cxStyle125 + Styles.Inactive = cxStyle127 + Styles.Selection = cxStyle128 + Styles.Category = cxStyle124 + Styles.Header = cxStyle126 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast1Large: TcxVerticalGridStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Background = cxStyle129 + Styles.Content = cxStyle131 + Styles.Inactive = cxStyle133 + Styles.Selection = cxStyle134 + Styles.Category = cxStyle130 + Styles.Header = cxStyle132 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast2: TcxVerticalGridStyleSheet + Caption = 'High Contrast #2' + Styles.Background = cxStyle230 + Styles.Content = cxStyle136 + Styles.Inactive = cxStyle138 + Styles.Selection = cxStyle139 + Styles.Category = cxStyle135 + Styles.Header = cxStyle137 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast2Large: TcxVerticalGridStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Background = cxStyle229 + Styles.Content = cxStyle141 + Styles.Inactive = cxStyle143 + Styles.Selection = cxStyle144 + Styles.Category = cxStyle140 + Styles.Header = cxStyle142 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastBlack: TcxVerticalGridStyleSheet + Caption = 'High Contrast Black' + Styles.Background = cxStyle145 + Styles.Content = cxStyle147 + Styles.Inactive = cxStyle149 + Styles.Selection = cxStyle150 + Styles.Category = cxStyle146 + Styles.Header = cxStyle148 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastBlackLarge: TcxVerticalGridStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Background = cxStyle151 + Styles.Content = cxStyle153 + Styles.Inactive = cxStyle155 + Styles.Selection = cxStyle156 + Styles.Category = cxStyle152 + Styles.Header = cxStyle154 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastWhite: TcxVerticalGridStyleSheet + Caption = 'High Contrast White' + Styles.Background = cxStyle228 + Styles.Content = cxStyle158 + Styles.Inactive = cxStyle160 + Styles.Selection = cxStyle161 + Styles.Category = cxStyle157 + Styles.Header = cxStyle159 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastWhiteLarge: TcxVerticalGridStyleSheet + Caption = 'High Contrast White (large)' + Styles.Background = cxStyle227 + Styles.Content = cxStyle163 + Styles.Inactive = cxStyle165 + Styles.Selection = cxStyle166 + Styles.Category = cxStyle162 + Styles.Header = cxStyle164 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/cxVGridReg.dcr b/official/x.19/Lib/D5/cxVGridReg.dcr new file mode 100644 index 00000000..e209e582 Binary files /dev/null and b/official/x.19/Lib/D5/cxVGridReg.dcr differ diff --git a/official/x.19/Lib/D5/cxVariants.dcu b/official/x.19/Lib/D5/cxVariants.dcu new file mode 100644 index 00000000..9aff4502 Binary files /dev/null and b/official/x.19/Lib/D5/cxVariants.dcu differ diff --git a/official/x.19/Lib/D5/cxViewEditor.dcu b/official/x.19/Lib/D5/cxViewEditor.dcu new file mode 100644 index 00000000..5ccbafdd Binary files /dev/null and b/official/x.19/Lib/D5/cxViewEditor.dcu differ diff --git a/official/x.19/Lib/D5/cxViewEditor.dfm b/official/x.19/Lib/D5/cxViewEditor.dfm new file mode 100644 index 00000000..a117e0a7 --- /dev/null +++ b/official/x.19/Lib/D5/cxViewEditor.dfm @@ -0,0 +1,25 @@ +object cxViewEditor: TcxViewEditor + Left = 742 + Top = 104 + Width = 351 + Height = 347 + Caption = 'cxViewEditor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnKeyPress = FormKeyPress + PixelsPerInch = 96 + TextHeight = 13 + object PViewEditor: TPanel + Left = 0 + Top = 0 + Width = 343 + Height = 313 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D5/cxWWGridConverter.dcu b/official/x.19/Lib/D5/cxWWGridConverter.dcu new file mode 100644 index 00000000..2daeda80 Binary files /dev/null and b/official/x.19/Lib/D5/cxWWGridConverter.dcu differ diff --git a/official/x.19/Lib/D5/cxXLSExport.dcu b/official/x.19/Lib/D5/cxXLSExport.dcu new file mode 100644 index 00000000..ae0ca897 Binary files /dev/null and b/official/x.19/Lib/D5/cxXLSExport.dcu differ diff --git a/official/x.19/Lib/D5/dclcxEditorsD5.dcu b/official/x.19/Lib/D5/dclcxEditorsD5.dcu new file mode 100644 index 00000000..a73ac19e Binary files /dev/null and b/official/x.19/Lib/D5/dclcxEditorsD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxExtEditorsD5.dcu b/official/x.19/Lib/D5/dclcxExtEditorsD5.dcu new file mode 100644 index 00000000..827793af Binary files /dev/null and b/official/x.19/Lib/D5/dclcxExtEditorsD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxGridD5.dcu b/official/x.19/Lib/D5/dclcxGridD5.dcu new file mode 100644 index 00000000..6ca6bb20 Binary files /dev/null and b/official/x.19/Lib/D5/dclcxGridD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxLibraryVCLD5.dcu b/official/x.19/Lib/D5/dclcxLibraryVCLD5.dcu new file mode 100644 index 00000000..f7eb71ed Binary files /dev/null and b/official/x.19/Lib/D5/dclcxLibraryVCLD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxPageControlD5.dcu b/official/x.19/Lib/D5/dclcxPageControlD5.dcu new file mode 100644 index 00000000..e143a233 Binary files /dev/null and b/official/x.19/Lib/D5/dclcxPageControlD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxSchedulerD5.dcu b/official/x.19/Lib/D5/dclcxSchedulerD5.dcu new file mode 100644 index 00000000..8640d788 Binary files /dev/null and b/official/x.19/Lib/D5/dclcxSchedulerD5.dcu differ diff --git a/official/x.19/Lib/D5/dclcxTreeListD5.dcu b/official/x.19/Lib/D5/dclcxTreeListD5.dcu new file mode 100644 index 00000000..ed447f9b Binary files /dev/null and b/official/x.19/Lib/D5/dclcxTreeListD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxBarD5.dcu b/official/x.19/Lib/D5/dcldxBarD5.dcu new file mode 100644 index 00000000..f0c26b4a Binary files /dev/null and b/official/x.19/Lib/D5/dcldxBarD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxBarDBNavD5.dcu b/official/x.19/Lib/D5/dcldxBarDBNavD5.dcu new file mode 100644 index 00000000..6c05bd65 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxBarDBNavD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxBarExtDBItemsD5.dcu b/official/x.19/Lib/D5/dcldxBarExtDBItemsD5.dcu new file mode 100644 index 00000000..e6fd8281 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxBarExtDBItemsD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxBarExtItemsD5.dcu b/official/x.19/Lib/D5/dcldxBarExtItemsD5.dcu new file mode 100644 index 00000000..ce99d3c2 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxBarExtItemsD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxDockingD5.dcu b/official/x.19/Lib/D5/dcldxDockingD5.dcu new file mode 100644 index 00000000..87e599a3 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxDockingD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxLayoutControlD5.dcu b/official/x.19/Lib/D5/dcldxLayoutControlD5.dcu new file mode 100644 index 00000000..bffb8972 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxLayoutControlD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxNavBarD5.dcu b/official/x.19/Lib/D5/dcldxNavBarD5.dcu new file mode 100644 index 00000000..42341ff3 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxNavBarD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxPSCoreD5.dcu b/official/x.19/Lib/D5/dcldxPSCoreD5.dcu new file mode 100644 index 00000000..7c471634 Binary files /dev/null and b/official/x.19/Lib/D5/dcldxPSCoreD5.dcu differ diff --git a/official/x.19/Lib/D5/dcldxsbD5.dcu b/official/x.19/Lib/D5/dcldxsbD5.dcu new file mode 100644 index 00000000..0cd9f4eb Binary files /dev/null and b/official/x.19/Lib/D5/dcldxsbD5.dcu differ diff --git a/official/x.19/Lib/D5/dxBar.dcu b/official/x.19/Lib/D5/dxBar.dcu new file mode 100644 index 00000000..f93a6400 Binary files /dev/null and b/official/x.19/Lib/D5/dxBar.dcu differ diff --git a/official/x.19/Lib/D5/dxBar.res b/official/x.19/Lib/D5/dxBar.res new file mode 100644 index 00000000..14681a0c Binary files /dev/null and b/official/x.19/Lib/D5/dxBar.res differ diff --git a/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dcu b/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dcu new file mode 100644 index 00000000..a29c6fdd Binary files /dev/null and b/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dcu differ diff --git a/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dfm b/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dfm new file mode 100644 index 00000000..3795a17c --- /dev/null +++ b/official/x.19/Lib/D5/dxBarAddGroupItemsEd.dfm @@ -0,0 +1,96 @@ +object frmAddGroupItems: TfrmAddGroupItems + Left = 209 + Top = 107 + Width = 364 + Height = 400 + Caption = 'Add Group Items' + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 + object Panel2: TPanel + Left = 0 + Top = 5 + Width = 5 + Height = 334 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object Panel3: TPanel + Left = 351 + Top = 5 + Width = 5 + Height = 334 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + end + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 356 + Height = 5 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + end + object lbGroupItems: TListBox + Left = 5 + Top = 5 + Width = 346 + Height = 334 + Align = alClient + ItemHeight = 16 + MultiSelect = True + Style = lbOwnerDrawVariable + TabOrder = 3 + OnDrawItem = lbGroupItemsDrawItem + OnMeasureItem = lbGroupItemsMeasureItem + end + object Panel1: TPanel + Left = 0 + Top = 339 + Width = 356 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 4 + object Panel5: TPanel + Left = 191 + Top = 0 + Width = 165 + Height = 34 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnOk: TButton + Left = 0 + Top = 7 + Width = 76 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 84 + Top = 7 + Width = 76 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end +end diff --git a/official/x.19/Lib/D5/dxBarCommon.dcu b/official/x.19/Lib/D5/dxBarCommon.dcu new file mode 100644 index 00000000..a216ee8d Binary files /dev/null and b/official/x.19/Lib/D5/dxBarCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxBarConverter.dcr b/official/x.19/Lib/D5/dxBarConverter.dcr new file mode 100644 index 00000000..07d83994 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarConverter.dcr differ diff --git a/official/x.19/Lib/D5/dxBarConverter.dcu b/official/x.19/Lib/D5/dxBarConverter.dcu new file mode 100644 index 00000000..95206746 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarConverter.dcu differ diff --git a/official/x.19/Lib/D5/dxBarCustForm.dcu b/official/x.19/Lib/D5/dxBarCustForm.dcu new file mode 100644 index 00000000..b1a6090b Binary files /dev/null and b/official/x.19/Lib/D5/dxBarCustForm.dcu differ diff --git a/official/x.19/Lib/D5/dxBarCustForm.dfm b/official/x.19/Lib/D5/dxBarCustForm.dfm new file mode 100644 index 00000000..dfade587 --- /dev/null +++ b/official/x.19/Lib/D5/dxBarCustForm.dfm @@ -0,0 +1,827 @@ +object dxBarCustomizingForm: TdxBarCustomizingForm + Left = 326 + Top = 151 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Customize' + ClientHeight = 310 + ClientWidth = 366 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 274 + Width = 366 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BClose: TButton + Left = 285 + Top = 8 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 1 + OnClick = BCloseClick + end + object BHelp: TBitBtn + Left = 6 + Top = 8 + Width = 24 + Height = 23 + TabOrder = 0 + OnClick = BHelpClick + Style = bsNew + end + end + object PageControl: TPageControl + Left = 6 + Top = 8 + Width = 354 + Height = 266 + ActivePage = TabSheet1 + Align = alClient + TabOrder = 0 + OnChange = PageControlChange + object TabSheet1: TTabSheet + Caption = ' Toolbars ' + object LabelToobars: TLabel + Left = 4 + Top = 4 + Width = 44 + Height = 13 + Caption = 'Toolb&ars:' + end + object BBarDelete: TButton + Left = 239 + Top = 79 + Width = 104 + Height = 22 + Caption = '&Delete' + TabOrder = 3 + OnClick = BBarDeleteClick + end + object BBarNew: TButton + Left = 239 + Top = 21 + Width = 104 + Height = 22 + Caption = '&New...' + TabOrder = 1 + OnClick = BBarNewClick + end + object BBarRename: TButton + Left = 239 + Top = 50 + Width = 104 + Height = 22 + Caption = 'R&ename...' + TabOrder = 2 + OnClick = BBarRenameClick + end + object BarsListBoxPlace: TListBox + Left = 4 + Top = 20 + Width = 227 + Height = 213 + ItemHeight = 13 + TabOrder = 0 + end + object BBarReset: TButton + Left = 239 + Top = 108 + Width = 104 + Height = 22 + Caption = '&Reset...' + TabOrder = 4 + OnClick = BBarResetClick + end + end + object TabSheet2: TTabSheet + Caption = ' Commands ' + object Panel6: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 25 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object LabelCategories: TLabel + Left = 6 + Top = 8 + Width = 53 + Height = 13 + Caption = 'Cate&gories:' + FocusControl = LCategories + end + object LabelCommands: TLabel + Left = 148 + Top = 8 + Width = 55 + Height = 13 + Caption = 'Comman&ds:' + end + object CategoriesPopupButtonPlace: TSpeedButton + Left = 65 + Top = 6 + Width = 75 + Height = 17 + end + object CommandsPopupButtonPlace: TSpeedButton + Left = 207 + Top = 6 + Width = 134 + Height = 17 + end + end + object Panel7: TPanel + Left = 5 + Top = 25 + Width = 336 + Height = 213 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel7' + TabOrder = 1 + object LCategories: TListBox + Left = 0 + Top = 0 + Width = 135 + Height = 147 + Align = alLeft + ItemHeight = 13 + TabOrder = 0 + OnClick = LCategoriesClick + OnDragOver = LCategoriesDragOver + OnEndDrag = LCategoriesEndDrag + OnKeyDown = LCategoriesKeyDown + OnMouseDown = LCategoriesMouseDown + end + object LCommandsPlace: TListBox + Left = 142 + Top = 0 + Width = 194 + Height = 147 + Style = lbOwnerDrawVariable + Align = alRight + Color = clBtnFace + DragMode = dmAutomatic + ItemHeight = 22 + TabOrder = 1 + OnClick = LCommandsClick + end + object Panel9: TPanel + Left = 0 + Top = 147 + Width = 336 + Height = 66 + Align = alBottom + BevelOuter = bvNone + TabOrder = 2 + object DescriptionLabel: TLabel + Left = 0 + Top = 20 + Width = 335 + Height = 40 + AutoSize = False + WordWrap = True + end + object Bevel1: TBevel + Left = 0 + Top = 10 + Width = 337 + Height = 5 + Shape = bsTopLine + end + object LabelDescription: TLabel + Left = 0 + Top = 4 + Width = 59 + Height = 13 + Caption = 'Description ' + end + end + end + object Panel5: TPanel + Left = 0 + Top = 25 + Width = 5 + Height = 213 + Align = alLeft + BevelOuter = bvNone + TabOrder = 2 + end + object Panel8: TPanel + Left = 341 + Top = 25 + Width = 5 + Height = 213 + Align = alRight + BevelOuter = bvNone + TabOrder = 3 + end + end + object TabSheet3: TTabSheet + Caption = ' Options ' + object StandardOptionsPanel: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 238 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object LabelMenuAnimations: TLabel + Left = 24 + Top = 152 + Width = 83 + Height = 13 + Caption = '&Menu animations:' + FocusControl = ComboBoxMenuAnimations + end + object ComboBoxMenuAnimations: TComboBox + Left = 134 + Top = 148 + Width = 93 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 3 + OnClick = ComboBoxMenuAnimationsClick + Items.Strings = ( + '(None)' + 'Random' + 'Unfold' + 'Slide') + end + object CBHint1: TCheckBox + Left = 24 + Top = 63 + Width = 301 + Height = 17 + Caption = 'Show Tool&Tips on toolbars' + TabOrder = 1 + OnClick = CBHint1Click + end + object CBHint2: TCheckBox + Left = 24 + Top = 85 + Width = 301 + Height = 17 + Caption = 'Show s&hortcut keys in ToolTips' + TabOrder = 2 + OnClick = CBHint2Click + end + object CBLargeIcons: TCheckBox + Left = 24 + Top = 38 + Width = 301 + Height = 17 + Caption = '&Large icons' + TabOrder = 0 + OnClick = CBLargeIconsClick + end + end + object EnhancedOptionsPanel: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 238 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Label1: TLabel + Left = 20 + Top = 200 + Width = 83 + Height = 13 + Caption = '&Menu animations:' + FocusControl = ComboBoxMenuAnimationsEx + end + object Bevel2: TBevel + Left = 12 + Top = 122 + Width = 317 + Height = 9 + Shape = bsTopLine + end + object Label2: TLabel + Left = 12 + Top = 116 + Width = 32 + Height = 13 + Caption = 'Other ' + end + object Bevel3: TBevel + Left = 12 + Top = 18 + Width = 317 + Height = 7 + Shape = bsTopLine + end + object Label3: TLabel + Left = 12 + Top = 12 + Width = 166 + Height = 13 + Caption = 'Personalized Menus and Toolbars ' + end + object ComboBoxMenuAnimationsEx: TComboBox + Left = 132 + Top = 196 + Width = 93 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 6 + OnClick = ComboBoxMenuAnimationsClick + Items.Strings = ( + '(None)' + 'Random' + 'Unfold' + 'Slide') + end + object CBHint1Ex: TCheckBox + Left = 20 + Top = 152 + Width = 309 + Height = 17 + Caption = 'Show Tool&Tips on toolbars' + TabOrder = 4 + OnClick = CBHint1ExClick + end + object CBHint2Ex: TCheckBox + Left = 36 + Top = 172 + Width = 293 + Height = 17 + Caption = 'Show s&hortcut keys in ToolTips' + TabOrder = 5 + OnClick = CBHint2Click + end + object CBLargeIconsEx: TCheckBox + Left = 20 + Top = 132 + Width = 309 + Height = 17 + Caption = '&Large icons' + TabOrder = 3 + OnClick = CBLargeIconsClick + end + object CBMenusShowRecentItemsFirst: TCheckBox + Left = 20 + Top = 32 + Width = 309 + Height = 17 + Caption = 'Me&nus show recently used commands first' + TabOrder = 0 + OnClick = CBMenusShowRecentItemsFirstClick + end + object CBShowFullMenusAfterDelay: TCheckBox + Left = 36 + Top = 52 + Width = 293 + Height = 17 + Caption = 'Show f&ull menus after a short delay' + TabOrder = 1 + OnClick = CBShowFullMenusAfterDelayClick + end + object BResetUsageData: TButton + Left = 20 + Top = 76 + Width = 119 + Height = 22 + Caption = '&Reset my usage data' + TabOrder = 2 + OnClick = BResetUsageDataClick + end + end + end + object TabSheet4: TTabSheet + Caption = ' All commands ' + object LAllCommands: TListBox + Left = 6 + Top = 8 + Width = 333 + Height = 200 + Style = lbOwnerDrawFixed + ItemHeight = 16 + TabOrder = 0 + OnClick = LAllCommandsClick + OnDrawItem = LAllCommandsDrawItem + end + object CBShowCommandsWithShortCut: TCheckBox + Left = 6 + Top = 216 + Width = 333 + Height = 17 + Caption = 'Show commands that may have a shortcut' + Checked = True + State = cbChecked + TabOrder = 1 + OnClick = CBShowCommandsWithShortCutClick + end + end + object TabSheet5: TTabSheet + Caption = 'Groups' + object btnMoveUp: TSpeedButton + Left = 147 + Top = 76 + Width = 29 + Height = 25 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888800000888888888880666088 + 8888888880666088888888888066608888888800006660000888888066666660 + 8888888806666608888888888066608888888888880608888888888888808888 + 8888888888888888888888888888888888888888888888888888} + OnClick = btnMoveUpClick + end + object btnMoveDown: TSpeedButton + Left = 147 + Top = 108 + Width = 29 + Height = 25 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888888088888888888888060888 + 8888888880666088888888880666660888888880666666608888880000666000 + 0888888880666088888888888066608888888888806660888888888880000088 + 8888888888888888888888888888888888888888888888888888} + OnClick = btnMoveDownClick + end + object GroupBox1: TGroupBox + Left = 4 + Top = 4 + Width = 140 + Height = 229 + Caption = ' Groups ' + TabOrder = 0 + object lbGroups: TListBox + Left = 7 + Top = 16 + Width = 125 + Height = 177 + Style = lbOwnerDrawVariable + ItemHeight = 13 + TabOrder = 0 + OnClick = lbGroupsClick + OnDrawItem = lbGroupsDrawItem + OnEnter = lbGroupsEnter + OnKeyDown = lbGroupsKeyDown + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupAdd: TButton + Left = 7 + Top = 199 + Width = 61 + Height = 23 + Caption = 'Add' + TabOrder = 1 + OnClick = btnGroupAddClick + end + object btnGroupDelete: TButton + Left = 71 + Top = 199 + Width = 61 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupDeleteClick + end + end + object GroupBox2: TGroupBox + Left = 179 + Top = 4 + Width = 162 + Height = 229 + Caption = ' Items ' + TabOrder = 1 + object lbGroupItems: TListBox + Left = 8 + Top = 16 + Width = 146 + Height = 177 + Style = lbOwnerDrawVariable + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = lbGroupItemsClick + OnDrawItem = lbGroupItemsDrawItem + OnEnter = lbGroupItemsEnter + OnKeyDown = lbGroupItemsKeyDown + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupItemAdd: TButton + Left = 20 + Top = 199 + Width = 61 + Height = 23 + Caption = '&Add...' + TabOrder = 1 + OnClick = btnGroupItemAddClick + end + object btnGroupItemDelete: TButton + Left = 85 + Top = 199 + Width = 57 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupItemDeleteClick + end + end + end + end + object Panel2: TPanel + Left = 0 + Top = 8 + Width = 6 + Height = 266 + Align = alLeft + BevelOuter = bvNone + TabOrder = 2 + end + object Panel3: TPanel + Left = 360 + Top = 8 + Width = 6 + Height = 266 + Align = alRight + BevelOuter = bvNone + TabOrder = 3 + end + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 366 + Height = 8 + Align = alTop + BevelOuter = bvNone + TabOrder = 4 + end + object BarManager1: TdxBarManager + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Bars = <> + Categories.Strings = ( + 'Categories' + 'Commands') + Categories.ItemsVisibles = ( + 2 + 2) + Categories.Visibles = ( + True + True) + PopupMenuLinks = <> + StretchGlyphs = False + UseSystemFont = False + Left = 170 + Top = 278 + DockControlHeights = ( + 0 + 0 + 0 + 0) + object CategoriesAdd: TdxBarButton + Caption = 'Add...' + Category = 0 + Hint = 'Add' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0 + 8888880FFFFFF008888888000000008888888888888888888888} + OnClick = CategoriesAddClick + end + object CategoriesInsert: TdxBarButton + Caption = 'Insert...' + Category = 0 + Hint = 'Insert' + Visible = ivAlways + ShortCut = 45 + OnClick = CategoriesInsertClick + end + object CategoriesRename: TdxBarButton + Caption = 'Rename...' + Category = 0 + Hint = 'Rename' + Visible = ivAlways + OnClick = CategoriesRenameClick + end + object CategoriesVisible: TdxBarButton + Caption = 'Visible' + Category = 0 + Hint = 'Visible' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = CategoriesVisibleClick + end + object CommandsAdd: TdxBarButton + Caption = 'Add...' + Category = 1 + Hint = 'Add' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0 + 8888880FFFFFF008888888000000008888888888888888888888} + ShortCut = 45 + OnClick = CommandsAddClick + end + object CommandsDelete: TdxBarButton + Caption = 'Delete' + Category = 1 + Hint = 'Delete' + Visible = ivAlways + Glyph.Data = { + EE000000424DEE000000000000007600000028000000100000000F0000000100 + 0400000000007800000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888880F88880F8888888888888000F8888880F8888000F888880 + F888888000F88800F8888888000F800F88888888800000F88888888888000F88 + 88888888800000F888888888000F80F88888880000F88800F88880000F888880 + 0F88800F8888888800F88888888888888888} + ShortCut = 46 + OnClick = CommandsDeleteClick + end + object CommandsClear: TdxBarButton + Caption = 'Clear' + Category = 1 + Hint = 'Clear' + Visible = ivAlways + OnClick = CommandsClearClick + end + object CommandsMoveUp: TdxBarButton + Caption = 'Move Up' + Category = 1 + Hint = 'Move Up' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888800000888888888880666088 + 8888888880666088888888888066608888888800006660000888888066666660 + 8888888806666608888888888066608888888888880608888888888888808888 + 8888888888888888888888888888888888888888888888888888} + ShortCut = 16422 + OnClick = CommandsMoveUpClick + end + object CommandsMoveDown: TdxBarButton + Caption = 'Move Down' + Category = 1 + Hint = 'Move Down' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888888088888888888888060888 + 8888888880666088888888880666660888888880666666608888880000666000 + 0888888880666088888888888066608888888888806660888888888880000088 + 8888888888888888888888888888888888888888888888888888} + ShortCut = 16424 + OnClick = CommandsMoveDownClick + end + object CommandsSubMenuEditor: TdxBarButton + Caption = 'SubMenu Editor...' + Category = 1 + Hint = 'SubMenu Editor' + Visible = ivAlways + OnClick = CommandsSubMenuEditorClick + end + object CategoriesItemsVisible: TdxBarCombo + Caption = 'Items Visible:' + Category = 0 + Hint = 'Items Visible:' + Visible = ivAlways + OnChange = CategoriesItemsVisibleChange + Width = 100 + ShowEditor = False + Items.Strings = ( + 'Never' + 'InCustomizing' + 'Always') + ItemIndex = -1 + end + object CategoriesDelete: TdxBarButton + Caption = 'Delete' + Category = 0 + Hint = 'Delete' + Visible = ivAlways + Glyph.Data = { + EE000000424DEE000000000000007600000028000000100000000F0000000100 + 0400000000007800000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888880F88880F8888888888888000F8888880F8888000F888880 + F888888000F88800F8888888000F800F88888888800000F88888888888000F88 + 88888888800000F888888888000F80F88888880000F88800F88880000F888880 + 0F88800F8888888800F88888888888888888} + ShortCut = 46 + OnClick = CategoriesDeleteClick + end + end + object CategoriesPopupMenu: TdxBarPopupMenu + BarManager = BarManager1 + ItemLinks = < + item + Item = CategoriesAdd + Visible = True + end + item + Item = CategoriesInsert + Visible = True + end + item + Item = CategoriesRename + Visible = True + end + item + BeginGroup = True + Item = CategoriesVisible + Visible = True + end + item + Item = CategoriesItemsVisible + Visible = True + end + item + BeginGroup = True + Item = CategoriesDelete + Visible = True + end> + UseOwnFont = False + OnPopup = CategoriesPopupMenuPopup + Left = 204 + Top = 278 + end + object CommandsPopupMenu: TdxBarPopupMenu + BarManager = BarManager1 + ItemLinks = < + item + Item = CommandsAdd + Visible = True + end + item + Item = CommandsDelete + Visible = True + end + item + Item = CommandsClear + Visible = True + end + item + BeginGroup = True + Item = CommandsMoveUp + Visible = True + end + item + Item = CommandsMoveDown + Visible = True + end + item + BeginGroup = True + Item = CommandsSubMenuEditor + Visible = True + end> + UseOwnFont = False + OnPopup = CommandsPopupMenuPopup + Left = 236 + Top = 278 + end +end diff --git a/official/x.19/Lib/D5/dxBarD5.dcu b/official/x.19/Lib/D5/dxBarD5.dcu new file mode 100644 index 00000000..32c49964 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarD5.dcu differ diff --git a/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dcu b/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dcu new file mode 100644 index 00000000..7ae85d88 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dcu differ diff --git a/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dfm b/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dfm new file mode 100644 index 00000000..84dc3540 --- /dev/null +++ b/official/x.19/Lib/D5/dxBarDBCheckLinksEd.dfm @@ -0,0 +1,156 @@ +object dxBarDBCheckLinksEditor: TdxBarDBCheckLinksEditor + Left = 233 + Top = 127 + BorderStyle = bsDialog + Caption = 'ExpressBars DBCheckLinks Editor' + ClientHeight = 278 + ClientWidth = 412 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 6 + Top = 6 + Width = 171 + Height = 231 + Caption = ' CheckLinks ' + TabOrder = 0 + object ListBox: TListBox + Left = 10 + Top = 17 + Width = 151 + Height = 172 + ItemHeight = 13 + TabOrder = 0 + OnClick = ListBoxClick + end + object Button1: TButton + Left = 16 + Top = 198 + Width = 65 + Height = 23 + Caption = 'Add' + TabOrder = 1 + OnClick = Button1Click + end + object Button2: TButton + Left = 90 + Top = 198 + Width = 65 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = Button2Click + end + end + object GroupBox2: TGroupBox + Left = 184 + Top = 6 + Width = 221 + Height = 231 + Caption = ' Properties ' + TabOrder = 1 + object Label1: TLabel + Left = 13 + Top = 24 + Width = 20 + Height = 13 + Caption = 'Item' + end + object Label2: TLabel + Left = 12 + Top = 56 + Width = 62 + Height = 13 + Caption = 'EnableTypes' + end + object Bevel1: TBevel + Left = 80 + Top = 62 + Width = 129 + Height = 9 + Shape = bsTopLine + end + object ComboBox: TComboBox + Left = 42 + Top = 20 + Width = 167 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + end + object CheckBox1: TCheckBox + Left = 16 + Top = 78 + Width = 97 + Height = 17 + Caption = 'dxdbtCanModify' + TabOrder = 1 + end + object CheckBox4: TCheckBox + Left = 16 + Top = 138 + Width = 116 + Height = 17 + Caption = 'dxdbtHasRecords' + TabOrder = 4 + end + object CheckBox2: TCheckBox + Left = 16 + Top = 98 + Width = 97 + Height = 17 + Caption = 'dxdbtNotEOF' + TabOrder = 2 + end + object CheckBox5: TCheckBox + Left = 16 + Top = 158 + Width = 116 + Height = 17 + Caption = 'dxdbtIsModified' + TabOrder = 5 + end + object CheckBox6: TCheckBox + Left = 16 + Top = 178 + Width = 116 + Height = 17 + Caption = 'dxdbtIsNotModified' + TabOrder = 6 + end + object CheckBox3: TCheckBox + Left = 16 + Top = 118 + Width = 97 + Height = 17 + Caption = 'dxbdbtNotBOF' + TabOrder = 3 + end + end + object Button3: TButton + Left = 252 + Top = 248 + Width = 72 + Height = 23 + Caption = 'OK' + TabOrder = 2 + OnClick = Button3Click + end + object Button4: TButton + Left = 334 + Top = 248 + Width = 72 + Height = 23 + Cancel = True + Caption = 'Cancel' + TabOrder = 3 + OnClick = Button4Click + end +end diff --git a/official/x.19/Lib/D5/dxBarDBNav.dcu b/official/x.19/Lib/D5/dxBarDBNav.dcu new file mode 100644 index 00000000..c3f1bab8 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNav.dcu differ diff --git a/official/x.19/Lib/D5/dxBarDBNav.res b/official/x.19/Lib/D5/dxBarDBNav.res new file mode 100644 index 00000000..bbba3ec0 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNav.res differ diff --git a/official/x.19/Lib/D5/dxBarDBNavD5.dcu b/official/x.19/Lib/D5/dxBarDBNavD5.dcu new file mode 100644 index 00000000..5c0805df Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNavD5.dcu differ diff --git a/official/x.19/Lib/D5/dxBarDBNavReg.dcr b/official/x.19/Lib/D5/dxBarDBNavReg.dcr new file mode 100644 index 00000000..e7b38737 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNavReg.dcr differ diff --git a/official/x.19/Lib/D5/dxBarDBNavReg.dcu b/official/x.19/Lib/D5/dxBarDBNavReg.dcu new file mode 100644 index 00000000..4a7091f0 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNavReg.dcu differ diff --git a/official/x.19/Lib/D5/dxBarDBNavStrs.dcu b/official/x.19/Lib/D5/dxBarDBNavStrs.dcu new file mode 100644 index 00000000..fa18bdbb Binary files /dev/null and b/official/x.19/Lib/D5/dxBarDBNavStrs.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtDBItems.dcu b/official/x.19/Lib/D5/dxBarExtDBItems.dcu new file mode 100644 index 00000000..5a9e428b Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtDBItems.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtDBItems.res b/official/x.19/Lib/D5/dxBarExtDBItems.res new file mode 100644 index 00000000..4983674b Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtDBItems.res differ diff --git a/official/x.19/Lib/D5/dxBarExtDBItemsD5.dcu b/official/x.19/Lib/D5/dxBarExtDBItemsD5.dcu new file mode 100644 index 00000000..1b6b8f26 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtDBItemsD5.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtDBItemsReg.dcu b/official/x.19/Lib/D5/dxBarExtDBItemsReg.dcu new file mode 100644 index 00000000..d36a5100 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtDBItemsReg.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtItems.dcu b/official/x.19/Lib/D5/dxBarExtItems.dcu new file mode 100644 index 00000000..a07e78dc Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtItems.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtItems.res b/official/x.19/Lib/D5/dxBarExtItems.res new file mode 100644 index 00000000..7030bc61 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtItems.res differ diff --git a/official/x.19/Lib/D5/dxBarExtItemsD5.dcu b/official/x.19/Lib/D5/dxBarExtItemsD5.dcu new file mode 100644 index 00000000..997ce9e1 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtItemsD5.dcu differ diff --git a/official/x.19/Lib/D5/dxBarExtItemsReg.dcu b/official/x.19/Lib/D5/dxBarExtItemsReg.dcu new file mode 100644 index 00000000..5cccc3f4 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarExtItemsReg.dcu differ diff --git a/official/x.19/Lib/D5/dxBarImageComboEditor.dcu b/official/x.19/Lib/D5/dxBarImageComboEditor.dcu new file mode 100644 index 00000000..56f63db3 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarImageComboEditor.dcu differ diff --git a/official/x.19/Lib/D5/dxBarImageComboEditor.dfm b/official/x.19/Lib/D5/dxBarImageComboEditor.dfm new file mode 100644 index 00000000..cdc4532a --- /dev/null +++ b/official/x.19/Lib/D5/dxBarImageComboEditor.dfm @@ -0,0 +1,85 @@ +object dxBarImageComboEditorForm: TdxBarImageComboEditorForm + Left = 219 + Top = 82 + BorderStyle = bsDialog + Caption = 'ExpressBars ImageCombo Editor' + ClientHeight = 286 + ClientWidth = 362 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object ButtonOk: TButton + Left = 284 + Top = 230 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object ButtonCancel: TButton + Left = 284 + Top = 258 + Width = 72 + Height = 22 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 5 + end + object ButtonAdd: TButton + Left = 284 + Top = 6 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 1 + OnClick = ButtonAddClick + end + object ButtonDelete: TButton + Left = 284 + Top = 62 + Width = 72 + Height = 22 + Caption = '&Delete' + TabOrder = 3 + OnClick = ButtonDeleteClick + end + object Grid: TStringGrid + Left = 6 + Top = 6 + Width = 271 + Height = 273 + ColCount = 3 + DefaultRowHeight = 20 + FixedCols = 0 + RowCount = 2 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking] + TabOrder = 0 + OnDrawCell = GridDrawCell + OnGetEditText = GridGetEditText + OnKeyDown = GridKeyDown + OnSelectCell = GridSelectCell + OnSetEditText = GridSetEditText + ColWidths = ( + 43 + 63 + 150) + end + object ButtonInsert: TButton + Left = 284 + Top = 34 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 2 + OnClick = ButtonInsertClick + end +end diff --git a/official/x.19/Lib/D5/dxBarItemEd.dcu b/official/x.19/Lib/D5/dxBarItemEd.dcu new file mode 100644 index 00000000..85c88b55 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarItemEd.dcu differ diff --git a/official/x.19/Lib/D5/dxBarItemEd.dfm b/official/x.19/Lib/D5/dxBarItemEd.dfm new file mode 100644 index 00000000..34b22ef8 --- /dev/null +++ b/official/x.19/Lib/D5/dxBarItemEd.dfm @@ -0,0 +1,106 @@ +object dxBarItemAddEditor: TdxBarItemAddEditor + Left = 352 + Top = 153 + BorderStyle = bsDialog + Caption = 'Add New ExpressBars Item' + ClientHeight = 150 + ClientWidth = 263 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object LName: TLabel + Left = 8 + Top = 68 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Name:' + end + object LCaption: TLabel + Left = 8 + Top = 96 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Caption:' + end + object LType: TLabel + Left = 8 + Top = 12 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Type:' + end + object LCategory: TLabel + Left = 8 + Top = 40 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Category:' + end + object Edit1: TEdit + Left = 62 + Top = 64 + Width = 194 + Height = 21 + TabOrder = 2 + end + object Edit2: TEdit + Left = 62 + Top = 92 + Width = 194 + Height = 21 + TabOrder = 3 + Text = 'New Item' + end + object ComboBox1: TComboBox + Left = 62 + Top = 8 + Width = 194 + Height = 21 + Style = csDropDownList + DropDownCount = 100 + ItemHeight = 13 + TabOrder = 0 + OnClick = ComboBox1Click + end + object ComboBox2: TComboBox + Left = 62 + Top = 36 + Width = 194 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 1 + end + object BOk: TButton + Left = 100 + Top = 122 + Width = 73 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 4 + OnClick = BOkClick + end + object BCancel: TButton + Left = 184 + Top = 122 + Width = 73 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 5 + end +end diff --git a/official/x.19/Lib/D5/dxBarNameEd.dcu b/official/x.19/Lib/D5/dxBarNameEd.dcu new file mode 100644 index 00000000..9ee67f77 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarNameEd.dcu differ diff --git a/official/x.19/Lib/D5/dxBarNameEd.dfm b/official/x.19/Lib/D5/dxBarNameEd.dfm new file mode 100644 index 00000000..c1527f25 --- /dev/null +++ b/official/x.19/Lib/D5/dxBarNameEd.dfm @@ -0,0 +1,53 @@ +object dxBarNameEd: TdxBarNameEd + Left = 199 + Top = 196 + BorderIcons = [] + BorderStyle = bsDialog + ClientHeight = 87 + ClientWidth = 266 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object LName: TLabel + Left = 8 + Top = 8 + Width = 68 + Height = 13 + Caption = '&Toolbar name:' + end + object EName: TEdit + Left = 8 + Top = 27 + Width = 251 + Height = 21 + TabOrder = 0 + OnChange = ENameChange + end + object BOK: TButton + Left = 106 + Top = 58 + Width = 73 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object BCancel: TButton + Left = 186 + Top = 58 + Width = 73 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/dxBarPopupMenuEd.dcu b/official/x.19/Lib/D5/dxBarPopupMenuEd.dcu new file mode 100644 index 00000000..1d647541 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarPopupMenuEd.dcu differ diff --git a/official/x.19/Lib/D5/dxBarPopupMenuEd.dfm b/official/x.19/Lib/D5/dxBarPopupMenuEd.dfm new file mode 100644 index 00000000..6902dfdb --- /dev/null +++ b/official/x.19/Lib/D5/dxBarPopupMenuEd.dfm @@ -0,0 +1,20 @@ +object dxBarSubMenuEditor: TdxBarSubMenuEditor + Tag = 100 + Left = 2 + Top = 105 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'ExpressBars SubMenu Editor' + ClientHeight = 4 + ClientWidth = 196 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnActivate = FormActivate + OnClose = FormClose + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 +end diff --git a/official/x.19/Lib/D5/dxBarReg.dcr b/official/x.19/Lib/D5/dxBarReg.dcr new file mode 100644 index 00000000..1d998afe Binary files /dev/null and b/official/x.19/Lib/D5/dxBarReg.dcr differ diff --git a/official/x.19/Lib/D5/dxBarReg.dcu b/official/x.19/Lib/D5/dxBarReg.dcu new file mode 100644 index 00000000..a3b6078a Binary files /dev/null and b/official/x.19/Lib/D5/dxBarReg.dcu differ diff --git a/official/x.19/Lib/D5/dxBarStrs.dcu b/official/x.19/Lib/D5/dxBarStrs.dcu new file mode 100644 index 00000000..bea62729 Binary files /dev/null and b/official/x.19/Lib/D5/dxBarStrs.dcu differ diff --git a/official/x.19/Lib/D5/dxBase.dcu b/official/x.19/Lib/D5/dxBase.dcu new file mode 100644 index 00000000..ebfb7998 Binary files /dev/null and b/official/x.19/Lib/D5/dxBase.dcu differ diff --git a/official/x.19/Lib/D5/dxBkgnd.dcu b/official/x.19/Lib/D5/dxBkgnd.dcu new file mode 100644 index 00000000..2401ca08 Binary files /dev/null and b/official/x.19/Lib/D5/dxBkgnd.dcu differ diff --git a/official/x.19/Lib/D5/dxBrhDlg.dcu b/official/x.19/Lib/D5/dxBrhDlg.dcu new file mode 100644 index 00000000..4c01aa54 Binary files /dev/null and b/official/x.19/Lib/D5/dxBrhDlg.dcu differ diff --git a/official/x.19/Lib/D5/dxBrhDlg.dfm b/official/x.19/Lib/D5/dxBrhDlg.dfm new file mode 100644 index 00000000..6183d3e5 --- /dev/null +++ b/official/x.19/Lib/D5/dxBrhDlg.dfm @@ -0,0 +1,74 @@ +object dxBrushDlg: TdxBrushDlg + Left = 363 + Top = 214 + BorderStyle = bsDialog + Caption = 'Setup Brush properties' + ClientHeight = 120 + ClientWidth = 229 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 4 + Top = 1 + Width = 222 + Height = 85 + TabOrder = 0 + object lblColor: TLabel + Left = 6 + Top = 21 + Width = 29 + Height = 13 + Caption = '&Color:' + OnClick = lblClick + end + object lblStyle: TLabel + Left = 6 + Top = 53 + Width = 28 + Height = 13 + Caption = '&Style:' + OnClick = lblClick + end + object bvlColorHolder: TBevel + Left = 38 + Top = 16 + Width = 178 + Height = 23 + Visible = False + end + object bvlStyleHolder: TBevel + Left = 38 + Top = 48 + Width = 178 + Height = 22 + Visible = False + end + end + object btnOK: TButton + Left = 70 + Top = 93 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 151 + Top = 93 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/dxCommon.dcu b/official/x.19/Lib/D5/dxCommon.dcu new file mode 100644 index 00000000..ce1d22bc Binary files /dev/null and b/official/x.19/Lib/D5/dxCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxComnD5.dcu b/official/x.19/Lib/D5/dxComnD5.dcu new file mode 100644 index 00000000..70d0e0fa Binary files /dev/null and b/official/x.19/Lib/D5/dxComnD5.dcu differ diff --git a/official/x.19/Lib/D5/dxDockConsts.dcu b/official/x.19/Lib/D5/dxDockConsts.dcu new file mode 100644 index 00000000..66634328 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockConsts.dcu differ diff --git a/official/x.19/Lib/D5/dxDockControl.dcu b/official/x.19/Lib/D5/dxDockControl.dcu new file mode 100644 index 00000000..2721a0d7 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockControl.dcu differ diff --git a/official/x.19/Lib/D5/dxDockControlNETView.dcu b/official/x.19/Lib/D5/dxDockControlNETView.dcu new file mode 100644 index 00000000..9d4dda1e Binary files /dev/null and b/official/x.19/Lib/D5/dxDockControlNETView.dcu differ diff --git a/official/x.19/Lib/D5/dxDockControlOfficeView.dcu b/official/x.19/Lib/D5/dxDockControlOfficeView.dcu new file mode 100644 index 00000000..f999e528 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockControlOfficeView.dcu differ diff --git a/official/x.19/Lib/D5/dxDockControlXPView.dcu b/official/x.19/Lib/D5/dxDockControlXPView.dcu new file mode 100644 index 00000000..c2db7c8c Binary files /dev/null and b/official/x.19/Lib/D5/dxDockControlXPView.dcu differ diff --git a/official/x.19/Lib/D5/dxDockPanel.dcu b/official/x.19/Lib/D5/dxDockPanel.dcu new file mode 100644 index 00000000..1b02b5f5 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockPanel.dcu differ diff --git a/official/x.19/Lib/D5/dxDockReg.dcr b/official/x.19/Lib/D5/dxDockReg.dcr new file mode 100644 index 00000000..f7559c0a Binary files /dev/null and b/official/x.19/Lib/D5/dxDockReg.dcr differ diff --git a/official/x.19/Lib/D5/dxDockReg.dcu b/official/x.19/Lib/D5/dxDockReg.dcu new file mode 100644 index 00000000..e1a544a8 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockReg.dcu differ diff --git a/official/x.19/Lib/D5/dxDockZones.dcu b/official/x.19/Lib/D5/dxDockZones.dcu new file mode 100644 index 00000000..956dfa14 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockZones.dcu differ diff --git a/official/x.19/Lib/D5/dxDockingD5.dcu b/official/x.19/Lib/D5/dxDockingD5.dcu new file mode 100644 index 00000000..0ff22aa8 Binary files /dev/null and b/official/x.19/Lib/D5/dxDockingD5.dcu differ diff --git a/official/x.19/Lib/D5/dxExtCtrls.dcu b/official/x.19/Lib/D5/dxExtCtrls.dcu new file mode 100644 index 00000000..7dcd1f95 Binary files /dev/null and b/official/x.19/Lib/D5/dxExtCtrls.dcu differ diff --git a/official/x.19/Lib/D5/dxExtCtrlsStrs.dcu b/official/x.19/Lib/D5/dxExtCtrlsStrs.dcu new file mode 100644 index 00000000..a12defe7 Binary files /dev/null and b/official/x.19/Lib/D5/dxExtCtrlsStrs.dcu differ diff --git a/official/x.19/Lib/D5/dxFEFDlg.dcu b/official/x.19/Lib/D5/dxFEFDlg.dcu new file mode 100644 index 00000000..9bf232d1 Binary files /dev/null and b/official/x.19/Lib/D5/dxFEFDlg.dcu differ diff --git a/official/x.19/Lib/D5/dxFEFDlg.dfm b/official/x.19/Lib/D5/dxFEFDlg.dfm new file mode 100644 index 00000000..302540fb --- /dev/null +++ b/official/x.19/Lib/D5/dxFEFDlg.dfm @@ -0,0 +1,748 @@ +object dxFEFDialog: TdxFEFDialog + Left = 446 + Top = 168 + ActiveControl = dgTexture + BorderStyle = bsDialog + Caption = 'Fill Effects' + ClientHeight = 301 + ClientWidth = 392 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object lblSample: TLabel + Left = 307 + Top = 214 + Width = 44 + Height = 13 + Caption = 'Sample : ' + end + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 297 + Height = 292 + ActivePage = tshTexture + TabOrder = 0 + OnChange = PageControl1Change + object tshTexture: TTabSheet + Caption = '&Texture' + object dgTexture: TDrawGrid + Left = 4 + Top = 4 + Width = 280 + Height = 198 + BorderStyle = bsNone + ColCount = 4 + Ctl3D = True + DefaultColWidth = 65 + DefaultRowHeight = 65 + DefaultDrawing = False + FixedCols = 0 + RowCount = 6 + FixedRows = 0 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking] + ParentCtl3D = False + ScrollBars = ssVertical + TabOrder = 0 + OnClick = dgTextureClick + OnDblClick = dgTextureDblClick + OnDrawCell = dgTextureDrawCell + OnMouseMove = dgTextureMouseMove + end + object pnlTextureName: TPanel + Left = 4 + Top = 205 + Width = 280 + Height = 24 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnOtherTexture: TButton + Left = 150 + Top = 237 + Width = 134 + Height = 23 + Caption = '&Other Texture ...' + TabOrder = 2 + OnClick = btnOtherTextureClick + end + end + object tshPattern: TTabSheet + Caption = '&Pattern' + object lblForeground: TLabel + Left = 5 + Top = 191 + Width = 66 + Height = 13 + Caption = '&Foreground : ' + OnClick = lblForegroundClick + end + object lblBackground: TLabel + Left = 160 + Top = 191 + Width = 66 + Height = 13 + Caption = '&Background : ' + OnClick = lblForegroundClick + end + object bvlForeColorHolder: TBevel + Left = 4 + Top = 208 + Width = 124 + Height = 21 + Visible = False + end + object bvlBackColorHolder: TBevel + Left = 160 + Top = 208 + Width = 125 + Height = 21 + Visible = False + end + object dgPattern: TDrawGrid + Left = 4 + Top = 4 + Width = 280 + Height = 156 + BorderStyle = bsNone + ColCount = 8 + DefaultColWidth = 34 + DefaultRowHeight = 25 + DefaultDrawing = False + FixedCols = 0 + RowCount = 6 + FixedRows = 0 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] + ParentShowHint = False + ScrollBars = ssNone + ShowHint = True + TabOrder = 0 + OnClick = dgPatternClick + OnDblClick = dgPatternDblClick + OnDrawCell = dgPatternDrawCell + OnMouseMove = dgPatternMouseMove + end + object pnlPatternName: TPanel + Left = 4 + Top = 163 + Width = 281 + Height = 23 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnInvert: TButton + Left = 4 + Top = 237 + Width = 281 + Height = 23 + Caption = 'I&nvert colors' + TabOrder = 2 + OnClick = btnInvertClick + end + end + object tshPicture: TTabSheet + Caption = 'P&icture' + object lblPaintMode: TLabel + Left = 7 + Top = 210 + Width = 53 + Height = 13 + Caption = 'Paint &mode' + FocusControl = cbxPaintMode + OnClick = lblPaintModeClick + end + object Bevel4: TBevel + Left = 64 + Top = 216 + Width = 217 + Height = 3 + Shape = bsBottomLine + end + object sbxPicture: TScrollBox + Left = 4 + Top = 4 + Width = 279 + Height = 145 + HorzScrollBar.Tracking = True + VertScrollBar.Tracking = True + PopupMenu = pmPicture + TabOrder = 0 + TabStop = True + object pnlPicture: TPanel + Left = 0 + Top = 0 + Width = 273 + Height = 138 + BevelOuter = bvNone + TabOrder = 0 + object pbxPicture: TPaintBox + Left = 0 + Top = 0 + Width = 273 + Height = 138 + Align = alClient + OnPaint = pbxPicturePaint + end + object pnlNoPicture: TPanel + Left = 48 + Top = 58 + Width = 185 + Height = 25 + BevelOuter = bvNone + Caption = 'There is no Picture to display' + TabOrder = 0 + end + end + end + object pnlPictureName: TPanel + Left = 4 + Top = 152 + Width = 279 + Height = 24 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnSelectPicture: TButton + Left = 146 + Top = 181 + Width = 137 + Height = 23 + Caption = 'Se&lect Picture ...' + TabOrder = 3 + OnClick = SelectPictureClick + end + object cbxPaintMode: TComboBox + Left = 6 + Top = 228 + Width = 129 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 4 + OnChange = cbxPaintModeChange + Items.Strings = ( + 'Center' + 'Stretch' + 'Tile' + 'Proportional') + end + object btnPreview: TButton + Left = 4 + Top = 181 + Width = 137 + Height = 23 + Caption = 'Pre&view ...' + TabOrder = 2 + OnClick = PicturePreviewClick + end + end + end + object pnlPreview: TPanel + Left = 316 + Top = 229 + Width = 65 + Height = 65 + BevelOuter = bvNone + BorderStyle = bsSingle + TabOrder = 5 + object pbxPreview: TPaintBox + Left = 0 + Top = 0 + Width = 61 + Height = 61 + Align = alClient + OnPaint = pbxPreviewPaint + end + end + object btnHelp: TButton + Left = 308 + Top = 112 + Width = 80 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object btnApply: TButton + Left = 308 + Top = 83 + Width = 80 + Height = 23 + Caption = '&Apply' + TabOrder = 3 + OnClick = btnApplyClick + end + object btnCancel: TButton + Left = 308 + Top = 54 + Width = 80 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnOK: TButton + Left = 308 + Top = 25 + Width = 80 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object pmPicture: TPopupMenu + OnPopup = pmPicturePopup + Left = 340 + Top = 146 + object miPreview: TMenuItem + Caption = 'Pre&view...' + OnClick = PicturePreviewClick + end + object N3: TMenuItem + Caption = '-' + end + object miLoad: TMenuItem + Caption = '&Load...' + ShortCut = 45 + OnClick = SelectPictureClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ShortCut = 46 + OnClick = miDeleteClick + end + object N2: TMenuItem + Caption = '-' + end + object miCut: TMenuItem + Caption = 'Cu&t' + ShortCut = 16472 + OnClick = miCutClick + end + object miCopy: TMenuItem + Caption = '&Copy' + ShortCut = 16451 + OnClick = miCopyClick + end + object miPaste: TMenuItem + Caption = '&Paste' + ShortCut = 16470 + OnClick = miPasteClick + end + end + object ilMenu: TImageList + Left = 312 + Top = 146 + Bitmap = { + 494C010106000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF00840000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF00840000008400000084000000840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 8400848484000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000008484000084 + 8400008484000084840000848400008484000084840000848400008484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00000000000084 + 8400008484000084840000848400008484000084840000848400008484000084 + 8400000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF00840000000000000000000000FFFFFF0000FFFF000000 + 0000008484000084840000848400008484000084840000848400008484000084 + 8400008484000000000000000000000000008484840084848400848484000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000084840000848400008484000084840000848400008484000084 + 84000084840000848400000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF00840000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 000000000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 00008400000084000000840000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 00008400000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000084848400848484008484840084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 000084000000840000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C6C6C6000000000000000000000000000000 + 0000FFFFFF00FFFFFF0084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 00008400000084000000FFFFFF00C6C6C600FFFFFF0084000000840000008400 + 0000840000008400000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FC00FFFF00000000 + 8000FFF9000000000000E7FF000000000000C3F3000000000000C3E700000000 + 0001E1C7000000000003F08F000000000003F81F000000000003FC3F00000000 + 0003F81F000000000003F09F000000000003C1C700000000800783E300000000 + F87F8FF100000000FFFFFFFF00000000FFFFFFFEFFFFFFFFFFFFFF0CF3FFFFFF + 001FFC00ED9FFC01000FF805ED6FFC010007F805ED6FFC0100030006F16F0001 + 00010006FD1F000100000006FC7F0001001F0006FEFF0001001F0005FC7F0003 + 001F0005FD7F00078FF10001F93F000FFFF90001FBBF00FFFF750001FBBF01FF + FF8F0001FBBF03FFFFFF0001FFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxGDIPlusAPI.dcu b/official/x.19/Lib/D5/dxGDIPlusAPI.dcu new file mode 100644 index 00000000..83388b23 Binary files /dev/null and b/official/x.19/Lib/D5/dxGDIPlusAPI.dcu differ diff --git a/official/x.19/Lib/D5/dxGDIPlusClasses.dcu b/official/x.19/Lib/D5/dxGDIPlusClasses.dcu new file mode 100644 index 00000000..35f110ed Binary files /dev/null and b/official/x.19/Lib/D5/dxGDIPlusClasses.dcu differ diff --git a/official/x.19/Lib/D5/dxGDIPlusD5.dcu b/official/x.19/Lib/D5/dxGDIPlusD5.dcu new file mode 100644 index 00000000..3ae12c11 Binary files /dev/null and b/official/x.19/Lib/D5/dxGDIPlusD5.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutCommon.dcu b/official/x.19/Lib/D5/dxLayoutCommon.dcu new file mode 100644 index 00000000..fe589678 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutControl.dcu b/official/x.19/Lib/D5/dxLayoutControl.dcu new file mode 100644 index 00000000..a568209d Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControl.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutControl.res b/official/x.19/Lib/D5/dxLayoutControl.res new file mode 100644 index 00000000..5f97ae84 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControl.res differ diff --git a/official/x.19/Lib/D5/dxLayoutControlAdapters.dcu b/official/x.19/Lib/D5/dxLayoutControlAdapters.dcu new file mode 100644 index 00000000..cea8dc96 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControlAdapters.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutControlD5.dcu b/official/x.19/Lib/D5/dxLayoutControlD5.dcu new file mode 100644 index 00000000..20ce265f Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControlD5.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutControlReg.dcr b/official/x.19/Lib/D5/dxLayoutControlReg.dcr new file mode 100644 index 00000000..1de5e202 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControlReg.dcr differ diff --git a/official/x.19/Lib/D5/dxLayoutControlReg.dcu b/official/x.19/Lib/D5/dxLayoutControlReg.dcu new file mode 100644 index 00000000..5ef6e2c8 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControlReg.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutControlcxEditAdaptersD5.dcu b/official/x.19/Lib/D5/dxLayoutControlcxEditAdaptersD5.dcu new file mode 100644 index 00000000..debb860e Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutControlcxEditAdaptersD5.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutCustomizeForm.dcu b/official/x.19/Lib/D5/dxLayoutCustomizeForm.dcu new file mode 100644 index 00000000..51c60ded Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutCustomizeForm.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutCustomizeForm.dfm b/official/x.19/Lib/D5/dxLayoutCustomizeForm.dfm new file mode 100644 index 00000000..f2137524 --- /dev/null +++ b/official/x.19/Lib/D5/dxLayoutCustomizeForm.dfm @@ -0,0 +1,171 @@ +object LayoutCustomizeForm: TLayoutCustomizeForm + Left = 219 + Top = 183 + BorderStyle = bsSizeToolWin + Caption = 'LayoutCustomizeForm' + ClientHeight = 297 + ClientWidth = 223 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object LayoutControl: TdxLayoutControl + Left = 0 + Top = 0 + Width = 223 + Height = 297 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object pcMain: TPageControl + Left = 4 + Top = 4 + Width = 217 + Height = 241 + ActivePage = tshItems + TabOrder = 0 + object tshItems: TTabSheet + Caption = 'Items' + object lcItems: TdxLayoutControl + Left = 0 + Top = 0 + Width = 209 + Height = 213 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbItems: TListBox + Left = 6 + Top = 6 + Width = 129 + Height = 145 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + Color = clBtnFace + ItemHeight = 13 + TabOrder = 0 + OnDrawItem = lbItemsDrawItem + OnMeasureItem = lbItemsMeasureItem + end + object lcItemsGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcItemsItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = lbItems + end + end + end + end + object tshGroups: TTabSheet + Caption = 'Groups' + ImageIndex = 1 + object lcGroups: TdxLayoutControl + Left = 0 + Top = 0 + Width = 209 + Height = 213 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbGroups: TListBox + Left = 6 + Top = 6 + Width = 145 + Height = 149 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + Color = clBtnFace + ItemHeight = 13 + TabOrder = 0 + OnClick = lbGroupsClick + OnDrawItem = lbGroupsDrawItem + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupsCreate: TButton + Left = 25 + Top = 234 + Width = 75 + Height = 23 + Caption = 'Create' + TabOrder = 1 + OnClick = btnGroupsCreateClick + end + object btnGroupsDelete: TButton + Left = 106 + Top = 234 + Width = 75 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupsDeleteClick + end + object lcGroupsGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcGroupsItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = lbGroups + end + object lcGroupsGroup1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahCenter + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object lcGroupsItem4: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Button1' + ShowCaption = False + Control = btnGroupsCreate + ControlOptions.ShowBorder = False + end + object lcGroupsItem2: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Button2' + ShowCaption = False + Control = btnGroupsDelete + ControlOptions.ShowBorder = False + end + end + end + end + end + end + object LayoutControlGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object LayoutControlItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = pcMain + ControlOptions.ShowBorder = False + end + end + end + object LookAndFeels: TdxLayoutLookAndFeelList + Left = 154 + Top = 66 + object lfStandard: TdxLayoutStandardLookAndFeel + ItemOptions.ControlBorderStyle = lbsFlat + Offsets.RootItemsAreaOffsetHorz = 3 + Offsets.RootItemsAreaOffsetVert = 3 + end + end +end diff --git a/official/x.19/Lib/D5/dxLayoutDesignCommon.dcu b/official/x.19/Lib/D5/dxLayoutDesignCommon.dcu new file mode 100644 index 00000000..ab1e15f4 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutDesignCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutDesignForm.dcu b/official/x.19/Lib/D5/dxLayoutDesignForm.dcu new file mode 100644 index 00000000..3a73c459 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutDesignForm.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutDesignForm.dfm b/official/x.19/Lib/D5/dxLayoutDesignForm.dfm new file mode 100644 index 00000000..01d6deb0 --- /dev/null +++ b/official/x.19/Lib/D5/dxLayoutDesignForm.dfm @@ -0,0 +1,218 @@ +object DesignForm: TDesignForm + Left = 423 + Top = 176 + Width = 314 + Height = 325 + BorderIcons = [biSystemMenu] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object lcMain: TdxLayoutControl + Left = 0 + Top = 0 + Width = 306 + Height = 291 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbItems: TListBox + Left = 8 + Top = 8 + Width = 173 + Height = 245 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnDrawItem = lbItemsDrawItem + end + object btnAddGroup: TButton + Left = 186 + Top = 6 + Width = 85 + Height = 23 + Caption = 'Add Group...' + TabOrder = 1 + OnClick = btnAddGroupClick + end + object btnAddItem: TButton + Left = 186 + Top = 35 + Width = 85 + Height = 23 + Caption = 'Add Item...' + TabOrder = 2 + OnClick = btnAddItemClick + end + object btnDelete: TButton + Left = 186 + Top = 64 + Width = 85 + Height = 23 + Caption = 'Delete' + TabOrder = 3 + end + object btnClose: TButton + Left = 186 + Top = 262 + Width = 85 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + TabOrder = 6 + OnClick = btnCloseClick + end + object btnAlign: TButton + Left = 186 + Top = 93 + Width = 109 + Height = 23 + Caption = 'Align by...' + TabOrder = 4 + OnClick = btnAlignClick + end + object chbShowHiddenGroupsBounds: TCheckBox + Left = 186 + Top = 122 + Width = 7 + Height = 26 + TabOrder = 5 + OnClick = chbShowHiddenGroupsBoundsClick + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Item1: TdxLayoutItem + AutoAligns = [] + AlignHorz = ahClient + AlignVert = avClient + Control = lbItems + end + object dxLayoutControl1Group2: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAddGroup + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnAddItem + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item4: TdxLayoutItem + Caption = 'Button3' + ShowCaption = False + Control = btnDelete + ControlOptions.ShowBorder = False + end + object lcMainItem1: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAlign + ControlOptions.ShowBorder = False + end + object lcMainItem4: TdxLayoutItem + Caption = 'Show Hidden Groups Bounds' + CaptionOptions.Layout = clRight + CaptionOptions.Width = 96 + OnCaptionClick = lcMainItem4CaptionClick + Control = chbShowHiddenGroupsBounds + ControlOptions.ShowBorder = False + end + object lcMainGroup1: TdxLayoutGroup + AutoAligns = [aaHorizontal] + Caption = 'Legend' + LookAndFeel = lfStandardLegend + object lcMainItem2: TdxLayoutItem + Caption = 'Actually Invisible Group/Item' + CaptionOptions.Width = 80 + LookAndFeel = lfStandardBtnFace + end + object lcMainItem3: TdxLayoutItem + Caption = 'Hidden Group ' + LookAndFeel = lfStandardBoldItalic + end + end + object dxLayoutControl1Item5: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avBottom + Caption = 'Button4' + ShowCaption = False + Control = btnClose + ControlOptions.ShowBorder = False + end + end + end + end + object lflMain: TdxLayoutLookAndFeelList + Left = 164 + Top = 24 + object lfStandard: TdxLayoutStandardLookAndFeel + Offsets.RootItemsAreaOffsetHorz = 4 + Offsets.RootItemsAreaOffsetVert = 4 + end + object lfStandardBtnFace: TdxLayoutStandardLookAndFeel + ItemOptions.CaptionOptions.TextColor = clBtnFace + end + object lfStandardBoldItalic: TdxLayoutStandardLookAndFeel + ItemOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET + ItemOptions.CaptionOptions.Font.Color = clWindowText + ItemOptions.CaptionOptions.Font.Height = -11 + ItemOptions.CaptionOptions.Font.Name = 'MS Sans Serif' + ItemOptions.CaptionOptions.Font.Style = [fsBold, fsItalic] + ItemOptions.CaptionOptions.UseDefaultFont = False + end + object lfStandardLegend: TdxLayoutStandardLookAndFeel + GroupOptions.Color = clInfoBk + end + end + object pmAlign: TPopupMenu + Left = 272 + Top = 224 + object Left1: TMenuItem + Caption = 'Left Side' + OnClick = pmAlignItemClick + end + object Right1: TMenuItem + Tag = 2 + Caption = 'Right Side' + OnClick = pmAlignItemClick + end + object N1: TMenuItem + Caption = '-' + end + object op1: TMenuItem + Tag = 1 + Caption = 'Top Side' + OnClick = pmAlignItemClick + end + object Bottom1: TMenuItem + Tag = 3 + Caption = 'Bottom Side' + OnClick = pmAlignItemClick + end + object N2: TMenuItem + Caption = '-' + end + object None1: TMenuItem + Tag = -1 + Caption = 'None' + OnClick = pmAlignItemClick + end + end +end diff --git a/official/x.19/Lib/D5/dxLayoutEditForm.dcu b/official/x.19/Lib/D5/dxLayoutEditForm.dcu new file mode 100644 index 00000000..35021bc6 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutEditForm.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutEditForm.dfm b/official/x.19/Lib/D5/dxLayoutEditForm.dfm new file mode 100644 index 00000000..1ba90d2e --- /dev/null +++ b/official/x.19/Lib/D5/dxLayoutEditForm.dfm @@ -0,0 +1,83 @@ +object LayoutEditForm: TLayoutEditForm + Left = 233 + Top = 209 + BorderStyle = bsDialog + Caption = 'LayoutEditForm' + ClientHeight = 88 + ClientWidth = 282 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object LayoutControl: TdxLayoutControl + Left = 0 + Top = 0 + Width = 282 + Height = 88 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth] + object edMain: TEdit + Left = 12 + Top = 30 + Width = 121 + Height = 17 + BorderStyle = bsNone + TabOrder = 0 + Text = 'edMain' + end + object btnOK: TButton + Left = 116 + Top = 55 + Width = 75 + Height = 23 + Caption = 'btnOK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 197 + Top = 55 + Width = 75 + Height = 23 + Cancel = True + Caption = 'btnCancel' + ModalResult = 2 + TabOrder = 2 + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object LayoutControlItemEdit: TdxLayoutItem + Caption = 'Edit1' + CaptionOptions.Layout = clTop + Control = edMain + end + object dxLayoutControl1Group1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahRight + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnOK + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnCancel + ControlOptions.ShowBorder = False + end + end + end + end +end diff --git a/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dcu b/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dcu new file mode 100644 index 00000000..9a19f894 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dfm b/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dfm new file mode 100644 index 00000000..902ac3a7 --- /dev/null +++ b/official/x.19/Lib/D5/dxLayoutLookAndFeelListDesignForm.dfm @@ -0,0 +1,244 @@ +object LookAndFeelListDesignForm: TLookAndFeelListDesignForm + Left = 532 + Top = 129 + Width = 326 + Height = 441 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object lcMain: TdxLayoutControl + Left = 0 + Top = 0 + Width = 318 + Height = 407 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = dxLayoutOfficeLookAndFeel1 + object lbItems: TListBox + Left = 12 + Top = 12 + Width = 401 + Height = 264 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + end + object btnAdd: TButton + Left = 233 + Top = 10 + Width = 75 + Height = 23 + Caption = 'Add...' + TabOrder = 1 + OnClick = btnAddClick + end + object btnDelete: TButton + Left = 233 + Top = 39 + Width = 75 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + end + object btnClose: TButton + Left = 233 + Top = 68 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + TabOrder = 3 + OnClick = btnCloseClick + end + object pnlPreview: TPanel + Left = 20 + Top = 212 + Width = 278 + Height = 181 + BevelOuter = bvLowered + TabOrder = 4 + object lcPreview: TdxLayoutControl + Left = 1 + Top = 1 + Width = 276 + Height = 179 + Align = alClient + TabOrder = 0 + Visible = False + AutoContentSizes = [acsWidth, acsHeight] + object Edit1: TEdit + Left = 53 + Top = 30 + Width = 90 + Height = 17 + BorderStyle = bsNone + TabOrder = 0 + Text = 'Edit1' + end + object Edit2: TEdit + Left = 53 + Top = 57 + Width = 90 + Height = 17 + BorderStyle = bsNone + TabOrder = 1 + Text = 'Edit2' + end + object CheckBox1: TCheckBox + Left = 22 + Top = 112 + Width = 97 + Height = 17 + Caption = 'CheckBox1' + TabOrder = 2 + end + object CheckBox2: TCheckBox + Left = 22 + Top = 135 + Width = 97 + Height = 17 + Caption = 'CheckBox2' + TabOrder = 3 + end + object ListBox1: TListBox + Left = 172 + Top = 30 + Width = 80 + Height = 120 + BorderStyle = bsNone + ItemHeight = 13 + Items.Strings = ( + 'Item 1' + 'Item 2' + 'Item 3' + 'Item 4' + 'Item 5' + 'Item 6' + 'Item 7' + 'Item 8' + 'Item 9') + TabOrder = 7 + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Group4: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahClient + ShowCaption = False + Hidden = True + ShowBorder = False + object dxLayoutGroup1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Group 1' + object dxLayoutItem1: TdxLayoutItem + Caption = 'Edit1' + Control = Edit1 + end + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Edit2' + Control = Edit2 + end + end + object dxLayoutControl1Group2: TdxLayoutGroup + Caption = 'Group2' + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'CheckBox1' + ShowCaption = False + Control = CheckBox1 + ControlOptions.AutoColor = True + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item4: TdxLayoutItem + Caption = 'CheckBox2' + ShowCaption = False + Control = CheckBox2 + ControlOptions.AutoColor = True + ControlOptions.ShowBorder = False + end + end + end + object dxLayoutControl1Group3: TdxLayoutGroup + AutoAligns = [aaHorizontal] + AlignVert = avClient + Caption = 'Group3' + object dxLayoutControl1Item5: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = ListBox1 + end + end + end + end + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcMainGroup4: TdxLayoutGroup + AutoAligns = [aaHorizontal] + AlignVert = avClient + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object lcMainItem1: TdxLayoutItem + AutoAligns = [] + AlignHorz = ahClient + AlignVert = avClient + Control = lbItems + end + object lcMainGroup2: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcMainItem2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAdd + ControlOptions.ShowBorder = False + end + object lcMainItem3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnDelete + ControlOptions.ShowBorder = False + end + object lcMainItem4: TdxLayoutItem + Caption = 'Button3' + ShowCaption = False + Control = btnClose + ControlOptions.ShowBorder = False + end + end + end + object lcMainGroup3: TdxLayoutGroup + Caption = 'Preview' + object lcMainItem6: TdxLayoutItem + Caption = 'Panel1' + ShowCaption = False + Control = pnlPreview + ControlOptions.ShowBorder = False + end + end + end + end + object lflMain: TdxLayoutLookAndFeelList + Left = 256 + Top = 116 + object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel + end + end +end diff --git a/official/x.19/Lib/D5/dxLayoutLookAndFeels.dcu b/official/x.19/Lib/D5/dxLayoutLookAndFeels.dcu new file mode 100644 index 00000000..7614f976 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutLookAndFeels.dcu differ diff --git a/official/x.19/Lib/D5/dxLayoutcxEditAdapters.dcu b/official/x.19/Lib/D5/dxLayoutcxEditAdapters.dcu new file mode 100644 index 00000000..8a40ddc5 Binary files /dev/null and b/official/x.19/Lib/D5/dxLayoutcxEditAdapters.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBar.dcu b/official/x.19/Lib/D5/dxNavBar.dcu new file mode 100644 index 00000000..f0c175e3 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBar.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBar.res b/official/x.19/Lib/D5/dxNavBar.res new file mode 100644 index 00000000..c36a8b42 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBar.res differ diff --git a/official/x.19/Lib/D5/dxNavBarBase.dcu b/official/x.19/Lib/D5/dxNavBarBase.dcu new file mode 100644 index 00000000..7005c6a3 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarBase.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarBaseViews.dcu b/official/x.19/Lib/D5/dxNavBarBaseViews.dcu new file mode 100644 index 00000000..b6b23d25 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarBaseViews.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarCollns.dcu b/official/x.19/Lib/D5/dxNavBarCollns.dcu new file mode 100644 index 00000000..e79f8a72 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarCollns.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarConsts.dcu b/official/x.19/Lib/D5/dxNavBarConsts.dcu new file mode 100644 index 00000000..61d4c0a8 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarConsts.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarD5.dcu b/official/x.19/Lib/D5/dxNavBarD5.dcu new file mode 100644 index 00000000..c520fa33 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarD5.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarDsgnConsts.dcu b/official/x.19/Lib/D5/dxNavBarDsgnConsts.dcu new file mode 100644 index 00000000..e6e1e7ba Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarDsgnConsts.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarDsgnUtils.dcu b/official/x.19/Lib/D5/dxNavBarDsgnUtils.dcu new file mode 100644 index 00000000..18bbf48e Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarDsgnUtils.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarExplorerViews.dcu b/official/x.19/Lib/D5/dxNavBarExplorerViews.dcu new file mode 100644 index 00000000..92232aaa Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarExplorerViews.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarGraphics.dcu b/official/x.19/Lib/D5/dxNavBarGraphics.dcu new file mode 100644 index 00000000..312965cb Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarGraphics.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarOffice11Views.dcu b/official/x.19/Lib/D5/dxNavBarOffice11Views.dcu new file mode 100644 index 00000000..2d7caaeb Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarOffice11Views.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarOfficeViews.dcu b/official/x.19/Lib/D5/dxNavBarOfficeViews.dcu new file mode 100644 index 00000000..b468f1f2 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarOfficeViews.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarReg.dcr b/official/x.19/Lib/D5/dxNavBarReg.dcr new file mode 100644 index 00000000..92d913b0 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarReg.dcr differ diff --git a/official/x.19/Lib/D5/dxNavBarReg.dcu b/official/x.19/Lib/D5/dxNavBarReg.dcu new file mode 100644 index 00000000..8bfac771 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarReg.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarStyles.dcu b/official/x.19/Lib/D5/dxNavBarStyles.dcu new file mode 100644 index 00000000..1c1ee526 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarStyles.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarVSToolBoxViews.dcu b/official/x.19/Lib/D5/dxNavBarVSToolBoxViews.dcu new file mode 100644 index 00000000..98b99446 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarVSToolBoxViews.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarViewsFact.dcu b/official/x.19/Lib/D5/dxNavBarViewsFact.dcu new file mode 100644 index 00000000..fcd3fe70 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarViewsFact.dcu differ diff --git a/official/x.19/Lib/D5/dxNavBarXPViews.dcu b/official/x.19/Lib/D5/dxNavBarXPViews.dcu new file mode 100644 index 00000000..22add6a5 Binary files /dev/null and b/official/x.19/Lib/D5/dxNavBarXPViews.dcu differ diff --git a/official/x.19/Lib/D5/dxOffice11.dcu b/official/x.19/Lib/D5/dxOffice11.dcu new file mode 100644 index 00000000..6d803253 Binary files /dev/null and b/official/x.19/Lib/D5/dxOffice11.dcu differ diff --git a/official/x.19/Lib/D5/dxOffice11.res b/official/x.19/Lib/D5/dxOffice11.res new file mode 100644 index 00000000..680cef5f Binary files /dev/null and b/official/x.19/Lib/D5/dxOffice11.res differ diff --git a/official/x.19/Lib/D5/dxPPAttr.dcu b/official/x.19/Lib/D5/dxPPAttr.dcu new file mode 100644 index 00000000..ab9ea380 Binary files /dev/null and b/official/x.19/Lib/D5/dxPPAttr.dcu differ diff --git a/official/x.19/Lib/D5/dxPS.dcr b/official/x.19/Lib/D5/dxPS.dcr new file mode 100644 index 00000000..f2521142 Binary files /dev/null and b/official/x.19/Lib/D5/dxPS.dcr differ diff --git a/official/x.19/Lib/D5/dxPSAutoHFTextMnuBld.dcu b/official/x.19/Lib/D5/dxPSAutoHFTextMnuBld.dcu new file mode 100644 index 00000000..ad42ad5d Binary files /dev/null and b/official/x.19/Lib/D5/dxPSAutoHFTextMnuBld.dcu differ diff --git a/official/x.19/Lib/D5/dxPSBaseGridLnk.dcu b/official/x.19/Lib/D5/dxPSBaseGridLnk.dcu new file mode 100644 index 00000000..0e5ca745 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSBaseGridLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSCPDsg.dcu b/official/x.19/Lib/D5/dxPSCPDsg.dcu new file mode 100644 index 00000000..c76070bf Binary files /dev/null and b/official/x.19/Lib/D5/dxPSCPDsg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSCPDsg.dfm b/official/x.19/Lib/D5/dxPSCPDsg.dfm new file mode 100644 index 00000000..9146b2b8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSCPDsg.dfm @@ -0,0 +1,630 @@ +object dxfmCPDesigner: TdxfmCPDesigner + Left = 519 + Top = 331 + ActiveControl = btnAdd + BorderStyle = bsDialog + Caption = 'Component Printer Designer' + ClientHeight = 289 + ClientWidth = 454 + Color = clBtnFace + Constraints.MinHeight = 316 + Constraints.MinWidth = 462 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TButton + Left = 271 + Top = 261 + Width = 86 + Height = 23 + Caption = 'Close' + ModalResult = 1 + TabOrder = 0 + end + object btnHelp: TButton + Left = 363 + Top = 261 + Width = 86 + Height = 23 + Caption = '&Help' + TabOrder = 1 + end + object pcItems: TPageControl + Left = 5 + Top = 7 + Width = 444 + Height = 247 + ActivePage = tbsItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 2 + object tbsItems: TTabSheet + Caption = 'Items' + OnResize = tbsItemsResize + object lvItems: TListView + Left = 0 + Top = 0 + Width = 307 + Height = 219 + Align = alClient + Columns = <> + ColumnClick = False + MultiSelect = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnDblClick = lvItemsDblClick + OnEdited = lvItemsEdited + OnEditing = lvItemsEditing + end + object pnlButtons: TPanel + Left = 307 + Top = 0 + Width = 129 + Height = 219 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnDesign: TButton + Left = 6 + Top = 103 + Width = 120 + Height = 23 + Caption = 'Desi&gn...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 3 + OnClick = DesignClick + end + object btnAdd: TButton + Left = 6 + Top = 3 + Width = 120 + Height = 23 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Left = 6 + Top = 63 + Width = 120 + Height = 23 + Caption = '&Delete...' + TabOrder = 2 + OnClick = DeleteClick + end + object btnPageSetup: TButton + Left = 6 + Top = 133 + Width = 120 + Height = 23 + Caption = 'Pa&ge Setup...' + TabOrder = 4 + OnClick = PageSetupClick + end + object btnPrintPreview: TButton + Left = 6 + Top = 163 + Width = 120 + Height = 23 + Caption = 'Pre&view...' + TabOrder = 5 + OnClick = PrintPreviewClick + end + object btnPrint: TButton + Left = 6 + Top = 193 + Width = 120 + Height = 23 + Caption = '&Print...' + TabOrder = 6 + OnClick = PrintClick + end + object btnAddComposition: TButton + Left = 6 + Top = 33 + Width = 120 + Height = 23 + Caption = 'Add Composition' + TabOrder = 1 + OnClick = AddCompositionClick + end + end + object pnlNoItems: TPanel + Left = 12 + Top = 83 + Width = 289 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items to display' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 2 + end + end + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 20 + Top = 198 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 1 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition: TMenuItem + Caption = 'Add Composition' + ImageIndex = 6 + OnClick = AddCompositionClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 2 + ShortCut = 46 + OnClick = DeleteClick + end + object miRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = RenameClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Desi&gn...' + Default = True + ImageIndex = 0 + ShortCut = 16397 + OnClick = DesignClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Caption = 'Pa&ge Setup...' + ImageIndex = 3 + OnClick = PageSetupClick + end + object miPrintPreview: TMenuItem + Caption = 'Pre&view...' + ImageIndex = 4 + OnClick = PrintPreviewClick + end + object miPrint: TMenuItem + Caption = '&Print...' + ImageIndex = 5 + ShortCut = 16464 + OnClick = PrintClick + end + end + object ilItems: TImageList + Left = 48 + Top = 198 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080 + 80000000000080808000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000FFFF0000FFFF0000FFFF00C0C0C000C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C000FFFF00008080 + 80008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000C0C0C000C0C0 + C00000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C0C0C000C0C0C000C0C0C000C0C0C0008080 + 8000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C0C0C000FFFF0000C0C0C000C0C0C0008080 + 8000C0C0C00000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C00000000000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000080808000FFFF0000FFFF0000C0C0C0008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C00000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000008000000080000000800000008000000080000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000000000008080800000000000C0C0C0000000000000000000000000000000 + 000080808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 000080000000800000008000000000000000000000000000000080808000C0C0 + C000C0C0C0008080800080808000808080008080800080808000808080008080 + 800000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000008000000080000000800000008000 + 000080000000800000008080800080000000FFFFFF0080000000800000008000 + 000080000000800000008000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000008080800080808000C0C0 + C000C0C0C000C0C0C000C0C0C000000000008080800080808000FFFFFF008080 + 800000000000808080008080800000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000808080000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000000000008080800080808000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000800000000000000080808000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000C0C0C0008080 + 8000C0C0C000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000808080000000000000000000FFFF + FF0080808000C0C0C000FFFFFF0000000000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000000000000C0C0 + C0000000000080808000C0C0C00000000000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000000000000C0C0 + C000FFFFFF00000000008080800080808000C0C0C000C0C0C000C0C0C0008080 + 800000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000080808000C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000808080008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 80008080800080808000800000000000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000000000000000000000000000000000008080 + 8000000000000000000000000000C0C0C0000000000080808000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000080000000800000008000 + 0000800000008000000000000000000000000000000080000000800000008000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFC01F0000000CC007C01F0000 + 00088003C007000000010001C007000000030001C001000000030001C0010000 + 00030000C001000000030000C001000000038000C00100000007C000C0010000 + 000FE001C0010000000FE007F0010000000FF007F0030000001FF003FC070000 + 003FF803FC0F0000007FFFFFFFFF0000FFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFF + FC3FC007FFF9F83FE027C007E7FF0001C003C007C3F30001E007C007C3E70001 + 8001C007E1C700010001C007F08F00010001C007F81F00010001C007FC3F0001 + E007C007F81F0001E003C007F09F0001C007C00FC1C70101E42FC01F83E38383 + FC3FC03F8FF1FFFFFC3FFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSChLbxLnk.dcu b/official/x.19/Lib/D5/dxPSChLbxLnk.dcu new file mode 100644 index 00000000..e12b8317 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSChLbxLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSChLbxLnk.dfm b/official/x.19/Lib/D5/dxPSChLbxLnk.dfm new file mode 100644 index 00000000..d1b76d49 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSChLbxLnk.dfm @@ -0,0 +1,368 @@ +object dxChlbxReportLinkDesignWindow: TdxChlbxReportLinkDesignWindow + Left = 548 + Top = 365 + BorderStyle = bsDialog + Caption = 'dxCLbReportLinkDesigner' + ClientHeight = 243 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 544 + Height = 204 + ActivePage = tshColor + MultiLine = True + TabOrder = 1 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel11: TBevel + Left = 41 + Top = 18 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 79 + Top = 90 + Width = 167 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 10 + Top = 109 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0F0000FF7F0000000FF000F07DDDDDDDDDDDD0F7FFF77777FF77777FFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0777777777777777777777707DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0F0000FF7F00000000000FF07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7F000FFF7F00000F00F7 + F07DD0777777777777777777777707DDCDDDDCDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCDCCDDD0F7F00000F7F00000000F7 + F07DD0F00000F7F0000000FF000F07DDCCCCCCCCDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCDCCDDD0F77777777777777777777 + F07DD0777777777777777777777707DDCDDDDCDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7FFFFFFF7F000000FFF7 + F07DD0F00FFFF7F000000000000F07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7FFFFFFF7F0000F000F7 + F07DD0F00000F7F00000000F000F07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7F00000F7F00000000F7 + F07DD0777777777777777777777707DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCDDDDCDDDD0F7F00F00F7F000000FFF7 + F07DD0F00FFFF7F000000FF000FF07DDCCCCDCCDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCCCCCDD0F7F00000F7F00000000F7 + F07DD0F00000F7F000000000000F07DDCCCCDCCDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCDDDDCDDDD0F77777777777777777777 + F07DD0000000000000000000000007DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0888888808888888888888807DDDDDDDDDDDD0F77777777777777777777 + F07DD0880000808800000088888807DDDDDDDDDDDD0F77777777777777777777 + F07DD0888888808888888888888807DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgGrid: TImage + Left = 10 + Top = 34 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 14 + Width = 26 + Height = 13 + Caption = 'Show' + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 85 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 31 + Width = 148 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 54 + Width = 148 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 95 + Top = 107 + Width = 148 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 153 + Width = 148 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 4 + OnClick = chbxRowAutoHeightClick + end + object lblPreview: TStaticText + Left = 256 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 130 + Width = 148 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 3 + OnClick = chbxAutoWidthClick + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 14 + Top = 143 + Width = 79 + Height = 13 + Caption = 'Grid Lines color: ' + OnClick = lblComboClick + end + object bvlLineColorHolder: TBevel + Left = 100 + Top = 137 + Width = 126 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 6 + Top = 13 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblComboClick + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 45 + Width = 232 + Height = 82 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblComboClick + end + object bvlColorHolder: TBevel + Left = 94 + Top = 20 + Width = 126 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 50 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblComboClick + end + object bvlEvenColorHolder: TBevel + Left = 94 + Top = 46 + Width = 126 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 42 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 77 + Top = 8 + Width = 161 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 43 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 37 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + object btnEvenFont: TButton + Tag = 1 + Left = 9 + Top = 70 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 9 + Top = 98 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + Text = 'edFont' + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 46 + Width = 273 + Height = 150 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D5/dxPSCompsProvider.dcu b/official/x.19/Lib/D5/dxPSCompsProvider.dcu new file mode 100644 index 00000000..4f407324 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSCompsProvider.dcu differ diff --git a/official/x.19/Lib/D5/dxPSContainerLnk.dcu b/official/x.19/Lib/D5/dxPSContainerLnk.dcu new file mode 100644 index 00000000..811e931f Binary files /dev/null and b/official/x.19/Lib/D5/dxPSContainerLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSContainerLnk.dfm b/official/x.19/Lib/D5/dxPSContainerLnk.dfm new file mode 100644 index 00000000..84188b09 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSContainerLnk.dfm @@ -0,0 +1,1015 @@ +object dxfmCustomContainerDesignWindow: TdxfmCustomContainerDesignWindow + Left = 456 + Top = 379 + BorderStyle = bsDialog + Caption = 'dxfmCustomContainerDesignWindow' + ClientHeight = 315 + ClientWidth = 582 + Color = clBtnFace + Constraints.MinHeight = 342 + Constraints.MinWidth = 590 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 9 + Width = 574 + Height = 271 + ActivePage = tshReportLinks + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + OnChanging = PageControl1Changing + object tshOptions: TTabSheet + Caption = 'Options' + object imgExpanding: TImage + Left = 9 + Top = 26 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD7777777777777777777777777DDDDDDDDDDDD0000000000000000000000 + 000DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDF877777777777777777777787DDDDDDDDDDDD0F00000000000000000000 + 0F0DDF8F8888888888888888888787DDCDDDCDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000000000000008787DDCCCDCCDDDD0F0F00000000000000000F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCCCCCCCDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCCCDCCDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCDDDCDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F8000000000000000008787DDDDDDDDDDDD0F0F00000000000000000F + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000888888888888787DDDDDDDDDDDD0F0F000000FFFFFFFFFFFF + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000888888888888787DDDDDDDDDDDD0F0F000000FFFFFFFFFFFF + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8FFFFFFFFFFFFFFFFFFFF787DDDDDDDDDDDD0F00000000000000000000 + 0F0DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDF8FFFFFFFFFFFFF8777777787DDDDDDDDDDDD0F0000000000000F000000 + 0F0DDF8788888888888F8F88888787DDDDDDDDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8788888888888F8F88888787DDDDDDDDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8777777777777F8F88888787DDCDDDCDDDDD0F0000000000000F0FFFFF + 0F0DDF888888888888888F88888787DDCCCDCCDDDD0FFFFFFFFFFFFFFF0FFFFF + 0F0DDF8FFFFFFFFFFFFF8F88888787DDCCCCCCCDDD0F0000000000000F0FFFFF + 0F0DDF8788888888888F8F80088787DDCCCDCCDDDD0F0FFFFFFFFFFF0F0F00FF + 0F0DDF8788888888888F8F88888787DDCDDDCDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8777777777777F8FFFFFF787DDDDDDDDDDDD0F0000000000000F000000 + 0F0DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDFFFFFFFFFFFFFFFFFFFFFFFF7DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlTransparents: TBevel + Left = 76 + Top = 10 + Width = 480 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 9 + Top = 131 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F7777777777777F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F78887F88F7FF7F07770D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0FFF0D + DDDDD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F7777777777777F077F0D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887F88F7FF7F0F7F07 + 770DD098F0000000000000000F8907DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + FF0DD099FFFFFFFFFFFFFFFFFF9907DDCDDDDCDDDD7F7777777777777F0F7F07 + 7F0DD0999999999999999999999907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCCCCCDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDCDDDDCDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F0000000000000000F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099FFFFFFFFFFFFFFFFFF9907DDCCCCDCCDDD7F7777777777777F0F7F0F + 7F0DD0999999999999999999999907DDCCCCCCCCDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCDCCDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDDDDDDDDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD00000000000000000F7F0F + 7F0DD0F8F0777778888888880F8F07DDDDDDDDDDDDDDDD7F7777777777777F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 7F0DD0F8F088887FFFF8FFFF0F8807DDDDDDDDDDDDDDDDDDDD7F777777777777 + 7F0DD0888000000000000000088F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 64 + Top = 115 + Width = 492 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object bvlSize: TBevel + Left = 31 + Top = 183 + Width = 525 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object imgSize: TImage + Left = 9 + Top = 199 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088807DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFFFFFFFFFFFF0FFF0F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDDDDDDDDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF0F07DDCDDDDCDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDCCCCDCCDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDCCCCCCCCDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF8F07DDCCCCDCCDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF0F07DDCDDDDCDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDDDDDDDDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCDDDDCDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7F888888F8F7F0FFF0F07DDCCCCDCCDDD0F0F7F88888F8F8888F7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCCCCCCCCDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7F88F888F8F7F0FFF0F07DDCCCCDCCDDD0F0F7F88F888F8F888F7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCDDDDCDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF0F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F7777777F7777F0FFF0F07DDDDDDDDDDDD0F0F777777777F777777F0 + F07DD0F0F7FFFFF7F7FF7F0FFF8F07DDDDDDDDDDDD0F0F7FFFFFFF7F7FFFF7F0 + F07DD0F0F7777777F7777F0FFF0F07DDDDDDDDDDDD0F0F777777777F777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblTransparents: TLabel + Left = 5 + Top = 5 + Width = 64 + Height = 13 + Caption = 'Transparents' + end + object lblPagination: TLabel + Left = 5 + Top = 110 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object lblSize: TLabel + Left = 5 + Top = 178 + Width = 19 + Height = 13 + Caption = 'Size' + end + object chbxTransparentRoot: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Root' + TabOrder = 0 + OnClick = TransparentClick + end + object chbxTransparentControls: TCheckBox + Tag = 1 + Left = 90 + Top = 47 + Width = 166 + Height = 17 + Caption = 'Controls' + TabOrder = 1 + OnClick = TransparentClick + end + object chbxTransparentContainers: TCheckBox + Tag = 2 + Left = 90 + Top = 67 + Width = 166 + Height = 17 + Caption = 'Containers' + TabOrder = 2 + OnClick = TransparentClick + end + object chbxTransparentGraphics: TCheckBox + Tag = 3 + Left = 90 + Top = 88 + Width = 166 + Height = 17 + Caption = '&Graphics' + TabOrder = 3 + OnClick = TransparentClick + end + object chbxTransparentGroups: TCheckBox + Tag = 4 + Left = 270 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Groups' + TabOrder = 4 + OnClick = TransparentClick + end + object chbxTransparentItems: TCheckBox + Tag = 5 + Left = 270 + Top = 47 + Width = 166 + Height = 17 + Caption = '&Items' + TabOrder = 5 + OnClick = TransparentClick + end + object chbxPaginateByControlDetails: TCheckBox + Left = 90 + Top = 131 + Width = 166 + Height = 17 + Caption = 'Control Details' + TabOrder = 6 + OnClick = PaginationClick + end + object chbxPaginateByControls: TCheckBox + Tag = 1 + Left = 90 + Top = 152 + Width = 166 + Height = 17 + Caption = 'Controls' + TabOrder = 7 + OnClick = PaginationClick + end + object chbxPaginateByGroups: TCheckBox + Tag = 2 + Left = 270 + Top = 131 + Width = 166 + Height = 17 + Caption = '&Groups' + TabOrder = 8 + OnClick = PaginationClick + end + object chbxPaginateByItems: TCheckBox + Tag = 3 + Left = 270 + Top = 152 + Width = 166 + Height = 17 + Caption = '&Items' + TabOrder = 9 + OnClick = PaginationClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 199 + Width = 166 + Height = 17 + Caption = 'Auto Width' + TabOrder = 10 + OnClick = SizeClick + end + end + object tshReportLinks: TTabSheet + Caption = 'Aggregated Links' + ImageIndex = 1 + OnResize = tshReportLinksResize + object pnlBtnSite: TPanel + Left = 474 + Top = 0 + Width = 92 + Height = 243 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnLinksDesign: TButton + Left = 7 + Top = 22 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Design...' + TabOrder = 0 + OnClick = DesignClick + end + object btnLinksRemoveInconsistents: TButton + Left = 7 + Top = 50 + Width = 80 + Height = 37 + Caption = 'Remove Unneeded' + TabOrder = 1 + OnClick = btnLinksRemoveInconsistentsClick + end + end + object pnlLinkListsSite: TPanel + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlAvailableLinksSite: TPanel + Left = 0 + Top = 0 + Width = 216 + Height = 243 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object lblAvailableLinks: TLabel + Left = 1 + Top = 5 + Width = 73 + Height = 13 + Caption = '&Available Links:' + FocusControl = lbxAvailableLinks + end + object lbxAvailableLinks: TListBox + Left = 0 + Top = 22 + Width = 216 + Height = 221 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + DragMode = dmAutomatic + ItemHeight = 15 + MultiSelect = True + Style = lbOwnerDrawFixed + TabOrder = 0 + OnClick = lbxAggregatedLinksClick + OnDblClick = lbxAvailableLinksDblClick + OnDragDrop = lbxAvailableLinksDragDrop + OnDragOver = lbxAvailableLinksDragOver + OnDrawItem = lbxAggregatedLinksDrawItem + OnKeyDown = lbxAvailableLinksKeyDown + end + end + object pnlMoveButtonsSite: TPanel + Left = 216 + Top = 0 + Width = 42 + Height = 243 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object sbtnRemove: TSpeedButton + Left = 8 + Top = 133 + Width = 26 + Height = 26 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0DD + DDDDDDDDDDDD00DDDDDDDDDDDDD000DDDDDDDDDDDD0000DDDDDDDDDDD00000DD + DDDDDDDDDD0000DDDDDDDDDDDDD000DDDDDDDDDDDDDD00DDDDDDDDDDDDDDD0DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} + OnClick = sbtnRemoveClick + end + object sbtnAdd: TSpeedButton + Left = 8 + Top = 98 + Width = 26 + Height = 26 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0DDDDD + DDDDDDDDDD00DDDDDDDDDDDDDD000DDDDDDDDDDDDD0000DDDDDDDDDDDD00000D + DDDDDDDDDD0000DDDDDDDDDDDD000DDDDDDDDDDDDD00DDDDDDDDDDDDDD0DDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} + OnClick = sbtnAddClick + end + end + object pnlAggregatedLinksSite: TPanel + Left = 258 + Top = 0 + Width = 216 + Height = 243 + Align = alClient + BevelOuter = bvNone + TabOrder = 2 + object lblAggregatedLinks: TLabel + Left = 1 + Top = 5 + Width = 87 + Height = 13 + Caption = 'A&ggregated Links:' + FocusControl = lbxAggregatedLinks + end + object lbxAggregatedLinks: TListBox + Left = 0 + Top = 22 + Width = 216 + Height = 221 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + DragMode = dmAutomatic + ItemHeight = 15 + MultiSelect = True + Style = lbOwnerDrawFixed + TabOrder = 0 + OnClick = lbxAggregatedLinksClick + OnDblClick = lbxAggregatedLinksDblClick + OnDragDrop = lbxAggregatedLinksDragDrop + OnDragOver = lbxAggregatedLinksDragOver + OnDrawItem = lbxAggregatedLinksDrawItem + OnKeyDown = lbxAggregatedLinksKeyDown + end + end + end + end + object tshControls: TTabSheet + Caption = 'Controls' + ImageIndex = 2 + object btnControlsCheckAll: TButton + Left = 481 + Top = 4 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Check All' + TabOrder = 1 + OnClick = TreeViewCheckAllClick + end + object btnControlsExpandAll: TButton + Left = 481 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'E&xpand All' + TabOrder = 2 + OnClick = TreeViewExpandAllClick + end + object tvControls: TTreeView + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + ReadOnly = True + StateImages = ilControls + TabOrder = 0 + OnChange = TreeViewChange + OnClick = TreeViewClick + OnCustomDrawItem = TreeViewCustomDrawItem + OnKeyDown = TreeViewKeyDown + OnKeyPress = TreeViewKeyPress + OnMouseUp = TreeViewMouseUp + end + end + object tshHiddenControls: TTabSheet + Caption = 'Hidden Controls' + ImageIndex = 3 + object tvHiddenControls: TTreeView + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + ReadOnly = True + StateImages = ilControls + TabOrder = 0 + OnChange = TreeViewChange + OnClick = TreeViewClick + OnCustomDrawItem = TreeViewCustomDrawItem + OnKeyDown = TreeViewKeyDown + OnKeyPress = TreeViewKeyPress + OnMouseUp = TreeViewMouseUp + end + object btnHiddenControlsCheckAll: TButton + Left = 481 + Top = 4 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Check All' + TabOrder = 1 + OnClick = TreeViewCheckAllClick + end + object btnHiddenControlsExpandAll: TButton + Left = 481 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'E&xpand All' + TabOrder = 2 + OnClick = TreeViewExpandAllClick + end + end + end + object pmControls: TPopupMenu + Images = ilControlsPopup + OnPopup = pmControlsPopup + Left = 4 + Top = 285 + object miControlsCheckAll: TMenuItem + Caption = 'Check All' + ImageIndex = 0 + OnClick = TreeViewCheckAllClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miControlsCheckStandardControls: TMenuItem + Caption = 'Check Standard Unprintable Controls' + Visible = False + OnClick = UnhideStandardControlsClick + end + object miControlsUncheckStandardControls: TMenuItem + Caption = 'Uncheck Standard Unprintable Controls' + Visible = False + OnClick = HideStandardControlsClick + end + object miLine2: TMenuItem + Caption = '-' + Visible = False + end + object miControlsCheckAllChildren: TMenuItem + Caption = 'Check All Children' + OnClick = TreeViewCheckAllChildrenClick + end + object miControlsUncheckAllChildren: TMenuItem + Caption = 'Uncheck All Children' + OnClick = TreeViewUncheckAllChildrenClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miControlsExpandAll: TMenuItem + Caption = 'Expand All' + ImageIndex = 1 + OnClick = TreeViewExpandAllClick + end + end + object ilControls: TImageList + Left = 32 + Top = 285 + end + object ilControlsPopup: TImageList + Left = 60 + Top = 285 + Bitmap = { + 494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000808080000000000000000000FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000808080000000000000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000008080 + 8000000000000000000000000000FFFFFF00FFFFFF0000800000008000000080 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF0000800000008000000080 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF000080000000800000008000000080 + 000000800000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF000080000000800000008000000080 + 000000800000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF000080000000800000FFFFFF000080 + 00000080000000800000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF000080000000800000FFFFFF000080 + 00000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000008080800000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF0000800000FFFFFF00FFFFFF00FFFF + FF000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000800000FFFFFF00FFFFFF00FFFF + FF000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000800000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 000000000000C0C0C00080808000000000000000000000000000000000000000 + 00000000000000000000000000008080800000000000FFFFFF00008000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF00008000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 00000000000080808000000000000000000000000000FFFFFF00008000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000800000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F000000000000FC00BBFFBC00BC00FC00BB00BC00BC00 + FC00B800B000B000E000BB0080008000E000BBFFB000B000E000B003B000B000 + 00008003B000B0000000B003B000B0000000BFFFB000B0000000B00380008000 + 00078003B003B0030007B003B003B0030007BFFFBFFFBFFF003F003F00030003 + 003F003F00030003003F003F0003000300000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSCore.dcu b/official/x.19/Lib/D5/dxPSCore.dcu new file mode 100644 index 00000000..7b089be5 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSCore.dcu differ diff --git a/official/x.19/Lib/D5/dxPSCoreD5.dcu b/official/x.19/Lib/D5/dxPSCoreD5.dcu new file mode 100644 index 00000000..a04f9a92 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSCoreD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBBasedXplorer.dcu b/official/x.19/Lib/D5/dxPSDBBasedXplorer.dcu new file mode 100644 index 00000000..5bd4b96d Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBBasedXplorer.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBBasedXplorerReg.dcu b/official/x.19/Lib/D5/dxPSDBBasedXplorerReg.dcu new file mode 100644 index 00000000..78a3c3ee Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBBasedXplorerReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBCtrlLnkReg.dcu b/official/x.19/Lib/D5/dxPSDBCtrlLnkReg.dcu new file mode 100644 index 00000000..479da584 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBCtrlLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBCtrlLnks.dcu b/official/x.19/Lib/D5/dxPSDBCtrlLnks.dcu new file mode 100644 index 00000000..2c7603bd Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBCtrlLnks.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBCtrlProducers.dcu b/official/x.19/Lib/D5/dxPSDBCtrlProducers.dcu new file mode 100644 index 00000000..649195d6 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBCtrlProducers.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBTCLnk.dcu b/official/x.19/Lib/D5/dxPSDBTCLnk.dcu new file mode 100644 index 00000000..c838578e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBTCLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBTCLnkReg.dcu b/official/x.19/Lib/D5/dxPSDBTCLnkReg.dcu new file mode 100644 index 00000000..e4b27e8a Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBTCLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDBTeeChartD5.dcu b/official/x.19/Lib/D5/dxPSDBTeeChartD5.dcu new file mode 100644 index 00000000..31dd60d8 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDBTeeChartD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDsgImgs.res b/official/x.19/Lib/D5/dxPSDsgImgs.res new file mode 100644 index 00000000..31c9e507 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDsgImgs.res differ diff --git a/official/x.19/Lib/D5/dxPSDsgProxies.dcu b/official/x.19/Lib/D5/dxPSDsgProxies.dcu new file mode 100644 index 00000000..929d7abc Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDsgProxies.dcu differ diff --git a/official/x.19/Lib/D5/dxPSDsgUtils.dcu b/official/x.19/Lib/D5/dxPSDsgUtils.dcu new file mode 100644 index 00000000..97050b4a Binary files /dev/null and b/official/x.19/Lib/D5/dxPSDsgUtils.dcu differ diff --git a/official/x.19/Lib/D5/dxPSESys.dcu b/official/x.19/Lib/D5/dxPSESys.dcu new file mode 100644 index 00000000..806db1f1 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSESys.dcu differ diff --git a/official/x.19/Lib/D5/dxPSEdgePatterns.dcu b/official/x.19/Lib/D5/dxPSEdgePatterns.dcu new file mode 100644 index 00000000..196c8728 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSEdgePatterns.dcu differ diff --git a/official/x.19/Lib/D5/dxPSEngn.dcu b/official/x.19/Lib/D5/dxPSEngn.dcu new file mode 100644 index 00000000..42369441 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSEngn.dcu differ diff --git a/official/x.19/Lib/D5/dxPSEvnt.dcu b/official/x.19/Lib/D5/dxPSEvnt.dcu new file mode 100644 index 00000000..4824ab0e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSEvnt.dcu differ diff --git a/official/x.19/Lib/D5/dxPSExcelEdgePatterns.dcu b/official/x.19/Lib/D5/dxPSExcelEdgePatterns.dcu new file mode 100644 index 00000000..865a8114 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSExcelEdgePatterns.dcu differ diff --git a/official/x.19/Lib/D5/dxPSExcelFillPatterns.dcu b/official/x.19/Lib/D5/dxPSExcelFillPatterns.dcu new file mode 100644 index 00000000..d2333fa8 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSExcelFillPatterns.dcu differ diff --git a/official/x.19/Lib/D5/dxPSExtDlgs.dcu b/official/x.19/Lib/D5/dxPSExtDlgs.dcu new file mode 100644 index 00000000..3a17fb93 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSExtDlgs.dcu differ diff --git a/official/x.19/Lib/D5/dxPSExtDlgs.res b/official/x.19/Lib/D5/dxPSExtDlgs.res new file mode 100644 index 00000000..3c35386c Binary files /dev/null and b/official/x.19/Lib/D5/dxPSExtDlgs.res differ diff --git a/official/x.19/Lib/D5/dxPSFileBasedXplorer.dcu b/official/x.19/Lib/D5/dxPSFileBasedXplorer.dcu new file mode 100644 index 00000000..c8d66c54 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSFileBasedXplorer.dcu differ diff --git a/official/x.19/Lib/D5/dxPSFillPatterns.dcu b/official/x.19/Lib/D5/dxPSFillPatterns.dcu new file mode 100644 index 00000000..1433aa55 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSFillPatterns.dcu differ diff --git a/official/x.19/Lib/D5/dxPSForm.dcu b/official/x.19/Lib/D5/dxPSForm.dcu new file mode 100644 index 00000000..b62c1b37 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSForm.dcu differ diff --git a/official/x.19/Lib/D5/dxPSGlbl.dcu b/official/x.19/Lib/D5/dxPSGlbl.dcu new file mode 100644 index 00000000..acb3e86e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSGlbl.dcu differ diff --git a/official/x.19/Lib/D5/dxPSGrLnks.dcu b/official/x.19/Lib/D5/dxPSGrLnks.dcu new file mode 100644 index 00000000..34684149 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSGrLnks.dcu differ diff --git a/official/x.19/Lib/D5/dxPSGraphicLnk.dcu b/official/x.19/Lib/D5/dxPSGraphicLnk.dcu new file mode 100644 index 00000000..8e1b5f5a Binary files /dev/null and b/official/x.19/Lib/D5/dxPSGraphicLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSHFToolBarBld.dcu b/official/x.19/Lib/D5/dxPSHFToolBarBld.dcu new file mode 100644 index 00000000..b30402ee Binary files /dev/null and b/official/x.19/Lib/D5/dxPSHFToolBarBld.dcu differ diff --git a/official/x.19/Lib/D5/dxPSImgLnk.dcu b/official/x.19/Lib/D5/dxPSImgLnk.dcu new file mode 100644 index 00000000..2b2070cd Binary files /dev/null and b/official/x.19/Lib/D5/dxPSImgLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSImgs.dcu b/official/x.19/Lib/D5/dxPSImgs.dcu new file mode 100644 index 00000000..4b1343a2 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSImgs.dcu differ diff --git a/official/x.19/Lib/D5/dxPSImgs.res b/official/x.19/Lib/D5/dxPSImgs.res new file mode 100644 index 00000000..4084eab3 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSImgs.res differ diff --git a/official/x.19/Lib/D5/dxPSLVLnk.dcu b/official/x.19/Lib/D5/dxPSLVLnk.dcu new file mode 100644 index 00000000..5cf8fd29 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSLVLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSLVLnk.dfm b/official/x.19/Lib/D5/dxPSLVLnk.dfm new file mode 100644 index 00000000..df9678c8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSLVLnk.dfm @@ -0,0 +1,698 @@ +object dxfmLVReportLinkDesignWindow: TdxfmLVReportLinkDesignWindow + Left = 489 + Top = 374 + BorderStyle = bsDialog + Caption = 'dxfmLVReportLinkDesignWindow' + ClientHeight = 354 + ClientWidth = 555 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 38 + Width = 547 + Height = 281 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = 'Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 17 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 37 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel1: TBevel + Left = 89 + Top = 98 + Width = 145 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 147 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 6 + Top = 174 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 83 + Top = 152 + Width = 151 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 95 + Top = 73 + Width = 143 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 30 + Width = 143 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 51 + Width = 143 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxShowColumnHeaders: TCheckBox + Left = 95 + Top = 114 + Width = 143 + Height = 17 + Caption = '&Column Headers' + TabOrder = 3 + OnClick = chbxShowColumnHeadersClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 95 + Top = 168 + Width = 143 + Height = 17 + Caption = 'Headers' + TabOrder = 4 + OnClick = chbxHeadersOnEveryPageClick + end + object lblPreview: TStaticText + Left = 244 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + end + end + object tshColor: TTabSheet + Caption = 'Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 217 + Width = 81 + Height = 13 + Caption = '&Grid Lines Color: ' + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 213 + Width = 128 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 16 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparentHeaders: TGroupBox + Left = 5 + Top = 141 + Width = 225 + Height = 58 + Caption = ' ' + TabOrder = 4 + object lblHeadersColor: TLabel + Left = 6 + Top = 24 + Width = 75 + Height = 13 + Caption = 'Headers Color: ' + end + object bvlHeadersColorHost: TBevel + Left = 86 + Top = 22 + Width = 128 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 50 + Width = 225 + Height = 84 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 26 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHost: TBevel + Left = 86 + Top = 22 + Width = 128 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 53 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHost: TBevel + Left = 86 + Top = 49 + Width = 128 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 48 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxTransparentHeaders: TCheckBox + Tag = 1 + Left = 18 + Top = 139 + Width = 15 + Height = 17 + Caption = 'T&ransparent Headers' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 11 + Width = 162 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 50 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stTransparentHeaders: TStaticText + Left = 33 + Top = 140 + Width = 112 + Height = 17 + Caption = ' Transaprent Headers ' + FocusControl = chbxTransparentHeaders + TabOrder = 6 + OnClick = stTransparentHeadersClick + end + end + end + object tshFont: TTabSheet + Caption = 'Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeadersFont: TButton + Tag = 2 + Left = 8 + Top = 129 + Width = 110 + Height = 23 + Caption = 'Headers Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 158 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 69 + Width = 110 + Height = 23 + Caption = 'E&ven Font...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 98 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 35 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 12 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 53 + Top = 17 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 83 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 85 + Top = 87 + Width = 149 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 106 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 151 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 78 + Top = 156 + Width = 156 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 174 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 95 + Top = 55 + Width = 143 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = chbxIncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 95 + Top = 32 + Width = 143 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 95 + Top = 104 + Width = 143 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 2 + OnClick = chbxUse3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 95 + Top = 127 + Width = 143 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = chbxUseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 199 + Width = 136 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 176 + Width = 136 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 252 + Top = 81 + Width = 290 + Height = 229 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + end + object pnlHint: TPanel + Left = 4 + Top = 5 + Width = 547 + Height = 27 + Alignment = taLeftJustify + BevelOuter = bvNone + BorderStyle = bsSingle + Color = clInfoBk + Ctl3D = False + ParentCtl3D = False + TabOrder = 2 + object imgHint: TImage + Left = 7 + Top = 5 + Width = 16 + Height = 16 + Transparent = True + end + object lblHint: TLabel + Left = 30 + Top = 6 + Width = 370 + Height = 13 + Caption = ' Most Options Are Being Taken Into Account Only In Detailed View' + Font.Charset = DEFAULT_CHARSET + Font.Color = clInfoText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentFont = False + Transparent = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPSLbxLnk.dcu b/official/x.19/Lib/D5/dxPSLbxLnk.dcu new file mode 100644 index 00000000..9719edee Binary files /dev/null and b/official/x.19/Lib/D5/dxPSLbxLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSLbxLnk.dfm b/official/x.19/Lib/D5/dxPSLbxLnk.dfm new file mode 100644 index 00000000..dcbf7e43 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSLbxLnk.dfm @@ -0,0 +1,737 @@ +object dxLBxReportLinkDesignWindow: TdxLBxReportLinkDesignWindow + Left = 441 + Top = 302 + BorderStyle = bsDialog + Caption = 'dxLbxReportLinkDesigner' + ClientHeight = 253 + ClientWidth = 553 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 545 + Height = 214 + ActivePage = tshColor + MultiLine = True + TabOrder = 1 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 39 + Top = 17 + Width = 209 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 91 + Top = 84 + Width = 156 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 10 + Top = 35 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxPaintItemGraphics: TCheckBox + Left = 90 + Top = 103 + Width = 159 + Height = 17 + Caption = '&Paint item graphics' + TabOrder = 2 + OnClick = chbxPaintItemGraphicsClick + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 32 + Width = 159 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 54 + Width = 159 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxTransparentGraphics: TCheckBox + Tag = 1 + Left = 90 + Top = 127 + Width = 159 + Height = 17 + Caption = '&Transparent Graphics' + TabOrder = 3 + OnClick = chbxTransparentGraphicsClick + end + object lblPreview: TStaticText + Left = 257 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 4 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 15 + Top = 150 + Width = 84 + Height = 13 + Caption = '&Grid Lines Color : ' + OnClick = lblComboClick + end + object bvlLineColorHolder: TBevel + Left = 97 + Top = 146 + Width = 135 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 13 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblComboClick + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 46 + Width = 237 + Height = 86 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblComboClick + end + object bvlColorHolder: TBevel + Left = 90 + Top = 20 + Width = 135 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 48 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblComboClick + end + object bvlEvenColorHolder: TBevel + Left = 90 + Top = 49 + Width = 135 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 44 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 95 + Top = 8 + Width = 148 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 45 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 37 + Width = 233 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 68 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 97 + Width = 233 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 10 + Top = 35 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 13 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 54 + Top = 16 + Width = 194 + Height = 5 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 88 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object imgMiscellaneous: TImage + Left = 10 + Top = 110 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 79 + Top = 92 + Width = 169 + Height = 4 + Shape = bsBottomLine + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 32 + Width = 148 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxRowAutoHeight: TCheckBox + Left = 90 + Top = 130 + Width = 148 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 2 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 106 + Width = 148 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 1 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 47 + Width = 273 + Height = 160 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + end + object ilPreview: TImageList + Left = 5 + Top = 223 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FF3F000000000000F81F000000000000E00F000000000000C007000000000000 + C003000000000000C003000000000000C003000000000000C003000000000000 + C003000000000000E003000000000000F00F000000000000F83F000000000000 + FCFF000000000000FFFF00000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSLnkReg.dcu b/official/x.19/Lib/D5/dxPSLnkReg.dcu new file mode 100644 index 00000000..f57ad322 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSLnksD5.dcu b/official/x.19/Lib/D5/dxPSLnksD5.dcu new file mode 100644 index 00000000..d8de02a7 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSLnksD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPgsMnuBld.dcu b/official/x.19/Lib/D5/dxPSPgsMnuBld.dcu new file mode 100644 index 00000000..1f37bbf0 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPgsMnuBld.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPopupMan.dcu b/official/x.19/Lib/D5/dxPSPopupMan.dcu new file mode 100644 index 00000000..c40012c1 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPopupMan.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPrVwAdv.dcu b/official/x.19/Lib/D5/dxPSPrVwAdv.dcu new file mode 100644 index 00000000..3c8620ab Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPrVwAdv.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPrVwAdv.dfm b/official/x.19/Lib/D5/dxPSPrVwAdv.dfm new file mode 100644 index 00000000..897f5ac9 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSPrVwAdv.dfm @@ -0,0 +1,3490 @@ +object dxfmPreviewWdxBar: TdxfmPreviewWdxBar + Left = 352 + Top = 204 + Width = 893 + Height = 461 + Caption = 'Print Preview' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000FFFFFFF000070000FFF + FFF0788707000FFFFF0788E770000FFFFF08888780000FFFFF08E88780000FFF + FF07EE8770000FFFFFF0788700000FFFFFFF000000000FFFFFFFFFF000000FFF + FFFF000000000FFFFFFF080000000FFFFFFF000000000000000000000000FFFF + 0000000C00000008000000010000000300000003000000030000000300000003 + 000000070000000F0000000F0000000F0000001F0000003F0000007F0000} + KeyPreview = True + Menu = MainMenu1 + Position = poDefault + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object dxBarManager: TdxBarManager + AutoHideEmptyBars = True + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Bars = < + item + Caption = 'MenuBar' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsTop + FloatLeft = 0 + FloatTop = 0 + FloatClientWidth = 0 + FloatClientHeight = 0 + IsMainMenu = True + ItemLinks = < + item + Item = bbFile + Visible = True + end + item + Item = bbExplorer + Visible = True + end + item + Item = bbEdit + Visible = True + end + item + Item = bbView + Visible = True + end + item + Item = bbInsert + Visible = True + end + item + Item = bbFormat + Visible = True + end + item + Item = bbGoToPage + Visible = True + end + item + Item = bbTools + Visible = True + end + item + Item = bbHelp + Visible = True + end> + MultiLine = True + Name = 'Build-In Menus' + OneOnRow = True + Row = 0 + UseOwnFont = False + Visible = True + WholeRow = False + end + item + Caption = 'Standard' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 23 + DockingStyle = dsTop + FloatLeft = 332 + FloatTop = 321 + FloatClientWidth = 554 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + BeginGroup = True + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + Item = bbFileSave + Visible = True + end + item + BeginGroup = True + Item = bbFilePrint + Visible = True + end + item + Item = bbFilePrintDialog + Visible = True + end + item + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbViewExplorer + Visible = True + end + item + Item = bbViewThumbnails + Visible = True + end + item + BeginGroup = True + Item = bbFormatTitle + Visible = True + end + item + BeginGroup = True + Item = bbZoomPercent100 + Visible = True + end + item + Item = bbZoomPageWidth + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + Item = bbZoomTwoPages + Visible = True + end + item + Item = bbZoomMultiplePages + Visible = True + end + item + Item = cbxPredefinedZoom + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageBackground + Visible = True + end + item + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + BeginGroup = True + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + Item = seActivePage + UserDefine = [udWidth] + UserWidth = 63 + Visible = True + end + item + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end + item + BeginGroup = True + Item = bbFileExit + Visible = True + end> + Name = 'Standard' + OneOnRow = True + Row = 1 + UseOwnFont = False + Visible = True + WholeRow = False + end + item + AllowClose = False + Caption = 'Header and Footer' + DockedDockingStyle = dsTop + DockedLeft = 50 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 523 + FloatTop = 228 + FloatClientWidth = 601 + FloatClientHeight = 22 + Hidden = True + ItemLinks = < + item + Item = bsiInsertAutoText + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFPageNumber + UserDefine = [udPaintStyle] + Visible = True + end + item + Item = bbInsertHFTotalPages + UserDefine = [udPaintStyle] + Visible = True + end + item + Item = bbInsertHFPageOfPages + Visible = True + end + item + Item = bbFormatPageNumbering + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFDateTime + Visible = True + end + item + Item = bbInsertHFDate + Visible = True + end + item + Item = bbInsertHFTime + Visible = True + end + item + Item = bbFormatDateTime + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFUserName + Visible = True + end + item + Item = bbInsertHFMachineName + UserDefine = [udPaintStyle] + Visible = True + end + item + BeginGroup = True + Item = bbFormatHFClear + Visible = True + end + item + BeginGroup = True + Item = bbFormatHFBackground + Visible = True + end + item + BeginGroup = True + Item = bbFilePageSetup + Visible = True + end + item + Item = bbViewHFSwitchHeaderFooter + Visible = True + end + item + Item = bbViewSwitchToLeftPart + Visible = True + end + item + Item = bbViewSwitchToCenterPart + Visible = True + end + item + Item = bbViewSwitchToRightPart + Visible = True + end + item + BeginGroup = True + Item = bbViewHFClose + Visible = True + end> + Name = 'Header and Footer' + OneOnRow = True + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'Shortcut Menus' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 293 + FloatTop = 319 + FloatClientWidth = 188 + FloatClientHeight = 19 + Hidden = True + ItemLinks = < + item + Item = bsiShortcutPreview + Visible = True + end + item + Item = bsiShortCutExplorer + Visible = True + end + item + Item = bsiShortcutThumbnails + Visible = True + end> + Name = 'Shortcut Menus' + NotDocking = [dsLeft, dsTop, dsRight, dsBottom] + OneOnRow = False + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'AutoText' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 460 + FloatTop = 288 + FloatClientWidth = 124 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbInsertEditAutoText + Visible = True + end + item + BeginGroup = True + Item = bsiInsertAutoText + Visible = True + end> + Name = 'AutoText' + OneOnRow = False + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'Explorer' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 49 + DockingStyle = dsTop + FloatLeft = 461 + FloatTop = 349 + FloatClientWidth = 23 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbExplorerCreateNewFolder + Visible = True + end + item + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerProperties + Visible = True + end> + Name = 'Explorer' + OneOnRow = True + Row = 2 + UseOwnFont = False + Visible = False + WholeRow = False + end> + Categories.Strings = ( + 'File' + 'Explorer' + 'Edit' + 'Insert' + 'View' + 'Format' + 'Zoom' + 'Tools' + 'Go' + 'Help' + 'Built-in Menus' + 'Shortcut Menus' + 'New Menu') + Categories.ItemsVisibles = ( + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2) + Categories.Visibles = ( + True + True + True + True + True + True + True + True + True + True + True + False + True) + Images = ilToolBar + LargeImages = ilToolBar + MenusShowRecentItemsFirst = False + PopupMenuLinks = < + item + PopupMenu = pmPreview + end + item + PopupMenu = pmThumbnails + end> + ShowShortCutInHint = True + StoreInRegistry = True + StretchGlyphs = False + Style = bmsFlat + UseSystemFont = True + OnBarVisibleChange = dxBarManagerBarVisibleChange + OnHideCustomizingForm = dxBarManagerHideCustomizingForm + OnShowCustomizingForm = dxBarManagerShowCustomizingForm + Left = 63 + Top = 197 + DockControlHeights = ( + 0 + 0 + 49 + 0) + object bbFile: TdxBarSubItem + Caption = '&File' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + Item = bbFileRebuild + Visible = True + end + item + BeginGroup = True + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + BeginGroup = True + Item = bbFileSave + Visible = True + end + item + BeginGroup = True + Item = bbFilePrintDialog + Visible = True + end + item + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbFileExit + Visible = True + end> + end + object bbFileDesign: TdxBarButton + Caption = '&Design...' + Category = 0 + Hint = 'ReportDesign|' + Visible = ivNever + ImageIndex = 0 + ShortCut = 16452 + OnClick = DesignClick + end + object bbFileRebuild: TdxBarButton + Caption = 'Rebuild' + Category = 0 + Hint = 'Rebuild' + Visible = ivAlways + ShortCut = 16500 + OnClick = bbFileRebuildClick + end + object bbViewMargins: TdxBarButton + Caption = '&Margins' + Category = 4 + Hint = 'Margins' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + ShortCut = 16461 + OnClick = bbViewMarginsClick + end + object bbZoomPercent100: TdxBarButton + Caption = '&Percent 100' + Category = 6 + Hint = 'Zoom 100 %' + Visible = ivAlways + ImageIndex = 5 + ShortCut = 16604 + OnClick = ZoomClick + end + object bbZoomPageWidth: TdxBarButton + Tag = 1 + Caption = '&Fit To Window' + Category = 6 + Hint = 'Zoom Page Width' + Visible = ivAlways + ImageIndex = 6 + ShortCut = 16432 + OnClick = ZoomClick + end + object bbZoomWholePage: TdxBarButton + Tag = 2 + Caption = '&One Page' + Category = 6 + Hint = 'Zoom One Page' + Visible = ivAlways + ImageIndex = 7 + ShortCut = 16433 + OnClick = ZoomClick + end + object bbZoomTwoPages: TdxBarButton + Tag = 3 + Caption = '&Two Page' + Category = 6 + Hint = 'Zoom Two Page' + Visible = ivAlways + ImageIndex = 8 + ShortCut = 16434 + OnClick = ZoomClick + end + object bbExplorer: TdxBarSubItem + Caption = 'E&xplorer' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbExplorerCreateNewFolder + Visible = True + end + item + BeginGroup = True + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerRename + Visible = True + end + item + BeginGroup = True + Item = bbExplorerProperties + Visible = True + end> + end + object bbGoToFirstPage: TdxBarButton + Caption = '&First Page' + Category = 8 + Hint = 'Go to First Page' + Visible = ivAlways + ImageIndex = 13 + ShortCut = 36 + OnClick = GoToPageClick + end + object bbGoToPrevPage: TdxBarButton + Tag = 1 + Caption = '&Previous Page' + Category = 8 + Hint = 'Go to Prev Page' + Visible = ivAlways + ImageIndex = 14 + ShortCut = 33 + OnClick = GoToPageClick + end + object bbGoToNextPage: TdxBarButton + Tag = 2 + Caption = '&Next Page' + Category = 8 + Hint = 'Go to Next Page' + Visible = ivAlways + ImageIndex = 15 + ShortCut = 34 + OnClick = GoToPageClick + end + object bbGoToLastPage: TdxBarButton + Tag = 3 + Caption = '&Last Page' + Category = 8 + Hint = 'Go to Last Page' + Visible = ivAlways + ImageIndex = 16 + ShortCut = 35 + OnClick = GoToPageClick + end + object bbEdit: TdxBarSubItem + Caption = '&Edit' + Category = 10 + Visible = ivNever + ItemLinks = < + item + Item = bbEditFind + Visible = True + end + item + Item = bbEditFindNext + Visible = True + end + item + BeginGroup = True + Item = bbEditReplace + Visible = True + end> + end + object bbZoomFourPages: TdxBarButton + Tag = 4 + Caption = 'Four Page' + Category = 6 + Hint = 'Zoom Four Page' + Visible = ivAlways + ImageIndex = 9 + ShortCut = 16436 + OnClick = ZoomClick + end + object bbZoomMultiplePages: TdxBarButton + Caption = '&Multiple Pages' + Category = 6 + Hint = 'Multiple Pages' + Visible = ivAlways + ImageIndex = 10 + OnClick = bbZoomMultiplePagesClick + end + object bbZoomWidenToSourceWidth: TdxBarButton + Tag = 5 + Caption = 'Widen To Source Width' + Category = 6 + Hint = 'Widen to source width' + Visible = ivAlways + ImageIndex = 11 + OnClick = ZoomClick + end + object seActivePage: TdxBarSpinEdit + Caption = '&Active Page :' + Category = 8 + Hint = 'Active Page :' + Visible = ivAlways + OnChange = seActivePageChange + Width = 100 + OnButtonClick = seActivePageButtonClick + end + object cbxPredefinedZoom: TdxBarImageCombo + Caption = '&Zoom :' + Category = 6 + Hint = 'Zoom :' + Visible = ivAlways + Text = '100%' + OnChange = cbxPredefinedZoomChange + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888008888888888888800088888888888888000888888888888880008700007 + 88888880000888800888888807EE88887088888708E88888807888808E888888 + 88088880888888888808888088888888E808888088888888E80888870888888E + E078888807888EEE708888888008888008888888887000078888} + Width = 100 + OnClick = cbxPredefinedZoomClick + ShowEditor = True + Images = ilToolBar + Items.Strings = ( + '500%' + '200%' + '150%' + '100%' + '75%' + '50%' + '25%' + '10%' + 'Page Width' + 'Whole Page' + 'Two Pages' + 'Four Pages' + 'Widen To Source Width') + ItemIndex = 3 + ImageIndexes = ( + -1 + -1 + -1 + 5 + -1 + -1 + -1 + -1 + 6 + 7 + 8 + 9 + 11) + end + object bbFileLoad: TdxBarButton + Caption = '&Load...' + Category = 0 + Hint = 'Load' + Visible = ivAlways + ImageIndex = 43 + ShortCut = 16463 + OnClick = ExplorerLoadDataClick + end + object bbZoomSetup: TdxBarButton + Caption = '&Setup ...' + Category = 6 + Hint = 'Setup ' + Visible = ivAlways + PaintStyle = psCaption + OnClick = bbZoomSetupClick + end + object bbToolsOptions: TdxBarButton + Caption = '&Options...' + Category = 7 + Hint = 'Options' + Visible = ivAlways + OnClick = bbToolsOptionsClick + end + object bbViewMarginBar: TdxBarButton + Caption = 'MarginBar' + Category = 4 + Hint = 'Margin Bar' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewMarginBarClick + end + object bbFileSave: TdxBarButton + Caption = '&Save...' + Category = 0 + Hint = 'Save' + Visible = ivAlways + ImageIndex = 38 + ShortCut = 16467 + OnClick = FileSaveClick + end + object bbViewStatusBar: TdxBarButton + Caption = 'StatusBar' + Category = 4 + Hint = 'StatusBar' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewStatusBarClick + end + object bbHelpTopics: TdxBarButton + Caption = '&Help Topics...' + Category = 9 + Hint = 'Help' + Visible = ivAlways + ImageIndex = 17 + OnClick = HelpClick + end + object bbViewExplorer: TdxBarButton + Caption = 'E&xplorer' + Category = 4 + Hint = 'Explorer' + Visible = ivAlways + ButtonStyle = bsChecked + ImageIndex = 48 + ShortCut = 16472 + OnClick = bbViewExplorerClick + end + object bsiShortcutPreview: TdxBarSubItem + Caption = 'Preview' + Category = 11 + Visible = ivInCustomizing + ItemLinks = <> + end + object bsiInsertHFAutoText: TdxBarSubItem + Caption = 'AutoText' + Category = 3 + Visible = ivAlways + Detachable = True + DetachingBar = 4 + ItemLinks = < + item + Item = bbInsertEditAutoText + Visible = True + end + item + BeginGroup = True + Item = bliInsertAutoTextEntries + Visible = True + end> + end + object bbInsertEditAutoText: TdxBarButton + Caption = 'AutoTe&xt...' + Category = 3 + Hint = 'AutoText' + Visible = ivAlways + ImageIndex = 33 + end + object bsiInsertAutoText: TdxBarSubItem + Caption = 'Insert AutoText' + Category = 3 + Visible = ivAlways + ItemLinks = < + item + Item = bliInsertAutoTextEntries + Visible = True + end> + end + object bliInsertAutoTextEntries: TdxBarListItem + Caption = 'List of AutoText Entries' + Category = 3 + Visible = ivAlways + ShowNumbers = False + end + object bbInsertHFPageNumber: TdxBarButton + Caption = '&Page Number' + Category = 3 + Hint = 'Insert Page Number' + Visible = ivAlways + ImageIndex = 19 + ShortCut = 41040 + OnClick = InsertHFClick + end + object bbInsertHFTotalPages: TdxBarButton + Tag = 1 + Caption = '&Number of Pages' + Category = 3 + Hint = 'Insert Number of Pages' + Visible = ivAlways + ImageIndex = 21 + OnClick = InsertHFClick + end + object bbInsertHFPageOfPages: TdxBarButton + Tag = 2 + Caption = 'Page Number Of Pages' + Category = 3 + Hint = 'Insert Page Number Of Pages' + Visible = ivAlways + ImageIndex = 20 + OnClick = InsertHFClick + end + object bbInsertHFDateTime: TdxBarButton + Tag = 3 + Caption = 'Date and Time' + Category = 3 + Hint = 'Insert Date and Time' + Visible = ivAlways + ImageIndex = 23 + OnClick = InsertHFClick + end + object bbInsertHFDate: TdxBarButton + Tag = 4 + Caption = '&Date' + Category = 3 + Hint = 'Insert Date' + Visible = ivAlways + ImageIndex = 24 + ShortCut = 41028 + OnClick = InsertHFClick + end + object bbInsertHFTime: TdxBarButton + Tag = 5 + Caption = '&Time' + Category = 3 + Hint = 'Insert Time' + Visible = ivAlways + ImageIndex = 25 + ShortCut = 41044 + OnClick = InsertHFClick + end + object bbInsertHFUserName: TdxBarButton + Tag = 6 + Caption = '&User Name' + Category = 3 + Hint = 'Insert User Name' + Visible = ivAlways + ImageIndex = 27 + OnClick = InsertHFClick + end + object bbInsert: TdxBarSubItem + Caption = '&Insert' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bsiInsertHFAutoText + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFPageNumber + Visible = True + end + item + Item = bbInsertHFTotalPages + Visible = True + end + item + Item = bbInsertHFPageOfPages + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFDateTime + Visible = True + end + item + Item = bbInsertHFDate + Visible = True + end + item + Item = bbInsertHFTime + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFUserName + Visible = True + end + item + Item = bbInsertHFMachineName + Visible = True + end> + end + object bbView: TdxBarSubItem + Caption = '&View' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbViewMargins + Visible = True + end + item + BeginGroup = True + Item = bbViewMarginBar + Visible = True + end + item + Item = bbViewStatusBar + Visible = True + end + item + Item = bbViewExplorer + Visible = True + end + item + Item = bbViewThumbnails + Visible = True + end + item + BeginGroup = True + Item = bbViewToolbars + Visible = True + end + item + BeginGroup = True + Item = bbFormatHeaderAndFooter + Visible = True + end + item + BeginGroup = True + Item = bbViewZoom + Visible = True + end + item + BeginGroup = True + Item = bbViewPageHeaders + Visible = True + end + item + Item = bbViewPageFooters + Visible = True + end> + end + object bbViewZoom: TdxBarSubItem + Caption = 'Zoom' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbZoomPercent100 + Visible = True + end + item + BeginGroup = True + Item = bbZoomPageWidth + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + Item = bbZoomTwoPages + Visible = True + end + item + Item = bbZoomFourPages + Visible = True + end + item + Item = bbZoomMultiplePages + Visible = True + end + item + BeginGroup = True + Item = bbZoomWidenToSourceWidth + Visible = True + end + item + BeginGroup = True + Item = bbZoomSetup + Visible = True + end> + end + object bbFormatHeaderAndFooter: TdxBarButton + Caption = '&Header and Footer' + Category = 5 + Hint = 'Header and Footer' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 36 + OnClick = bbFormatHeaderAndFooterClick + end + object bbFormatDateTime: TdxBarButton + Caption = 'Date and &Time...' + Category = 5 + Hint = 'Date and Time' + Visible = ivAlways + ImageIndex = 26 + OnClick = bbFormatDateTimeClick + end + object bbFormatPageNumbering: TdxBarButton + Caption = 'Page &Numbering...' + Category = 5 + Hint = 'Page Numbering' + Visible = ivAlways + ImageIndex = 22 + OnClick = bbFormatPageNumbersClick + end + object bbEditFind: TdxBarButton + Caption = 'Find...' + Category = 2 + Hint = 'Find' + Visible = ivNever + ShortCut = 16454 + end + object bbFormatPageBackground: TdxBarButton + Caption = 'Page Bac&kground...' + Category = 5 + Hint = 'Background' + Visible = ivAlways + ImageIndex = 4 + ShortCut = 16459 + OnClick = PageBackgroundClick + end + object bbFormatShrinkToPageWidth: TdxBarButton + Caption = '&Shrink To Page' + Category = 5 + Hint = 'Shrink To Page' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 12 + OnClick = bbFormatShrinkToPageWidthClick + end + object bbEditFindNext: TdxBarButton + Caption = 'Find &Next' + Category = 2 + Hint = 'Find Next' + Visible = ivNever + ShortCut = 114 + end + object bbEditReplace: TdxBarButton + Caption = '&Replace...' + Category = 2 + Hint = 'Replace' + Visible = ivNever + ShortCut = 16466 + end + object bbFormatShowHideEmptyPages: TdxBarButton + Caption = 'Show/Hide EmptyPages' + Category = 5 + Hint = 'Show/Hide Empty Pages' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = bbFormatShowHideEmptyPagesClick + end + object bbViewThumbnails: TdxBarButton + Caption = 'Th&umbnails' + Category = 4 + Hint = 'Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + ImageIndex = 49 + ShortCut = 16469 + OnClick = bbViewThumbnailsClick + end + object bbFormatHFBackground: TdxBarButton + Caption = 'Header and Footer Background ...' + Category = 5 + Hint = 'Header and Footer Background ' + Visible = ivAlways + ImageIndex = 34 + OnClick = bbFormatHFBackgroundClick + end + object bbThumbnailsSmall: TdxBarButton + Caption = '&Small Thumbnails' + Category = 4 + Hint = 'Small Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = bbThumbnailsSizeClick + end + object bbToolsCustomize: TdxBarButton + Caption = '&Customize...' + Category = 7 + Hint = 'Customize' + Visible = ivAlways + OnClick = bbToolsCustomizeClick + end + object bbThumbnailsLarge: TdxBarButton + Tag = 1 + Caption = '&Large Thumbnails' + Category = 4 + Hint = 'Large Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbThumbnailsSizeClick + end + object bbViewPages: TdxBarSubItem + Caption = 'Pages' + Category = 10 + Visible = ivNever + ItemLinks = <> + end + object bbViewToolbars: TdxBarToolbarsListItem + Caption = '&Toolbars' + Category = 4 + Visible = ivAlways + end + object bbHelpAbout: TdxBarButton + Caption = '&About...' + Category = 9 + Hint = 'About' + Visible = ivNever + end + object bbViewPageHeaders: TdxBarButton + Caption = 'Page &Headers' + Category = 4 + Hint = 'Page Headers' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewPageHeadersClick + end + object bbViewPageFooters: TdxBarButton + Caption = 'Page &Footers' + Category = 4 + Hint = 'Page Footers' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewPageFootersClick + end + object bbViewSwitchToLeftPart: TdxBarButton + Caption = 'Switch To Left Part' + Category = 4 + Hint = 'Switch To Left Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + Down = True + ImageIndex = 30 + OnClick = SwitchPartClick + end + object bbFormat: TdxBarSubItem + Caption = '&Format' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbFormatTitle + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageNumbering + Visible = True + end + item + Item = bbFormatDateTime + Visible = True + end + item + BeginGroup = True + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + Item = bbFormatShowHideEmptyPages + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageBackground + Visible = True + end> + end + object bbGoToPage: TdxBarSubItem + Caption = '&Go' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + BeginGroup = True + Item = seActivePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end> + end + object bbFormatHFClear: TdxBarButton + Caption = 'Clea&r Text' + Category = 5 + Hint = 'Clear Text' + Visible = ivAlways + OnClick = bbFormatHFClearClick + end + object bsiNewMenuNewMenu: TdxBarSubItem + Caption = 'New Item' + Category = 12 + Visible = ivAlways + ItemLinks = <> + end + object bbFileClose: TdxBarButton + Caption = '&Unload' + Category = 0 + Hint = 'Unload' + Visible = ivAlways + ImageIndex = 44 + ShortCut = 16499 + OnClick = bbFileCloseClick + end + object bbFilePrint: TdxBarButton + Caption = 'Print' + Category = 0 + Hint = 'Print' + Visible = ivNever + ImageIndex = 1 + OnClick = PrintClick + end + object bbInsertHFMachineName: TdxBarButton + Tag = 7 + Caption = '&Machine Name' + Category = 3 + Hint = 'Insert Machine Name' + Visible = ivAlways + ImageIndex = 28 + OnClick = InsertHFClick + end + object bbFilePrintDialog: TdxBarButton + Tag = 1 + Caption = '&Print...' + Category = 0 + Hint = 'Print Dialog' + Visible = ivNever + ImageIndex = 2 + ShortCut = 16464 + OnClick = PrintClick + end + object bbTools: TdxBarSubItem + Caption = '&Tools' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbToolsCustomize + Visible = True + end + item + Item = bbToolsOptions + Visible = True + end> + end + object bbExplorerCreateNewFolder: TdxBarButton + Caption = 'Create &Folder...' + Category = 1 + Hint = 'Create Folder' + Visible = ivAlways + ImageIndex = 40 + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object bbHelp: TdxBarSubItem + Caption = '&Help' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbHelpTopics + Visible = True + end + item + BeginGroup = True + Item = bbHelpAbout + Visible = True + end> + end + object bbFilePageSetup: TdxBarButton + Tag = 2 + Caption = 'Page set&up...' + Category = 0 + Hint = 'Page Setup ' + Visible = ivNever + ButtonStyle = bsDropDown + DropDownMenu = pmPrintStyles + ImageIndex = 3 + OnClick = PageSetupClick + end + object bbViewSwitchToCenterPart: TdxBarButton + Tag = 1 + Caption = 'Switch To Center Part' + Category = 4 + Hint = 'Switch To Center Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + ImageIndex = 31 + OnClick = SwitchPartClick + end + object bliPrintStyles: TdxBarListItem + Caption = 'Print Styles' + Category = 0 + Visible = ivAlways + ShowCheck = True + ShowNumbers = False + end + object bsiShortCutExplorer: TdxBarSubItem + Caption = 'Explorer' + Category = 11 + Visible = ivAlways + ItemLinks = <> + end + object bbDefinePrintStyles: TdxBarButton + Caption = 'Define Print Styles...' + Category = 0 + Hint = 'Define Print Styles' + Visible = ivAlways + end + object bbExplorerDelete: TdxBarButton + Caption = '&Delete...' + Category = 1 + Hint = 'Delete' + Visible = ivAlways + ImageIndex = 39 + ShortCut = 46 + OnClick = ExplorerDeleteItemClick + end + object bbExplorerRename: TdxBarButton + Caption = '&Rename...' + Category = 1 + Hint = 'Rename' + Visible = ivAlways + ShortCut = 113 + OnClick = ExplorerRenameItemClick + end + object bbFormatTitle: TdxBarButton + Caption = 'Title...' + Category = 5 + Hint = 'Title' + Visible = ivAlways + ImageIndex = 45 + OnClick = bbFormatTitleClick + end + object bbViewSwitchToRightPart: TdxBarButton + Tag = 2 + Caption = 'Switch To Right Part' + Category = 4 + Hint = 'Switch To Right Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + ImageIndex = 32 + OnClick = SwitchPartClick + end + object bbViewHFSwitchHeaderFooter: TdxBarButton + Caption = '&Show Header/Footer' + Category = 4 + Hint = 'Show Header/Footer' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 29 + OnClick = bbViewHFSwitchHeaderFooterClick + end + object bbViewHFClose: TdxBarButton + Caption = '&Close' + Category = 4 + Hint = 'Close Header and Footer' + Visible = ivAlways + OnClick = bbViewHFCloseClick + end + object bsiShortcutThumbnails: TdxBarSubItem + Caption = 'Thumbnails' + Category = 11 + Visible = ivAlways + ItemLinks = <> + end + object bbExplorerProperties: TdxBarButton + Caption = '&Properties...' + Category = 1 + Hint = 'P&roperties' + Visible = ivAlways + ImageIndex = 46 + ShortCut = 32781 + OnClick = bbExplorerPropertiesClick + end + object bbFileExit: TdxBarButton + Caption = '&Close' + Category = 0 + Hint = 'Close' + Visible = ivAlways + OnClick = CloseClick + end + end + object ilToolBar: TImageList + AllocBy = 48 + Left = 35 + Top = 197 + Bitmap = { + 494C010132003600040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000040000000E0000000010020000000000000E0 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FFFF000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FFFF00008000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000FF000000FFFF + 0000800000000080800000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00FF000000FFFF00008000 + 000000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C0008000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000C0C0C000FFFF0000C0C0C000FFFF0000C0C0C0000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C00000FFFF0000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF0000000000C0C0 + C00000000000FFFFFF0000000000C0C0C00000000000C0C0C000000000000000 + 000000000000000000008000000080000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000808080000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF000000FF000000000000000000000000000000000000000000000000000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000800000008000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000000000008000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF0000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF00000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 80000080800000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF008080800000FFFF00FFFFFF0000FFFF008080 + 800000FFFF0000FFFF0000FFFF00808080000000000000FFFF00FFFFFF000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF0000FFFF008080 + 800000FFFF00FFFFFF008080800000FFFF0000000000FFFFFF0000FFFF00FFFF + FF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF008080 + 8000FFFFFF008080800000FFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0080808000808080008080800080808000FFFF + FF008080800080808000808080008080800000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0000000000000000008080800000FFFF008080 + 800000FFFF008080800000FFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000FFFF00000000008080 + 8000FFFFFF00000000008080800000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008080800000FFFF0000000000000000008080 + 8000808080000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000008000 + 8000800080008000800080008000800080008000800080008000800080008000 + 8000800080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000008000 + 800080008000800080008000800080008000800080008000800000000000C0C0 + C000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF00848484008484 + 840000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400FFFFFF008484 + 8400FFFFFF00FFFFFF0000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000084848400000000008484 + 840000000000FFFFFF0000FFFF00000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000848484008484 + 84008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFFFF00FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C6C6C600C6C6C600C6C6 + C600848484008484840000000000FFFFFF00FFFFFF008400000084848400FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6 + C600C6C6C60084848400848484000000000000FFFF008400000084000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C6008484840084848400840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF000000 + 0000FFFFFF0000000000FFFFFF0000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C60000000000C6C6C600C6C6C60084848400840000008400000084000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000848400008484000000 + 0000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00000000000000000000000000C6C6C600FFFFFF000000 + 00008400000000000000C6C6C60084000000840000008400000084848400FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000000000000848400008484000000000000000000FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000C6C6C600FFFF + FF0084000000C6C6C60084848400840000008400000084848400FFFFFF0000FF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840084848400848484008484 + 84008484840000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000008484000000000000000000000000008400000000000000C6C6 + C60084000000848484000000000084848400FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF0000FFFF0000FF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF000084 + 8400FFFFFF0000848400FFFFFF0000848400FFFFFF0000848400FFFFFF000084 + 8400FFFFFF000084840000000000000000000000000084000000C6C6C6000000 + 0000840000000000000084848400000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF00848484008484 + 840000FFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084840000000000000000000000000084000000C6C6C600C6C6 + C600840000008484840000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000084 + 8400FFFFFF0000848400FFFFFF0000848400FFFFFF0000848400FFFFFF000084 + 8400FFFFFF000000000000000000000000000000000084848400840000008400 + 00008484840084848400848484000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000FFFF008484 + 84008484840000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF00848484008484840000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000848484008484840084848400848484008484840000000000000000000000 + 0000848484008484840084848400848484000000000000000000000000000000 + 0000FFFFFF008484840084848400848484008484840084848400848484008484 + 84008484840000FFFF000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF0000FFFF0000FFFF0000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00C6C6C600C6C6C600848484000000000000000000FFFF + FF00848484008484840084848400848484000000000084848400848484000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000848484008484 + 8400848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00848484008484840084848400848484008484840084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF008484840084848400848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF008484840084848400848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00848484008484840084848400848484008484840084848400FFFF + FF00FFFFFF000000000000000000000000000000000084848400848484008484 + 840084848400848484008484840084848400848484008484840000000000FFFF + FF00848484008484840084848400848484000000000084848400848484008484 + 840084848400848484008484840084848400848484000000000000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF0000FFFF0000FFFF0000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 84008484840000FFFF000000000000000000000000000000000000FFFF008484 + 84008484840000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF00848484008484840000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C6C6C600000000000000000000000000000000000000 + 00000000000000000000C6C6C6000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF0000000000000000000000000084000000FFFFFF00C6C6C600FFFF + FF00C6C6C600FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C60000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 00000000000000000000C6C6C600FFFFFF00C6C6C6000000840000008400FFFF + FF00C6C6C600FFFFFF00C6C6C600000000000000000000000000FFFFFF0000FF + FF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000084000000C6C6C600FFFFFF000000 + 8400FFFFFF0000008400000084000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C6000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF0000000000FFFFFF00C6C6C600FFFFFF000000840000008400C6C6 + C600FFFFFF00C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60000008400C6C6C600FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000FFFFFF00848484000000 + 84000000840000000000C6C6C600FFFFFF00C6C6C600FFFFFF00000084000000 + 8400C6C6C600FFFFFF00C6C6C600000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000084000000C6C6C600000084000000 + 8400FFFFFF00C6C6C60000008400C6C6C600C6C6C60000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000C6C6C600000084000000 + 8400FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF000000 + 840000008400C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60084000000FFFFFF0084000000C6C6C600C6C6C600000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C6000000000000000000000000000000000000000000FFFFFF00848484000000 + 84000000840000000000C6C6C600FFFFFF000000840000008400000084000000 + 840000008400FFFFFF00C6C6C600000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000084000000C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60000000000C6C6C6000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600000000000000 + 00000000000000000000000000000000000000000000C6C6C600000084000000 + 8400FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000008400000084000000840000008400 + 0000840000000000000000000000C6C6C60000000000C6C6C60000000000C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000FFFFFF00848484000000 + 8400000084000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000084000000FF00000084000000FF00 + 0000FF00000000000000C6C6C60000000000C6C6C60000000000C6C6C6000000 + 0000C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C6000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF000000000084000000840000008400000084000000840000008400 + 000084000000840000008400000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000C6C6C60000000000C6C6C60000000000C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C60000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF008400 + 0000FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000008400000084000000840000008400 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00840000008400 + 000084000000840000008400000084000000FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF008400 + 00008400000084000000840000008400000084000000FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000084000000FFFFFF00C6C6C600FFFF + FF00C6C6C600FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000FFFFFF0084000000FFFFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000084000000C6C6C600FFFFFF000000 + 8400FFFFFF0000008400000084000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF008400000084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000000000000000 + 00000000000000000000000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60000008400C6C6C600FFFFFF000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000FFFFFF000000000000000000000000000000 + 00000000000000000000000000008400000084000000C6C6C600000084000000 + 8400FFFFFF00C6C6C60000008400C6C6C6008400000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000FFFFFF00C6C6C6000000 + 8400C6C6C6000000840000008400FFFFFF008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C6008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000840000008400000084000000840000008400 + 0000840000008400000084000000840000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000FF00000084000000FF00 + 0000FF000000FF00000084000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000840000008400000084000000840000008400 + 0000840000008400000084000000840000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400848484008484840084848400848484000000000000FFFF000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000848484008484840000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084000000FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084848400FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0084000000840000008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF008484840084000000C6C6C600FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 000000000000848484008484840084848400000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF0084848400840000008484840000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008400000084848400FFFFFF00FFFFFF008400000084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 000000000000848484008484840084848400000000000000000000000000FFFF + FF00FFFFFF008400000084000000840000008400000084000000840000008400 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00840000008400000000FFFF00C6C6C600840000008400000000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484000000000000FFFF0000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C6C6C60084000000840000008400000084000000C6C6C600FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 84000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FF000000FF000000FF00000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000C6C6C6000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 0000000000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848400008484 + 0000848400008484000000000000000000000000000000000000840000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 0000000000000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF000000 + 000000000000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 000000000000FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084840000000000000000 + 00000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484840000000000FFFF + FF000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484000000000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 00000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00000000000000000000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 0000000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FF0000000000000084848400000000008484840000000000FFFF + FF0000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF00000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484840000000000FFFF + FF000000000084848400848400000000000000000000FF000000FF0000000000 + 0000FFFFFF00FF000000000000000000000000000000FFFFFF00FF000000FFFF + FF0000000000FF000000FF00000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000000000000000 + 0000FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484000000000000FFFF + FF00000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FF00000000000000848484000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 000000000000000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084848400000000000000 + 00000000000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 840084840000848484008484000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848484008484000084848400000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484840084840000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000848400008484840000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF0084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF000000000084848400848400000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000FF000000FF00 + 000000000000FFFFFF0000000000FF000000FF00000000000000FFFFFF000000 + 0000FF000000FF00000000000000000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF0000000000848484008484000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C60000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 000084848400848400008484840000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF008484840000000000FFFFFF0000000000000000000000 + 000000000000000000000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C600C6C6C6000000000084848400C6C6 + C6000000000000000000848484000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C6000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00848484008484 + 840084848400848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600C6C6C6008484840000000000C6C6C600848484008484 + 84008484840084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C60000000000FFFFFF00FFFFFF0000000000C6C6C6000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C6000000 + 0000C6C6C60000000000C6C6C600C6C6C600C6C6C600FFFFFF00848484000000 + 0000C6C6C600C6C6C600000000008484840000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C6000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C600C6C6 + C600FFFFFF00000000008484840000000000C6C6C600FFFFFF0084848400C6C6 + C600C6C6C600C6C6C60000000000848484000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000000000000000 + 0000FFFFFF00000000008484840084848400C6C6C60000000000C6C6C6000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C60000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600FFFFFF00000000000000000000000000C6C6C600C6C6C6000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600FFFFFF00FFFFFF00C6C6C600C6C6C600848484008484 + 8400848484000000000084848400000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C6000000000000000000C6C6C600C6C6 + C600000000008484840000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000848484000000 + 00008484840000000000C6C6C600C6C6C600C6C6C60000000000848484000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000E00000000100010000000000000700000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFF18000000000008000800000000000 + 0000800000000000000080000000000000008000000000000000800000000000 + 0000800000000000000080000000000000008000000000000000800000000000 + 0000800000000000000080000000000000018000000000008007800000000000 + C007800000000000E007FFFF00000000FFFFE001FFFFFFFFFFFFC001000F8000 + 8003C001000F80008003C001000F80008003C001000F80008003C001000F8000 + 8003C001000F80008003C001000F80008003C001000F80008003C00100048000 + 8003C00100008000C1FEC00100008001E3FEC001F800C07FFFF5C001FC00E0FF + FFF3C003FE04FFFFFFF1FFFFFFFFFFFFFFFFFFFFC001FFFF00010001C001FFFF + 00010001C001001F00010001C001000F00010001C001000700010001C0010003 + 00010001C001000100000001C001000000000001C001001F00010001C001001F + 00000001C001001F00000003C0018FF1808180FFC001FFF9C124C1FFC003FF75 + FE66FFFFC007FF8FFFE7FFFFC00FFFFFC001FFFFFFFFFFFFC001C003C001FFFF + C001C0038031FFF9C001C0038031E7FFC001C0038031C3F3C001C0038001C3E7 + C001C0038001E1C7C001C0038001F08FC001C0038FF1F81FC001C0038FF1FC3F + C001C0038FF1F81FC001C0038FF1F09FC003C0038FF1C1C7C007C0078FF183E3 + C00FC00F80018FF1FFFFC01FFFFFFFFFFFFFFFFFFE0080008003FFFF80000000 + 8003FF81800000008003FF00800000008003FE00800300008003FE0000030000 + 8003FC80000300008003FA000003000080038000000300008003000100030000 + 8003000180030000800300018003000080030001800000008003000180000000 + 8003000580000000FFFF8003FE0000018001FFFFFFFFFFFF8001E00180038003 + DFFBE00180038003F070000180038003E060000180038003802C000180038003 + 000C003F800380030000003F80038003000C003F800380030000003F80038003 + 0000003F80038003000000018003800300000001800380030000000180038003 + FFFFE00180038003FFFFE001FFFFFFFFFFFFFFFFFC01FFFFF800F83FFC01FFFF + F800E00F8001F7DF0000C0070001F63F000080030001F83F000080030003FC1F + 000000010007F80F00000001003FF00F00000001000FF00700000001000FF00F + 000000010003F00F000080030001F007000080030000F8070000C007FE00FC1F + 001FE00FFE00FFFF001FF83FFF80FFFFFFFFFFFFFFFFFFFFC003C003000FFF07 + C003C003000FFE03C003C003140FFC01C003C003000FFC01C003C003000F8001 + C003C003000F0001C003C003000F0001C003C003000F0003C003C003052F0007 + C003C0030052003FC003C00302AC003FC003C003815E003FE003E003C0BE003F + F003F003E07C003FF803F803FF82007FFFFFFFEFFDFFFFFFFFFFFFCFF9FFFFFF + FFFFE007F1FFC003FDDFC003E1FFC003FCCF80030007C003FC478003C03FC003 + 00038003C037C00300018003C027C00300008003C000C00300018003C000C003 + 00038003C000C003FC478003C027C003FCCF8003C037C003FDDF8003C03FE003 + FFFF8003C03FF003FFFFC007FFFFF803FFFFFFFFFFFFFFFFFE03FFFFFFFFFFFF + FE03FFFFFFFFFFFFFE03FBBFFEFFFF7FFE03F33FFCFFFF3FC003E23FF8FFFF1F + C003C000F003C00F00038000E003C00700030000C003C00300038000E003C007 + 007FC000F003C00F007DE23FF8FFFF1F0078F33FFCFFFF3F007DFBBFFEFFFF7F + 01DDFFFFFFFFFFFF01E3FFFFFFFFFFFFFFFF8001FFFFFFFF8001000080018081 + 0000000000000080000000000000008000000000000000800000000000000100 + 0000000000000100000000000000018000000000000000800000000000000000 + 0000000000000100000000000000018000000000000000800000000000000080 + 8001000080018081FFFF8001FFFFFFFFFFFFFFFFFFFFFFFFC001800180018001 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007800180018001C00FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFC27C007C007FFFF + EC2380038003F83FC4010001000100018001000100010001C003000100010001 + E000000000000001000000000000000100008000800000010003C000C0000001 + E001E001E0000001C001E007800000018003F00780070101C407F00380008383 + EC3FF803F000FFFFFC7FFFFFF800FFFF00000000000000000000000000000000 + 000000000000} + end + object pmPreview: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + BeginGroup = True + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + BeginGroup = True + Item = cbxPredefinedZoom + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + BeginGroup = True + Item = seActivePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end> + UseOwnFont = False + Left = 91 + Top = 197 + end + object MainMenu1: TMainMenu + Left = 7 + Top = 197 + end + object pmPrintStyles: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bliPrintStyles + Visible = True + end + item + BeginGroup = True + Item = bbDefinePrintStyles + Visible = True + end> + UseOwnFont = False + Left = 119 + Top = 197 + end + object TimerHint: TTimer + Enabled = False + OnTimer = TimerHintTimer + Left = 8 + Top = 246 + end + object pmExplorer: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + BeginGroup = True + Item = bbExplorerCreateNewFolder + Visible = True + end + item + BeginGroup = True + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerRename + Visible = True + end + item + BeginGroup = True + Item = bbExplorerProperties + Visible = True + end> + UseOwnFont = False + OnPopup = pmExplorerPopup + Left = 147 + Top = 197 + end + object pmThumbnails: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbThumbnailsSmall + Visible = True + end + item + Item = bbThumbnailsLarge + Visible = True + end> + UseOwnFont = False + Left = 175 + Top = 197 + end +end diff --git a/official/x.19/Lib/D5/dxPSPrVwDsg.dcu b/official/x.19/Lib/D5/dxPSPrVwDsg.dcu new file mode 100644 index 00000000..41dbd1e7 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPrVwDsg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPrVwOpt.dcu b/official/x.19/Lib/D5/dxPSPrVwOpt.dcu new file mode 100644 index 00000000..07e6ac21 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPrVwOpt.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPrVwOpt.dfm b/official/x.19/Lib/D5/dxPSPrVwOpt.dfm new file mode 100644 index 00000000..b48cf975 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSPrVwOpt.dfm @@ -0,0 +1,180 @@ +object dxfmOptions: TdxfmOptions + Left = 310 + Top = 187 + ActiveControl = chbxShowMargins + BorderStyle = bsDialog + Caption = 'Preferences' + ClientHeight = 247 + ClientWidth = 536 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 4 + Width = 526 + Height = 207 + ActivePage = tshGeneral + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tshGeneral: TTabSheet + Caption = 'General' + object gbxShow: TGroupBox + Left = 6 + Top = 4 + Width = 250 + Height = 104 + Caption = ' &Show ' + TabOrder = 0 + object chbxShowMargins: TCheckBox + Left = 10 + Top = 22 + Width = 230 + Height = 17 + Caption = '&Margins' + TabOrder = 0 + OnClick = FormChanged + end + object chbxShowMarginsHints: TCheckBox + Left = 10 + Top = 49 + Width = 230 + Height = 17 + Caption = 'Margins &hints' + TabOrder = 1 + OnClick = FormChanged + end + object chbxShowMarginsHintsWhileDragging: TCheckBox + Left = 10 + Top = 75 + Width = 230 + Height = 17 + Caption = 'Margins hints while &dragging' + TabOrder = 2 + OnClick = FormChanged + end + end + object gbxMeasurementUnits: TGroupBox + Left = 6 + Top = 109 + Width = 250 + Height = 61 + TabOrder = 2 + object lblMeasurementUnits: TLabel + Left = 8 + Top = 12 + Width = 95 + Height = 13 + Caption = '&Measurement units:' + FocusControl = cbxMeasurementUnits + OnClick = lblMeasurementUnitsClick + end + object cbxMeasurementUnits: TComboBox + Left = 8 + Top = 28 + Width = 232 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = FormChanged + Items.Strings = ( + 'Default' + 'Inches' + 'Millimeters') + end + end + object gbxMarginsColor: TGroupBox + Left = 261 + Top = 109 + Width = 250 + Height = 61 + TabOrder = 3 + object lblMarginsColor: TLabel + Left = 8 + Top = 12 + Width = 67 + Height = 13 + Caption = '&Margins color:' + OnClick = lblMarginsColorClick + end + object bvlMarginColorHolder: TBevel + Left = 8 + Top = 28 + Width = 231 + Height = 21 + Visible = False + end + end + object gbxZoomOpt: TGroupBox + Left = 261 + Top = 4 + Width = 250 + Height = 104 + TabOrder = 1 + object lblZoomStep: TLabel + Left = 10 + Top = 54 + Width = 58 + Height = 13 + Caption = 'Zoom &Step :' + OnClick = lblZoomStepClick + end + object bvlZoomStepHolder: TBevel + Left = 103 + Top = 50 + Width = 67 + Height = 21 + Visible = False + end + object chbxZoomOnRoll: TCheckBox + Left = 10 + Top = 22 + Width = 230 + Height = 17 + Caption = '&Zoom on roll with IntelliMouse' + TabOrder = 0 + OnClick = FormChanged + end + end + end + end + object btnOk: TButton + Left = 294 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 375 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 456 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/dxPSPrVwStd.dcu b/official/x.19/Lib/D5/dxPSPrVwStd.dcu new file mode 100644 index 00000000..742b395a Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPrVwStd.dcu differ diff --git a/official/x.19/Lib/D5/dxPSPrVwStd.dfm b/official/x.19/Lib/D5/dxPSPrVwStd.dfm new file mode 100644 index 00000000..260e8919 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSPrVwStd.dfm @@ -0,0 +1,2329 @@ +object dxfmStdPreview: TdxfmStdPreview + Left = 260 + Top = 90 + Width = 1004 + Height = 492 + Caption = 'Preview' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000FFFFFFF000070000FFF + FFF0788707000FFFFF0788E770000FFFFF08888780000FFFFF08E88780000FFF + FF07EE8770000FFFFFF0788700000FFFFFFF000000000FFFFFFFFFF000000FFF + FFFF000000000FFFFFFF080000000FFFFFFF000000000000000000000000FFFF + 0000000C00000008000000010000000300000003000000030000000300000003 + 000000070000000F0000000F0000000F0000001F0000003F0000007F0000} + KeyPreview = True + Menu = MainMenu1 + Position = poDefault + PixelsPerInch = 96 + TextHeight = 13 + object ToolBar: TToolBar + Left = 0 + Top = 0 + Width = 996 + Height = 30 + BorderWidth = 2 + ButtonHeight = 24 + ButtonWidth = 28 + EdgeBorders = [ebTop, ebBottom] + Flat = True + Images = ilToolBarSmall + Indent = 4 + ParentShowHint = False + PopupMenu = pmToolBar + ShowHint = True + TabOrder = 0 + Wrapable = False + object tbReportDesigner: TToolButton + Left = 4 + Top = 0 + Hint = 'Ctrl+D' + Caption = 'Design' + ImageIndex = 0 + OnClick = DesignClick + end + object tbFileLoad: TToolButton + Left = 32 + Top = 0 + Hint = 'Ctrl+O' + Caption = 'tbFileLoad' + ImageIndex = 23 + OnClick = FileLoadClick + end + object tbFileUnload: TToolButton + Left = 60 + Top = 0 + Caption = 'tbFileUnload' + ImageIndex = 24 + OnClick = FileCloseClick + end + object tbFileSave: TToolButton + Left = 88 + Top = 0 + Hint = 'Ctrl+S' + Caption = 'tbFileSave' + ImageIndex = 19 + OnClick = FileSaveClick + end + object tbSeparator1: TToolButton + Left = 116 + Top = 0 + Width = 8 + Caption = 'tbSeparator1' + ImageIndex = 0 + Style = tbsSeparator + end + object tbPrint: TToolButton + Left = 124 + Top = 0 + Caption = 'Print' + ImageIndex = 1 + OnClick = PrintClick + end + object tbPrintDialog: TToolButton + Tag = 1 + Left = 152 + Top = 0 + Hint = 'Ctrl+P' + Caption = 'PrintDialog' + ImageIndex = 2 + OnClick = PrintClick + end + object tbPageSetup: TToolButton + Tag = 2 + Left = 180 + Top = 0 + Caption = 'PageSetup' + DropdownMenu = pmPrintStyles + ImageIndex = 3 + Style = tbsDropDown + OnClick = PageSetupClick + end + object tbSeparator3: TToolButton + Left = 221 + Top = 0 + Width = 8 + Caption = 'tbSeparator3' + ImageIndex = 0 + Style = tbsSeparator + end + object tbViewExplorer: TToolButton + Left = 229 + Top = 0 + Caption = 'tbViewExplorer' + ImageIndex = 30 + Style = tbsCheck + OnClick = ViewExplorerClick + end + object tbViewThumbnails: TToolButton + Left = 257 + Top = 0 + Caption = 'tbViewThumbnails' + ImageIndex = 31 + Style = tbsCheck + OnClick = ViewThumbnailsClick + end + object tbSeparator2: TToolButton + Left = 285 + Top = 0 + Width = 8 + Caption = 'tbSeparator2' + ImageIndex = 0 + Style = tbsSeparator + end + object tbShrinkToPageWidth: TToolButton + Left = 293 + Top = 0 + AllowAllUp = True + Caption = 'tbShrinkToPageWidth' + Grouped = True + ImageIndex = 12 + OnClick = ShrinkToPageWidthClick + end + object tbPageBackground: TToolButton + Left = 321 + Top = 0 + Hint = 'Ctrl+K' + Caption = 'PageBackground' + ImageIndex = 4 + OnClick = PageBackgroundClick + end + object ToolButton5: TToolButton + Left = 349 + Top = 0 + Width = 8 + Caption = 'ToolButton5' + ImageIndex = 19 + Style = tbsSeparator + end + object tbPercent100: TToolButton + Left = 357 + Top = 0 + Hint = 'Ctrl+\' + Caption = '100 percent' + ImageIndex = 5 + OnClick = ZoomClick + end + object tbPageWidth: TToolButton + Tag = 1 + Left = 385 + Top = 0 + Hint = 'Ctrl+0' + Caption = 'Page Width' + ImageIndex = 6 + OnClick = ZoomClick + end + object tbOnePage: TToolButton + Tag = 2 + Left = 413 + Top = 0 + Hint = 'Ctrl+1' + Caption = 'Whole Page' + ImageIndex = 7 + OnClick = ZoomClick + end + object tbTwoPage: TToolButton + Tag = 3 + Left = 441 + Top = 0 + Hint = 'Ctrl+2' + Caption = 'Two Pages' + ImageIndex = 8 + OnClick = ZoomClick + end + object tbFourPage: TToolButton + Tag = 4 + Left = 469 + Top = 0 + Hint = 'Ctrl+4' + Caption = 'Four Pages' + ImageIndex = 9 + OnClick = ZoomClick + end + object tbMultiplePages: TToolButton + Left = 497 + Top = 0 + Caption = 'tbMultiplePages' + ImageIndex = 10 + OnClick = tbMultiplePagesClick + end + object tbWidenToSourceWidth: TToolButton + Tag = 5 + Left = 525 + Top = 0 + Hint = 'Ctrl+W' + Caption = 'Source Width' + ImageIndex = 11 + OnClick = ZoomClick + end + object tbSeparator4: TToolButton + Left = 553 + Top = 0 + Width = 8 + Caption = 'tbSeparator4' + ImageIndex = 18 + Style = tbsSeparator + end + object pnlZoomCbx: TPanel + Left = 561 + Top = 0 + Width = 138 + Height = 24 + BevelOuter = bvNone + TabOrder = 0 + OnResize = pnlZoomCbxResize + end + object tbSeparator5: TToolButton + Left = 699 + Top = 0 + Width = 8 + Caption = 'tbSeparator5' + ImageIndex = 19 + Style = tbsSeparator + end + object tbGotoFirstPage: TToolButton + Left = 707 + Top = 0 + Caption = 'First Page' + ImageIndex = 13 + OnClick = GoToPageClick + end + object tbGotoPrevPage: TToolButton + Tag = 1 + Left = 735 + Top = 0 + Caption = 'Prev Page' + ImageIndex = 14 + OnClick = GoToPageClick + end + object ToolButton2: TToolButton + Left = 763 + Top = 0 + Width = 8 + Caption = 'ToolButton2' + ImageIndex = 20 + Style = tbsSeparator + end + object pnlCurrentPage: TPanel + Left = 771 + Top = 0 + Width = 59 + Height = 24 + BevelOuter = bvNone + TabOrder = 1 + OnResize = pnlCurrentPageResize + end + object ToolButton1: TToolButton + Left = 830 + Top = 0 + Width = 8 + Caption = 'ToolButton1' + ImageIndex = 19 + Style = tbsSeparator + end + object tbGotoNextPage: TToolButton + Tag = 2 + Left = 838 + Top = 0 + Caption = 'Next Page' + ImageIndex = 15 + OnClick = GoToPageClick + end + object tbGotoLastPage: TToolButton + Tag = 3 + Left = 866 + Top = 0 + Caption = 'Last Page' + ImageIndex = 16 + OnClick = GoToPageClick + end + object tbSeparator8: TToolButton + Left = 894 + Top = 0 + Width = 8 + Caption = 'tbSeparator8' + ImageIndex = 0 + Style = tbsSeparator + end + object tbHelp: TToolButton + Left = 902 + Top = 0 + Hint = 'F1' + Caption = 'Help' + ImageIndex = 17 + OnClick = HelpClick + end + object tbClose: TToolButton + Left = 930 + Top = 0 + Caption = 'Close' + ImageIndex = 18 + OnClick = CloseClick + end + end + object pmToolBar: TPopupMenu + OnPopup = pmToolBarPopup + Left = 47 + Top = 56 + object pmiFlatBtns: TMenuItem + Caption = '&Flat Buttons' + Checked = True + GroupIndex = 2 + OnClick = pmiFlatBtnsClick + end + object pmiLargeBtns: TMenuItem + Caption = '&Large Buttons' + Checked = True + GroupIndex = 2 + OnClick = pmiLargeBtnsClick + end + end + object MainMenu1: TMainMenu + Left = 19 + Top = 56 + object miFile: TMenuItem + Caption = '&File' + object miFileDesign: TMenuItem + Caption = '&Design...' + ShortCut = 16452 + OnClick = DesignClick + end + object miFileRebuild: TMenuItem + Caption = 'Rebuild' + ShortCut = 16500 + OnClick = miFileRebuildClick + end + object miLine32: TMenuItem + Caption = '-' + end + object miFileLoad: TMenuItem + Caption = 'Load...' + ShortCut = 16463 + OnClick = FileLoadClick + end + object miFileClose: TMenuItem + Caption = 'Unload' + ShortCut = 16499 + OnClick = FileCloseClick + end + object miLine30: TMenuItem + Caption = '-' + end + object miFileSave: TMenuItem + Caption = '&Save...' + ShortCut = 16467 + OnClick = FileSaveClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miFilePrint: TMenuItem + Tag = 1 + Caption = '&Print...' + ShortCut = 16464 + OnClick = PrintClick + end + object miFilePageSetup: TMenuItem + Tag = 2 + Caption = 'Page Set&up...' + OnClick = PageSetupClick + end + object miFilePrintStyles: TMenuItem + Caption = 'Print Styles' + end + object miLine3: TMenuItem + Caption = '-' + end + object miFilePreferences: TMenuItem + Caption = 'Pre&ferences...' + OnClick = OptionsClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miFileExit: TMenuItem + Caption = '&Close' + OnClick = CloseClick + end + end + object miExplorer: TMenuItem + Caption = 'E&xplorer' + object miExplorerCreateNewFolder: TMenuItem + Caption = 'New &Folder' + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object miLine31: TMenuItem + Caption = '-' + end + object miExplorerDelete: TMenuItem + Caption = '&Delete...' + ShortCut = 46 + OnClick = ExplorerDeleteClick + end + object miExplorerRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = ExplorerRenameClick + end + object miLine39: TMenuItem + Caption = '-' + end + object miExplorerProperties: TMenuItem + Caption = 'P&roperties...' + ShortCut = 32889 + OnClick = ExplorerPropertiesClick + end + end + object miEdit: TMenuItem + Caption = '&Edit' + Visible = False + object miEditFind: TMenuItem + Caption = '&Find ...' + ShortCut = 16454 + end + object miEditFindNext: TMenuItem + Caption = 'Find Ne&xt' + ShortCut = 114 + end + object N6: TMenuItem + Caption = '-' + end + object miEditReplace: TMenuItem + Caption = '&Replace ...' + ShortCut = 16466 + end + end + object miView: TMenuItem + Caption = '&View' + object miViewMargins: TMenuItem + Caption = '&Margins' + Checked = True + ShortCut = 16461 + OnClick = miViewMarginsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miViewFlatTBtns: TMenuItem + Caption = '&Flat toolbar buttons' + Checked = True + OnClick = pmiFlatBtnsClick + end + object miViewLargeTBtns: TMenuItem + Caption = '&Large toolbar buttons' + Checked = True + OnClick = pmiLargeBtnsClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miViewToolBar: TMenuItem + Caption = '&Toolbar' + Checked = True + Visible = False + end + object miViewMarginBar: TMenuItem + Caption = '&MarginBar' + Checked = True + OnClick = miViewMarginBarClick + end + object miViewStatusBar: TMenuItem + Caption = '&StatusBar' + Checked = True + OnClick = miViewStatusBarClick + end + object miViewExplorer: TMenuItem + Caption = 'E&xplorer' + ShortCut = 16472 + OnClick = ViewExplorerClick + end + object miViewThumbnails: TMenuItem + Caption = 'Th&umbnails' + ShortCut = 16469 + OnClick = ViewThumbnailsClick + end + object N1: TMenuItem + Caption = '-' + end + object miViewZoom: TMenuItem + Caption = '&Zoom' + object miZoomPercent100: TMenuItem + Caption = '&Percent 100' + ShortCut = 16604 + OnClick = ZoomClick + end + object miLine6: TMenuItem + Caption = '-' + end + object miZoomPageWidth: TMenuItem + Tag = 1 + Caption = 'Page &Width' + ShortCut = 16432 + OnClick = ZoomClick + end + object miZoomWholePage: TMenuItem + Tag = 2 + Caption = 'W&hole Page' + ShortCut = 16433 + OnClick = ZoomClick + end + object miZoomTwoPages: TMenuItem + Tag = 3 + Caption = '&Two Pages' + ShortCut = 16434 + OnClick = ZoomClick + end + object miZoomFourPages: TMenuItem + Tag = 4 + Caption = '&Four Pages ' + ShortCut = 16436 + OnClick = ZoomClick + end + object miLine7: TMenuItem + Caption = '-' + end + object miZoomWidenToSourceWidth: TMenuItem + Tag = 5 + Caption = '&Widen to source width' + ShortCut = 16471 + OnClick = ZoomClick + end + object miLine20: TMenuItem + Caption = '-' + end + object miZoomSetup: TMenuItem + Caption = '&Setup ...' + OnClick = miZoomSetupClick + end + end + object N5: TMenuItem + Caption = '-' + end + object miViewPageHeaders: TMenuItem + Caption = 'Page &Headers' + Checked = True + OnClick = miViewPageHeadersClick + end + object miViewPageFooters: TMenuItem + Caption = '&Page Footers' + Checked = True + OnClick = miViewPageFootersClick + end + end + object miFormat: TMenuItem + Caption = '&Format' + object miFormatAutoText: TMenuItem + Caption = '&AutoText...' + OnClick = miFormatAutoTextClick + end + object miLine14: TMenuItem + Caption = '-' + end + object miFormatTitle: TMenuItem + Caption = 'Title...' + OnClick = miFormatTitleClick + end + object N7: TMenuItem + Caption = '-' + Hint = 'miLine38' + end + object miFormatDateTime: TMenuItem + Caption = 'Date And &Time ...' + OnClick = miFormatDateTimeClick + end + object miFormatPageNumbering: TMenuItem + Caption = 'Page &Numbering ...' + OnClick = miFormatPageNumberingClick + end + object N4: TMenuItem + Caption = '-' + end + object miFormatShowHideEmptyPages: TMenuItem + Caption = 'Show/Hide Empty Pages' + Checked = True + OnClick = miFormatShowHideEmptyPagesClick + end + object miFormatShrinkToPageWidth: TMenuItem + Caption = '&Shrink To Page' + Checked = True + OnClick = ShrinkToPageWidthClick + end + object miLine13: TMenuItem + Caption = '-' + end + object miFormatPageBackground: TMenuItem + Caption = 'Page bac&kground ...' + ShortCut = 16459 + OnClick = PageBackgroundClick + end + end + object miGoToPage: TMenuItem + Caption = '&Go' + object miGoToFirstPage: TMenuItem + Caption = '&First Page' + ShortCut = 36 + OnClick = GoToPageClick + end + object miGoToPrevPage: TMenuItem + Tag = 1 + Caption = '&Previous Page' + ShortCut = 33 + OnClick = GoToPageClick + end + object miLine8: TMenuItem + Caption = '-' + end + object miGoToNextPage: TMenuItem + Tag = 2 + Caption = '&Next Page' + ShortCut = 34 + OnClick = GoToPageClick + end + object miGoToLastPage: TMenuItem + Tag = 3 + Caption = '&Last Page' + ShortCut = 35 + OnClick = GoToPageClick + end + end + object miHelp: TMenuItem + Caption = '&Help' + object miHelpTopics: TMenuItem + Caption = '&Help Topics ...' + OnClick = HelpClick + end + object N3: TMenuItem + Caption = '-' + Visible = False + end + object miHelpAbout: TMenuItem + Caption = '&About ..' + Visible = False + end + end + end + object pmPreview: TPopupMenu + OnPopup = pmPreviewPopup + Left = 75 + Top = 56 + object pmiReportDesign: TMenuItem + Caption = '&Design ...' + Default = True + ShortCut = 16452 + OnClick = DesignClick + end + object miLine11: TMenuItem + Caption = '-' + end + object pmiPageSetup: TMenuItem + Caption = 'Page Set&up ...' + OnClick = PageSetupClick + end + object pmiFilePrintStyles: TMenuItem + Caption = 'Print Styles' + end + object pmiReportShrinkToPageWidth: TMenuItem + Caption = '&Shrink To Page' + Checked = True + OnClick = ShrinkToPageWidthClick + end + object miLine10: TMenuItem + Caption = '-' + end + object pmiZoom: TMenuItem + Caption = '&Zoom ' + object pmiZoomPercent100: TMenuItem + Caption = '&Percent 100' + ShortCut = 16604 + OnClick = ZoomClick + end + object miLine12: TMenuItem + Caption = '-' + end + object pmiZoomPageWidth: TMenuItem + Tag = 1 + Caption = 'Page &Width' + ShortCut = 16432 + OnClick = ZoomClick + end + object pmiZoomWholePage: TMenuItem + Tag = 2 + Caption = 'W&hole Page' + ShortCut = 16433 + OnClick = ZoomClick + end + object pmiZoomTwoPages: TMenuItem + Tag = 3 + Caption = '&Two Pages' + ShortCut = 16434 + OnClick = ZoomClick + end + object pmiZoomFourPages: TMenuItem + Tag = 4 + Caption = '&Four Pages' + ShortCut = 16436 + OnClick = ZoomClick + end + object miLine9: TMenuItem + Caption = '-' + end + object pmiZoomWidenToSourceWidth: TMenuItem + Tag = 5 + Caption = 'Widen to &source width' + ShortCut = 16471 + OnClick = ZoomClick + end + end + object N2: TMenuItem + Caption = '-' + end + object pmiGoToFirstPage: TMenuItem + Caption = 'First Page' + ShortCut = 36 + OnClick = GoToPageClick + end + object pmiGoToPrevPage: TMenuItem + Tag = 1 + Caption = 'Previous Page' + ShortCut = 33 + OnClick = GoToPageClick + end + object pmiGoToNextPage: TMenuItem + Tag = 2 + Caption = 'Next Page' + ShortCut = 34 + OnClick = GoToPageClick + end + object pmiGoToLastPage: TMenuItem + Tag = 3 + Caption = 'Last Page' + ShortCut = 35 + OnClick = GoToPageClick + end + end + object ilToolBarSmall: TImageList + AllocBy = 29 + Left = 47 + Top = 107 + Bitmap = { + 494C010120002200040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000009000000001002000000000000090 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FFFF000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FFFF00008000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000008080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000FF000000FFFF + 0000800000000080800000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00FF000000FFFF00008000 + 000000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C0008000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00800000008000 + 000080000000800000008000000080000000FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000008000000080000000800000008000 + 0000800000008000000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080000000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF008000 + 00008000000080000000800000008000000080000000FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000C0C0C000FFFF0000C0C0C000FFFF0000C0C0C0000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 00000000000000000000808080000000000080000000C0C0C000FFFFFF000000 + 8000FFFFFF0000008000000080000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF0080000000FFFFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000FFFFFF00C0C0C0000000 + 8000C0C0C00000008000C0C0C000FFFFFF000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0000000000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000C0C0C000000080000000 + 8000FFFFFF00C0C0C00000008000C0C0C0008000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000FFFFFF0000000000C0C0C00000000000C0C0 + C0000000000000000000000000008000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C00000FFFF0000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000FFFFFF00C0C0C0000000 + 8000C0C0C0000000800000008000FFFFFF008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000C0C0C00000000000C0C0C00000000000C0C0C0000000 + 0000C0C0C000C0C0C000000000008000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080000000C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C0008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000C0C0C00000000000C0C0C00000000000C0C0 + C000C0C0C000C0C0C000C0C0C000800000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00080000000000000008080800000FFFF000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000FFFF000000000080000000FF00000080000000FF00 + 0000FF000000FF00000080000000FF0000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000800000000000000000000000808080000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000800000000000000000000000000000000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF0000000000C0C0 + C00000000000FFFFFF0000000000C0C0C00000000000C0C0C000000000000000 + 0000000000000000000080000000800000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C000000000008000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF000000FF000000000000000000000000000000000000000000000000000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000000000008000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000800000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 80000080800000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF008080800000FFFF00FFFFFF0000FFFF008080 + 800000FFFF0000FFFF0000FFFF00808080000000000000FFFF00FFFFFF000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF0000FFFF008080 + 800000FFFF00FFFFFF008080800000FFFF0000000000FFFFFF0000FFFF00FFFF + FF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF008080 + 8000FFFFFF008080800000FFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0080808000808080008080800080808000FFFF + FF008080800080808000808080008080800000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0000000000000000008080800000FFFF008080 + 800000FFFF008080800000FFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000FFFF00000000008080 + 8000FFFFFF00000000008080800000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008080800000FFFF0000000000000000008080 + 8000808080000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400848484008484840084848400848484000000000000FFFF000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084000000FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 80000080800000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084848400FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 00000080800000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF008484840084000000C6C6C600FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 0000000000008484840084848400848484000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF0084848400840000008484840000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008400000084848400FFFFFF00FFFFFF008400000084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 0000000000008484840084848400848484000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00840000008400000000FFFF00C6C6C600840000008400000000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484000000000000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C6C6C60084000000840000008400000084000000C6C6C600FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 84000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FF000000FF000000FF00000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000C6C6C6000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 0000000000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848400008484 + 0000848400008484000000000000000000000000000000000000840000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 0000000000000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF000000 + 000000000000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 000000000000FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084840000000000000000 + 00000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484840000000000FFFF + FF000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484000000000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 00000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00000000000000000000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 0000000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FF0000000000000084848400000000008484840000000000FFFF + FF0000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF00000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484840000000000FFFF + FF000000000084848400848400000000000000000000FF000000FF0000000000 + 0000FFFFFF00FF000000000000000000000000000000FFFFFF00FF000000FFFF + FF0000000000FF000000FF00000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000000000000000 + 0000FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484000000000000FFFF + FF00000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FF00000000000000848484000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 000000000000000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084848400000000000000 + 00000000000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 840084840000848484008484000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848484008484000084848400000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484840084840000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000848400008484840000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF0084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF000000000084848400848400000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000FF000000FF00 + 000000000000FFFFFF0000000000FF000000FF00000000000000FFFFFF000000 + 0000FF000000FF00000000000000000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF0000000000848484008484000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C60000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 000084848400848400008484840000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF008484840000000000FFFFFF0000000000000000000000 + 000000000000000000000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C600C6C6C6000000000084848400C6C6 + C6000000000000000000848484000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C6000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00848484008484 + 840084848400848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600C6C6C6008484840000000000C6C6C600848484008484 + 84008484840084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C60000000000FFFFFF00FFFFFF0000000000C6C6C6000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C6000000 + 0000C6C6C60000000000C6C6C600C6C6C600C6C6C600FFFFFF00848484000000 + 0000C6C6C600C6C6C600000000008484840000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C6000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C600C6C6 + C600FFFFFF00000000008484840000000000C6C6C600FFFFFF0084848400C6C6 + C600C6C6C600C6C6C60000000000848484000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000000000000000 + 0000FFFFFF00000000008484840084848400C6C6C60000000000C6C6C6000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C60000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600FFFFFF00000000000000000000000000C6C6C600C6C6C6000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600FFFFFF00FFFFFF00C6C6C600C6C6C600848484008484 + 8400848484000000000084848400000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C6000000000000000000C6C6C600C6C6 + C600000000008484840000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000848484000000 + 00008484840000000000C6C6C600C6C6C600C6C6C60000000000848484000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000900000000100010000000000800400000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFF18000FF07000F80008000 + FE03000F00008000FC01000F00008000FC01000F000080008001000F00008000 + 0001000F000080000001000F000080000003000F000080000007000F00008000 + 003F000200008000003F000000008000003F800000018000003FC00080078000 + 003FE000C0078000007FFF82E007FFFFFFFFC001E001FFFFFFFFC001C001000F + 8003C001C001000F8003C001C001000F8003C001C001000F8003C001C001000F + 8003C001C001000F8003C001C001000F8003C001C001000F8003C001C0010004 + 8003C001C0010000C1FEC001C0010000E3FEC001C001F800FFF5C003C001FC00 + FFF3C007C003FE04FFF1C00FFFFFFFFFFFFFFFFFFFFFFFFF00010001FFFFFFFF + 00010001FFF9001F00010001E7FF000F00010001C3F3000700010001C3E70003 + 00010001E1C7000100000001F08F000000000001F81F001F00010001FC3F001F + 00000001F81F001F00000003F09F8FF1808180FFC1C7FFF9C124C1FF83E3FF75 + FE66FFFF8FF1FF8FFFE7FFFFFFFFFFFFFFFFFFEFFDFFFFFFFFFFFFCFF9FFC001 + FFFFE007F1FF8031FDDFC003E1FF8031FCCF800300078031FC478003C03F8001 + 00038003C037800100018003C027800100008003C0008FF100018003C0008FF1 + 00038003C0008FF1FC478003C0278FF1FCCF8003C0378FF1FDDF8003C03F8FF1 + FFFF8003C03F8001FFFFC007FFFFFFFFFFFFFFFFFFFFFFFFFE03FFFFFFFFFFFF + FE03FFFFFFFFFFFFFE03FBBFFEFFFF7FFE03F33FFCFFFF3FC003E23FF8FFFF1F + C003C000F003C00F00038000E003C00700030000C003C00300038000E003C007 + 007FC000F003C00F007DE23FF8FFFF1F0078F33FFCFFFF3F007DFBBFFEFFFF7F + 01DDFFFFFFFFFFFF01E3FFFFFFFFFFFFFFFF8001FFFFFFFF8001000080018081 + 0000000000000080000000000000008000000000000000800000000000000100 + 0000000000000100000000000000018000000000000000800000000000000000 + 0000000000000100000000000000018000000000000000800000000000000080 + 8001000080018081FFFF8001FFFFFFFFFFFFFFFFFFFFFFFFC001800180018001 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007800180018001C00FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFC27C007C007FFFF + EC2380038003F83FC4010001000100018001000100010001C003000100010001 + E000000000000001000000000000000100008000800000010003C000C0000001 + E001E001E0000001C001E007800000018003F00780070101C407F00380008383 + EC3FF803F000FFFFFC7FFFFFF800FFFF00000000000000000000000000000000 + 000000000000} + end + object ilStub: TImageList + AllocBy = 2 + Left = 19 + Top = 107 + Bitmap = { + 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000008484 + 84000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400FFFF0000FFFF00000000000000000000000000000000 + 00008484840000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 84000000000000000000FFFF0000000000000000000000000000000000000000 + 00000000000000000000848484000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFF000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFF000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF000000000000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400000000000000000000000000FFFF0000FFFF0000FFFF + 00008484840000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF8000000000003FFF000000000000 + 1FFF0000000000008FFF000000000000C40F000000000000E1E7000000000000 + F0F3000000000000E5F9000000000000EBFD000000000000EFFD000000000000 + EFF5000000000000EFF5000000000000E7E1000000000000F383000000000000 + F9E7000000000000FC0F00010000000000000000000000000000000000000000 + 000000000000} + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 103 + Top = 56 + end + object pmDesigners: TPopupMenu + Left = 131 + Top = 56 + end + object Timer1: TTimer + Enabled = False + OnTimer = Timer1Timer + Left = 19 + Top = 159 + end + object pmExplorer: TPopupMenu + OnPopup = pmExplorerPopup + Left = 159 + Top = 56 + object pmiExplorerLoadData: TMenuItem + Caption = 'Load' + Default = True + ShortCut = 16397 + OnClick = FileLoadClick + end + object pmiExplorerUnloadData: TMenuItem + Caption = 'Unload' + ShortCut = 16499 + OnClick = FileCloseClick + end + object miLine33: TMenuItem + Caption = '-' + end + object pmiExplorerCreateFolder: TMenuItem + Caption = 'New Folder' + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object miLine34: TMenuItem + Caption = '-' + end + object pmiExplorerDelete: TMenuItem + Caption = '&Delete...' + ShortCut = 46 + OnClick = ExplorerDeleteClick + end + object pmiExplorerRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = ExplorerRenameClick + end + object miLine40: TMenuItem + Caption = '-' + end + object pmiExplorerProperties: TMenuItem + Caption = '&Properties...' + ShortCut = 32781 + OnClick = ExplorerPropertiesClick + end + end + object pmThumbnails: TPopupMenu + OnPopup = pmThumbnailsPopup + Left = 187 + Top = 56 + object pmiSmallThumbnails: TMenuItem + Caption = '&Small Thumbnails' + Checked = True + GroupIndex = 1 + RadioItem = True + OnClick = pmiThumbnailsSizeClick + end + object pmiLargeThumbnails: TMenuItem + Tag = 1 + Caption = '&Large Thumbnails' + GroupIndex = 1 + RadioItem = True + OnClick = pmiThumbnailsSizeClick + end + end +end diff --git a/official/x.19/Lib/D5/dxPSPrvw.dcu b/official/x.19/Lib/D5/dxPSPrvw.dcu new file mode 100644 index 00000000..958851d3 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSPrvw.dcu differ diff --git a/official/x.19/Lib/D5/dxPSRELnk.dcu b/official/x.19/Lib/D5/dxPSRELnk.dcu new file mode 100644 index 00000000..b5dbf70e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSRELnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSReg.dcu b/official/x.19/Lib/D5/dxPSReg.dcu new file mode 100644 index 00000000..2868e92c Binary files /dev/null and b/official/x.19/Lib/D5/dxPSReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSRes.dcu b/official/x.19/Lib/D5/dxPSRes.dcu new file mode 100644 index 00000000..d594820f Binary files /dev/null and b/official/x.19/Lib/D5/dxPSRes.dcu differ diff --git a/official/x.19/Lib/D5/dxPSShapes.dcu b/official/x.19/Lib/D5/dxPSShapes.dcu new file mode 100644 index 00000000..9fcfd271 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSShapes.dcu differ diff --git a/official/x.19/Lib/D5/dxPSSngltn.dcu b/official/x.19/Lib/D5/dxPSSngltn.dcu new file mode 100644 index 00000000..060e67bb Binary files /dev/null and b/official/x.19/Lib/D5/dxPSSngltn.dcu differ diff --git a/official/x.19/Lib/D5/dxPSStandardFillPatterns.dcu b/official/x.19/Lib/D5/dxPSStandardFillPatterns.dcu new file mode 100644 index 00000000..1790a009 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSStandardFillPatterns.dcu differ diff --git a/official/x.19/Lib/D5/dxPSStdGrLnk.dcu b/official/x.19/Lib/D5/dxPSStdGrLnk.dcu new file mode 100644 index 00000000..d558a228 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSStdGrLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSStdGrLnk.dfm b/official/x.19/Lib/D5/dxPSStdGrLnk.dfm new file mode 100644 index 00000000..e8094b43 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSStdGrLnk.dfm @@ -0,0 +1,675 @@ +object dxGridReportLinkDesignWindow: TdxGridReportLinkDesignWindow + Left = 346 + Top = 298 + BorderStyle = bsDialog + Caption = 'dxGridReportLinkDesigner' + ClientHeight = 314 + ClientWidth = 579 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 6 + Width = 571 + Height = 273 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 18 + Width = 210 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 32 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 8 + Top = 151 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 10 + Top = 172 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 88 + Top = 156 + Width = 162 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 90 + Top = 75 + Width = 161 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxShowFixedHorzLines: TCheckBox + Tag = 3 + Left = 90 + Top = 98 + Width = 161 + Height = 17 + Caption = 'Fixed &Horizontal Lines' + TabOrder = 3 + OnClick = chbxShowBordersClick + end + object chbxShowFixedVertLines: TCheckBox + Tag = 4 + Left = 90 + Top = 121 + Width = 161 + Height = 17 + Caption = 'Fixed &Vertical Lines' + TabOrder = 4 + OnClick = chbxShowBordersClick + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 30 + Width = 161 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 52 + Width = 161 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxFixedRowsOnEveryPage: TCheckBox + Left = 91 + Top = 173 + Width = 161 + Height = 17 + Caption = 'Fi&xed Rows' + TabOrder = 5 + OnClick = chbxFixedRowsOnEveryPageClick + end + object lblPreview: TStaticText + Left = 264 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 6 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 218 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 91 + Top = 214 + Width = 146 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblColorClick + end + object gbxFixedTransparent: TGroupBox + Left = 5 + Top = 144 + Width = 243 + Height = 58 + Caption = ' ' + TabOrder = 4 + object lblFixedColor: TLabel + Left = 6 + Top = 24 + Width = 62 + Height = 13 + Caption = 'F&ixed color : ' + OnClick = lblColorClick + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 22 + Width = 146 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 52 + Width = 243 + Height = 84 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 146 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 51 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblColorClick + end + object bvlEvenColorHolder: TBevel + Left = 86 + Top = 47 + Width = 146 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 50 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 142 + Width = 15 + Height = 17 + Caption = 'Fixed T&ransparent' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 16 + Width = 179 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 51 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 33 + Top = 143 + Width = 105 + Height = 17 + Caption = ' Fixed T&ransparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFixedFont: TButton + Tag = 2 + Left = 8 + Top = 133 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font ...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 162 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 7 + Top = 71 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 100 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 34 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 13 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 55 + Top = 18 + Width = 195 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 85 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 84 + Top = 89 + Width = 166 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 106 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlMiscellaneous: TBevel + Left = 81 + Top = 160 + Width = 169 + Height = 3 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 154 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object imgMiscellaneous: TImage + Left = 7 + Top = 177 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 90 + Top = 52 + Width = 161 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = chbxIncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 30 + Width = 161 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 91 + Top = 100 + Width = 161 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 2 + OnClick = chbxUse3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 91 + Top = 122 + Width = 161 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = chbxUseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 90 + Top = 200 + Width = 161 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 178 + Width = 161 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 272 + Top = 50 + Width = 294 + Height = 215 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D5/dxPSTCLnk.dcu b/official/x.19/Lib/D5/dxPSTCLnk.dcu new file mode 100644 index 00000000..60afc244 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTCLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSTCLnkReg.dcu b/official/x.19/Lib/D5/dxPSTCLnkReg.dcu new file mode 100644 index 00000000..206c2893 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTCLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSTVLnk.dcu b/official/x.19/Lib/D5/dxPSTVLnk.dcu new file mode 100644 index 00000000..594f3aaa Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTVLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSTVLnk.dfm b/official/x.19/Lib/D5/dxPSTVLnk.dfm new file mode 100644 index 00000000..8f41a5d1 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSTVLnk.dfm @@ -0,0 +1,929 @@ +object dxfmTVReportLinkDesignWindow: TdxfmTVReportLinkDesignWindow + Left = 370 + Top = 405 + ActiveControl = chbxTransparent + BorderStyle = bsDialog + Caption = 'dxfmTVReportLinkDesignWindow' + ClientHeight = 279 + ClientWidth = 582 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 574 + Height = 240 + ActivePage = tshColors + Anchors = [akLeft, akTop, akRight, akBottom] + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 6 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 41 + Top = 17 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 36 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel2: TBevel + Left = 63 + Top = 80 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object Bevel3: TBevel + Left = 63 + Top = 147 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object chbxShowBorders: TCheckBox + Left = 63 + Top = 30 + Width = 113 + Height = 17 + Caption = '&Border' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxShowGrid: TCheckBox + Tag = 1 + Left = 63 + Top = 51 + Width = 113 + Height = 17 + Caption = '&Grid' + TabOrder = 1 + OnClick = chbxShowClick + end + object chbxShowStateImages: TCheckBox + Tag = 2 + Left = 63 + Top = 163 + Width = 113 + Height = 17 + Caption = 'State Images' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxShowImages: TCheckBox + Tag = 3 + Left = 63 + Top = 184 + Width = 113 + Height = 17 + Caption = 'Images' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxShowTreeLines: TCheckBox + Tag = 4 + Left = 63 + Top = 98 + Width = 113 + Height = 17 + Caption = 'TreeLines' + TabOrder = 2 + OnClick = chbxShowClick + end + object chbxShowButtons: TCheckBox + Tag = 5 + Left = 63 + Top = 119 + Width = 113 + Height = 17 + Caption = 'Buttons' + TabOrder = 3 + OnClick = chbxShowClick + end + object lblPreview: TStaticText + Left = 264 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 6 + end + end + end + object tshColors: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 10 + Top = 88 + Width = 81 + Height = 13 + Caption = '&Grid Lines Color: ' + OnClick = lblColorClick + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 84 + Width = 150 + Height = 21 + Visible = False + end + object bvlTreeLineColorHost: TBevel + Left = 91 + Top = 114 + Width = 150 + Height = 21 + end + object lblTreeLinesColor: TLabel + Left = 10 + Top = 118 + Width = 78 + Height = 13 + Caption = 'TreeLines Color:' + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 13 + Width = 247 + Height = 59 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 32 + Height = 13 + Caption = 'Co&lor: ' + OnClick = lblColorClick + end + object bvlColorHost: TBevel + Left = 86 + Top = 20 + Width = 150 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 11 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 12 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 2 + OnClick = stTransparentClick + end + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 16 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 47 + Width = 235 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object pnlBehaviors: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblExpanding: TLabel + Left = 5 + Top = 12 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object Bevel13: TBevel + Left = 65 + Top = 17 + Width = 173 + Height = 4 + Shape = bsBottomLine + end + object bvlExpandLevelHolder: TBevel + Left = 163 + Top = 61 + Width = 69 + Height = 21 + Visible = False + end + object lblExpandLevel: TLabel + Left = 89 + Top = 65 + Width = 71 + Height = 13 + Caption = 'Expand &level : ' + OnClick = lblExpandLevelClick + end + object Image4: TImage + Left = 7 + Top = 40 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel1: TBevel + Left = 81 + Top = 99 + Width = 157 + Height = 4 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 94 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Image5: TImage + Left = 7 + Top = 121 + Width = 32 + Height = 32 + Picture.Data = { + 055449636F6E0000010003001010000000000000680500003600000020200000 + 00000000A80800009E0500003030000000000000A80E0000460E000028000000 + 1000000020000000010008000000000040010000000000000000000000010000 + 00000000FFFFFF00000080000080800080800000C0C0C000C0DCC000F0CAA600 + 4080800040400000FF800000804000000040800080FFFF00FFFF8000FF808000 + 4080FF0081818100000081000081810081810000000033000000660000009900 + 0000CC0000333300003366000033FF000066CC000066FF000099FF0000CCCC00 + 3300330033006600330099003300CC0033330000333333003333660033339900 + 3333CC003333FF00336666003366990074CAFF003366FF003399000033993300 + 33996600339999003399CC003399FF0033CC330033CC990033CCCC0033CCFF00 + 33FFFF0066000000663300006633330066336600663399006633FF0066660000 + 6666330066666600666699006666CC0066990000669933006699660066999900 + 6699CC006699FF0066CC330066CC990066CCCC004CCEFF0066FF330066FFCC00 + 999900009933990099333300996600009966330099336600996699009966CC00 + 9999330099996600999999009999CC009999FF0099CC000099CC330066CC6600 + 99CC990099CCCC0099CCFF0099CC660099FF990099FFFF00CC009900CC333300 + CC336600CC339900CC660000CC66330099666600CC669900CC66CC00CC990000 + CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600 + CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00 + CCFFFF00FF333300FF336600FF660000FF663300CC666600FF669900FF66CC00 + FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300 + FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900FFFFCC006666FF00 + 66FFFF00FFFF6600C1C1C1005F5F5F00777777008686860096969600CBCBCB00 + B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00 + A4A0A000808080000000FF0000FF0000FF00FF00FFFF00007AE9FF007D780000 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 00000000FFFFFFFFFFFFFFFF9B40FFFFFFFFFFFFFFFFFFFF9B9AFFFF4747FFFF + 9C40FFFFFF242424A7309A6B36369A9C3607FFFFFF789C9C4B36313636363636 + 36FFFFFFFFA2A09A9A4736364B290736079A9AFFFFA2A04B363636614B022936 + 363636FFFFA2A0A0613536644B02293624FFFFFFFFA2409F463636644B022936 + 0724FFFFFFA2409F0061780C4B02294636FFFFFFFFA2404040A078640C4B2924 + FFFFFFFFFFA2A0A0A0A09F9F4A789B24FFFFFFFFFFA2409F00A0787878789B24 + FFFFFFFFFFA2409F00A09F9F9F789B24FFFFFFFFFFA2404040A0787878789B24 + FFFFFFFFFFA2A0A0A0A0A0A0A0A09B24FFFFFFFFFFA2A2A2A2A2A2A2A2A2A29A + FFFFFFFFFF3FFFFFF333FFFF8003FFFF8007FFFF8001FFFF8001FFFF8007FFFF + 8003FFFF8007FFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF + 800FFFFF28000000200000004000000001000800000000008004000000000000 + 000000000001000000000000FFFFFF00000080000080800080800000C0C0C000 + C0DCC000F0CAA6004080800040400000FF800000804000000040800080FFFF00 + FFFF8000FF8080004080FF008181810000008100008181008181000000003300 + 00006600000099000000CC0000333300003366000033FF000066CC000066FF00 + 0099FF0000CCCC003300330033006600330099003300CC003333000033333300 + 33336600333399003333CC003333FF00336666003366990074CAFF003366FF00 + 339900003399330033996600339999003399CC003399FF0033CC330033CC9900 + 33CCCC0033CCFF0033FFFF006600000066330000663333006633660066339900 + 6633FF00666600006666330066666600666699006666CC006699000066993300 + 66996600669999006699CC006699FF0066CC330066CC990066CCCC004CCEFF00 + 66FF330066FFCC00999900009933990099333300996600009966330099336600 + 996699009966CC009999330099996600999999009999CC009999FF0099CC0000 + 99CC330066CC660099CC990099CCCC0099CCFF0099CC660099FF990099FFFF00 + CC009900CC333300CC336600CC339900CC660000CC66330099666600CC669900 + CC66CC00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000 + CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600 + CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000FF663300CC666600 + FF669900FF66CC00FF990000FF993300FF996600FF999900FF99CC00FF99FF00 + FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900 + FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F007777770086868600 + 96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100 + F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000FF00FF00FFFF0000 + 7AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409C40 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9AFFFFFF9B469B + FFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D9B9A9AFFFF473647 + FFFF9B9D9B9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D079A409A9B473647 + 9A9A9BA707079AFFFFFFFFFFFFFFFFFFFFFF24242424244B363107409B343647 + 9A404631353646FFFFFFFFFFFFFFFFFFFFFF789C9C9C9C4B3636363636363636 + 3636363635FFFFFFFFFFFFFFFFFFFFFFFFFFA1A09C409A9A4736363661616161 + 4C363635409A9AFFFFFFFFFFFFFFFFFFFFFFA1A040409A404636364C4B460229 + 4C363635409A9A9AFFFFFFFFFFFFFFFFFFFFA1A04C47303031364C644C4B3002 + 074C363636363635FFFFFFFFFFFFFFFFFFFFA1A0A061363636364C644C4B3002 + 29313636074747FFFFFFFFFFFFFFFFFFFFFFA140A1A3A007303636644C4B3002 + 2936362924FFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA20430353636644C4B3002 + 293636302924FFFFFFFFFFFFFFFFFFFFFFFFA1409F00A261364C60644C4B3002 + 294C35363607FFFFFFFFFFFFFFFFFFFFFFFFA1409F0000A16104A0644C4B3002 + 299A476135FFFFFFFFFFFFFFFFFFFFFFFFFFA1404040404004A0A06461644B30 + 079A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078640C644B + 469A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078A04A4A4A + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140A1A2A1A1A2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409F04A700A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA7009DA2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA0A0A0A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140404040409CA0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0A0A0A0 + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A19AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFF38E3F + FFE18C1FFFE0001FFC00001FFC00007FFC00001FFC00000FFC00000FFC00001F + FC00007FFC00003FFC00003FFC00007FFC0001FFFC0001FFFC0001FFFC0001FF + FC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFF2800000030000000600000000100080000000000 + 800A000000000000000000000001000000000000FFFFFF000000800000808000 + 80800000C0C0C000C0DCC000F0CAA6004080800040400000FF80000080400000 + 0040800080FFFF00FFFF8000FF8080004080FF00818181000000810000818100 + 818100000000330000006600000099000000CC0000333300003366000033FF00 + 0066CC000066FF000099FF0000CCCC003300330033006600330099003300CC00 + 333300003333330033336600333399003333CC003333FF003366660033669900 + 74CAFF003366FF00339900003399330033996600339999003399CC003399FF00 + 33CC330033CC990033CCCC0033CCFF0033FFFF00660000006633000066333300 + 66336600663399006633FF00666600006666330066666600666699006666CC00 + 669900006699330066996600669999006699CC006699FF0066CC330066CC9900 + 66CCCC004CCEFF0066FF330066FFCC0099990000993399009933330099660000 + 9966330099336600996699009966CC009999330099996600999999009999CC00 + 9999FF0099CC000099CC330066CC660099CC990099CCCC0099CCFF0099CC6600 + 99FF990099FFFF00CC009900CC333300CC336600CC339900CC660000CC663300 + 99666600CC669900CC66CC00CC990000CC993300CC996600CC999900CC99CC00 + CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000 + CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000 + FF663300CC666600FF669900FF66CC00FF990000FF993300FF996600FF999900 + FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00 + FFFF3300FFFF9900FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F00 + 777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300 + EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000 + FF00FF00FFFF00007AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409B9B + 40FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFF9B9B9B9BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C9B9AFFFFFFFF9B4646 + 9BFFFFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA79D9B9A9AFFFFFF47363647FFFFFF9B9D9B409AFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA79D079A9A9A409B473636 + 479A9A9B9D9D07079AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 + 2424242424A73636309A9A409B463636479A9A9B9D46353607FFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF789C9C9C9C9C4B36363631400746353636 + 479A9A073536363546FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A79D9D4C36363636363636363636363636363635FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A09C409A9A9A473636363661616161 + 614C36363635409A9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0789B409A9A9A46363636614C460202294C363636359A9A9A9A9AFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A047463030303136364C614B4B3030 + 02074C3636363030303030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A04C4C3636363636364C644C4B30300229313636363636363636FFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0616161616136364C0C4C4B3030 + 02293636363607474747FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09BA3A3A3A00730363636974C4B303002293636362924FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9FA2A2040707363636974C4B3030 + 0229363636302424FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000078303636364C0C4C4B303002294C4C36360724FFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9F0000A24C364C60780C4C4B3030 + 02299B4736363607FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000000A16178A0780C4C4B303002299B24476135FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9B9B9B9B9B04A0A078644C64604B + 30299B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A078647F0C4C4E4B079B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A07805640C0C4B + 4B469B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A07878784A4A4A4A789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A040A2A2A2A2A2A2A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F009D00A1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409F9D789DA1A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F00009DA1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409FA0A0A0A0A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A04040404040409CA0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A09B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A2A29AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87FFFFFFFFFFFFFF87FFFFFFFFFFFFC787 + 8FFFFFFFFFFF838707FFFFFFFFFF800007FFFFFFFFE0000007FFFFFFFFE00000 + 07FFFFFFFFE000001FFFFFFFFFE0000003FFFFFFFFE0000001FFFFFFFFE00000 + 01FFFFFFFFE0000001FFFFFFFFE0000003FFFFFFFFE000001FFFFFFFFFE00000 + 0FFFFFFFFFE000000FFFFFFFFFE000000FFFFFFFFFE000001FFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF} + end + object chbxAutoNodesExpand: TCheckBox + Left = 88 + Top = 37 + Width = 154 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 0 + OnClick = chbxAutoNodesExpandClick + end + object chbxNodeAutoHeight: TCheckBox + Left = 88 + Top = 140 + Width = 111 + Height = 17 + Caption = '&Node Auto Height' + TabOrder = 1 + OnClick = chbxNodeAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 88 + Top = 117 + Width = 97 + Height = 17 + Caption = 'Auto &Width' + TabOrder = 2 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 272 + Top = 46 + Width = 295 + Height = 185 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + end + object ilPreview: TImageList + Left = 5 + Top = 247 + Bitmap = { + 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484840084848400C6C6C60084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 000000000000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C600848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 000084848400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600C6C6C6008484840084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FFFFFFFF00000000 + FF3FFF3F00000000F81FF81F00000000E00FE00F00000000C007C00700000000 + C003C00300000000C003C00300000000C003C00300000000C003C00300000000 + C003C00300000000E003E00300000000F00FF00F00000000F83FF83F00000000 + FCFFFCFF00000000FFFFFFFF0000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSTeeChartD5.dcu b/official/x.19/Lib/D5/dxPSTeeChartD5.dcu new file mode 100644 index 00000000..c5515185 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTeeChartD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPSTextLnk.dcu b/official/x.19/Lib/D5/dxPSTextLnk.dcu new file mode 100644 index 00000000..b0028b20 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTextLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSTextLnk.dfm b/official/x.19/Lib/D5/dxPSTextLnk.dfm new file mode 100644 index 00000000..8fb7789e --- /dev/null +++ b/official/x.19/Lib/D5/dxPSTextLnk.dfm @@ -0,0 +1,527 @@ +object dxfmTextReportLinkDesignWindow: TdxfmTextReportLinkDesignWindow + Left = 480 + Top = 279 + BorderStyle = bsDialog + Caption = 'dxfmTextReportLinkDesignWindow' + ClientHeight = 285 + ClientWidth = 580 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 7 + Width = 572 + Height = 243 + ActivePage = tshOptions + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + object tshOptions: TTabSheet + Caption = 'Options' + object lblLineSpacing: TLabel + Left = 9 + Top = 65 + Width = 63 + Height = 13 + Caption = '&Line Spacing:' + end + object lblAlignment: TLabel + Left = 9 + Top = 28 + Width = 51 + Height = 13 + Caption = '&Alignment:' + FocusControl = cbxAlignment + end + object bvlLineSpacingSite: TBevel + Left = 100 + Top = 60 + Width = 140 + Height = 21 + Visible = False + end + object Bevel2: TBevel + Left = 319 + Top = 8 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object lblPreview: TLabel + Left = 267 + Top = 3 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Bevel1: TBevel + Left = 10 + Top = 99 + Width = 231 + Height = 4 + Shape = bsBottomLine + end + object pnlPreview: TPanel + Left = 267 + Top = 23 + Width = 290 + Height = 183 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvLowered + Color = clWindow + TabOrder = 0 + object pbxPreview: TPaintBox + Left = 1 + Top = 1 + Width = 288 + Height = 181 + Align = alClient + OnPaint = pbxPreviewPaint + end + end + object btnFont: TButton + Left = 9 + Top = 123 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 9 + Top = 151 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + object cbxAlignment: TComboBox + Left = 100 + Top = 23 + Width = 140 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 1 + OnClick = cbxAlignmentClick + OnDrawItem = cbxAlignmentDrawItem + end + end + end + object ilAlignments: TImageList + Left = 13 + Top = 254 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSTextOut.dcu b/official/x.19/Lib/D5/dxPSTextOut.dcu new file mode 100644 index 00000000..808ce23e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSTextOut.dcu differ diff --git a/official/x.19/Lib/D5/dxPSUtl.dcu b/official/x.19/Lib/D5/dxPSUtl.dcu new file mode 100644 index 00000000..f697e470 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSUtl.dcu differ diff --git a/official/x.19/Lib/D5/dxPSXplorerTreeView.dcu b/official/x.19/Lib/D5/dxPSXplorerTreeView.dcu new file mode 100644 index 00000000..9a9532db Binary files /dev/null and b/official/x.19/Lib/D5/dxPSXplorerTreeView.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dcu b/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dcu new file mode 100644 index 00000000..673a9662 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dfm b/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dfm new file mode 100644 index 00000000..088824a8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxCheckListBoxLnk.dfm @@ -0,0 +1,557 @@ +object cxfmCheckListBoxDesignWindow: TcxfmCheckListBoxDesignWindow + Left = 393 + Top = 324 + BorderStyle = bsDialog + Caption = 'cxfmCheckListBoxDesignWindow' + ClientHeight = 243 + ClientWidth = 553 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 545 + Height = 204 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 6 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 41 + Top = 17 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 82 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 79 + Top = 86 + Width = 170 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 10 + Top = 107 + Width = 32 + Height = 32 + Picture.Data = { + 055449636F6E0000010003001010000000000000680500003600000020200000 + 00000000A80800009E0500003030000000000000A80E0000460E000028000000 + 1000000020000000010008000000000040010000000000000000000000010000 + 00000000FFFFFF00000080000080800080800000C0C0C000C0DCC000F0CAA600 + 4080800040400000FF800000804000000040800080FFFF00FFFF8000FF808000 + 4080FF0081818100000081000081810081810000000033000000660000009900 + 0000CC0000333300003366000033FF000066CC000066FF000099FF0000CCCC00 + 3300330033006600330099003300CC0033330000333333003333660033339900 + 3333CC003333FF00336666003366990074CAFF003366FF003399000033993300 + 33996600339999003399CC003399FF0033CC330033CC990033CCCC0033CCFF00 + 33FFFF0066000000663300006633330066336600663399006633FF0066660000 + 6666330066666600666699006666CC0066990000669933006699660066999900 + 6699CC006699FF0066CC330066CC990066CCCC004CCEFF0066FF330066FFCC00 + 999900009933990099333300996600009966330099336600996699009966CC00 + 9999330099996600999999009999CC009999FF0099CC000099CC330066CC6600 + 99CC990099CCCC0099CCFF0099CC660099FF990099FFFF00CC009900CC333300 + CC336600CC339900CC660000CC66330099666600CC669900CC66CC00CC990000 + CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600 + CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00 + CCFFFF00FF333300FF336600FF660000FF663300CC666600FF669900FF66CC00 + FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300 + FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900FFFFCC006666FF00 + 66FFFF00FFFF6600C1C1C1005F5F5F00777777008686860096969600CBCBCB00 + B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00 + A4A0A000808080000000FF0000FF0000FF00FF00FFFF00007AE9FF007D780000 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 00000000FFFFFFFFFFFFFFFF9B40FFFFFFFFFFFFFFFFFFFF9B9AFFFF4747FFFF + 9C40FFFFFF242424A7309A6B36369A9C3607FFFFFF789C9C4B36313636363636 + 36FFFFFFFFA2A09A9A4736364B290736079A9AFFFFA2A04B363636614B022936 + 363636FFFFA2A0A0613536644B02293624FFFFFFFFA2409F463636644B022936 + 0724FFFFFFA2409F0061780C4B02294636FFFFFFFFA2404040A078640C4B2924 + FFFFFFFFFFA2A0A0A0A09F9F4A789B24FFFFFFFFFFA2409F00A0787878789B24 + FFFFFFFFFFA2409F00A09F9F9F789B24FFFFFFFFFFA2404040A0787878789B24 + FFFFFFFFFFA2A0A0A0A0A0A0A0A09B24FFFFFFFFFFA2A2A2A2A2A2A2A2A2A29A + FFFFFFFFFF3FFFFFF333FFFF8003FFFF8007FFFF8001FFFF8001FFFF8007FFFF + 8003FFFF8007FFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF + 800FFFFF28000000200000004000000001000800000000008004000000000000 + 000000000001000000000000FFFFFF00000080000080800080800000C0C0C000 + C0DCC000F0CAA6004080800040400000FF800000804000000040800080FFFF00 + FFFF8000FF8080004080FF008181810000008100008181008181000000003300 + 00006600000099000000CC0000333300003366000033FF000066CC000066FF00 + 0099FF0000CCCC003300330033006600330099003300CC003333000033333300 + 33336600333399003333CC003333FF00336666003366990074CAFF003366FF00 + 339900003399330033996600339999003399CC003399FF0033CC330033CC9900 + 33CCCC0033CCFF0033FFFF006600000066330000663333006633660066339900 + 6633FF00666600006666330066666600666699006666CC006699000066993300 + 66996600669999006699CC006699FF0066CC330066CC990066CCCC004CCEFF00 + 66FF330066FFCC00999900009933990099333300996600009966330099336600 + 996699009966CC009999330099996600999999009999CC009999FF0099CC0000 + 99CC330066CC660099CC990099CCCC0099CCFF0099CC660099FF990099FFFF00 + CC009900CC333300CC336600CC339900CC660000CC66330099666600CC669900 + CC66CC00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000 + CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600 + CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000FF663300CC666600 + FF669900FF66CC00FF990000FF993300FF996600FF999900FF99CC00FF99FF00 + FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900 + FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F007777770086868600 + 96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100 + F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000FF00FF00FFFF0000 + 7AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409C40 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9AFFFFFF9B469B + FFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D9B9A9AFFFF473647 + FFFF9B9D9B9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D079A409A9B473647 + 9A9A9BA707079AFFFFFFFFFFFFFFFFFFFFFF24242424244B363107409B343647 + 9A404631353646FFFFFFFFFFFFFFFFFFFFFF789C9C9C9C4B3636363636363636 + 3636363635FFFFFFFFFFFFFFFFFFFFFFFFFFA1A09C409A9A4736363661616161 + 4C363635409A9AFFFFFFFFFFFFFFFFFFFFFFA1A040409A404636364C4B460229 + 4C363635409A9A9AFFFFFFFFFFFFFFFFFFFFA1A04C47303031364C644C4B3002 + 074C363636363635FFFFFFFFFFFFFFFFFFFFA1A0A061363636364C644C4B3002 + 29313636074747FFFFFFFFFFFFFFFFFFFFFFA140A1A3A007303636644C4B3002 + 2936362924FFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA20430353636644C4B3002 + 293636302924FFFFFFFFFFFFFFFFFFFFFFFFA1409F00A261364C60644C4B3002 + 294C35363607FFFFFFFFFFFFFFFFFFFFFFFFA1409F0000A16104A0644C4B3002 + 299A476135FFFFFFFFFFFFFFFFFFFFFFFFFFA1404040404004A0A06461644B30 + 079A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078640C644B + 469A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078A04A4A4A + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140A1A2A1A1A2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409F04A700A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA7009DA2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA0A0A0A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140404040409CA0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0A0A0A0 + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A19AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFF38E3F + FFE18C1FFFE0001FFC00001FFC00007FFC00001FFC00000FFC00000FFC00001F + FC00007FFC00003FFC00003FFC00007FFC0001FFFC0001FFFC0001FFFC0001FF + FC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFF2800000030000000600000000100080000000000 + 800A000000000000000000000001000000000000FFFFFF000000800000808000 + 80800000C0C0C000C0DCC000F0CAA6004080800040400000FF80000080400000 + 0040800080FFFF00FFFF8000FF8080004080FF00818181000000810000818100 + 818100000000330000006600000099000000CC0000333300003366000033FF00 + 0066CC000066FF000099FF0000CCCC003300330033006600330099003300CC00 + 333300003333330033336600333399003333CC003333FF003366660033669900 + 74CAFF003366FF00339900003399330033996600339999003399CC003399FF00 + 33CC330033CC990033CCCC0033CCFF0033FFFF00660000006633000066333300 + 66336600663399006633FF00666600006666330066666600666699006666CC00 + 669900006699330066996600669999006699CC006699FF0066CC330066CC9900 + 66CCCC004CCEFF0066FF330066FFCC0099990000993399009933330099660000 + 9966330099336600996699009966CC009999330099996600999999009999CC00 + 9999FF0099CC000099CC330066CC660099CC990099CCCC0099CCFF0099CC6600 + 99FF990099FFFF00CC009900CC333300CC336600CC339900CC660000CC663300 + 99666600CC669900CC66CC00CC990000CC993300CC996600CC999900CC99CC00 + CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000 + CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000 + FF663300CC666600FF669900FF66CC00FF990000FF993300FF996600FF999900 + FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00 + FFFF3300FFFF9900FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F00 + 777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300 + EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000 + FF00FF00FFFF00007AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409B9B + 40FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFF9B9B9B9BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C9B9AFFFFFFFF9B4646 + 9BFFFFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA79D9B9A9AFFFFFF47363647FFFFFF9B9D9B409AFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA79D079A9A9A409B473636 + 479A9A9B9D9D07079AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 + 2424242424A73636309A9A409B463636479A9A9B9D46353607FFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF789C9C9C9C9C4B36363631400746353636 + 479A9A073536363546FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A79D9D4C36363636363636363636363636363635FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A09C409A9A9A473636363661616161 + 614C36363635409A9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0789B409A9A9A46363636614C460202294C363636359A9A9A9A9AFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A047463030303136364C614B4B3030 + 02074C3636363030303030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A04C4C3636363636364C644C4B30300229313636363636363636FFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0616161616136364C0C4C4B3030 + 02293636363607474747FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09BA3A3A3A00730363636974C4B303002293636362924FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9FA2A2040707363636974C4B3030 + 0229363636302424FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000078303636364C0C4C4B303002294C4C36360724FFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9F0000A24C364C60780C4C4B3030 + 02299B4736363607FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000000A16178A0780C4C4B303002299B24476135FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9B9B9B9B9B04A0A078644C64604B + 30299B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A078647F0C4C4E4B079B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A07805640C0C4B + 4B469B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A07878784A4A4A4A789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A040A2A2A2A2A2A2A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F009D00A1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409F9D789DA1A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F00009DA1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409FA0A0A0A0A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A04040404040409CA0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A09B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A2A29AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87FFFFFFFFFFFFFF87FFFFFFFFFFFFC787 + 8FFFFFFFFFFF838707FFFFFFFFFF800007FFFFFFFFE0000007FFFFFFFFE00000 + 07FFFFFFFFE000001FFFFFFFFFE0000003FFFFFFFFE0000001FFFFFFFFE00000 + 01FFFFFFFFE0000001FFFFFFFFE0000003FFFFFFFFE000001FFFFFFFFFE00000 + 0FFFFFFFFFE000000FFFFFFFFFE000000FFFFFFFFFE000001FFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF} + end + object imgGrid: TImage + Left = 10 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 30 + Width = 147 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 52 + Width = 147 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 95 + Top = 104 + Width = 147 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 150 + Width = 147 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 4 + OnClick = chbxRowAutoHeightClick + end + object lblPreview: TStaticText + Left = 258 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 127 + Width = 147 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 3 + OnClick = chbxAutoWidthClick + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 14 + Top = 143 + Width = 81 + Height = 13 + Caption = 'Grid Lines Color: ' + end + object bvlLineColorHolder: TBevel + Left = 98 + Top = 140 + Width = 126 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 6 + Top = 18 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 47 + Width = 230 + Height = 82 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHolder: TBevel + Left = 92 + Top = 20 + Width = 126 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 52 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHolder: TBevel + Left = 92 + Top = 48 + Width = 126 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 19 + Top = 45 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 77 + Top = 13 + Width = 159 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 46 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 11 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 39 + Width = 230 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + object btnEvenFont: TButton + Tag = 1 + Left = 9 + Top = 71 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 9 + Top = 100 + Width = 230 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + Text = 'edFont' + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 46 + Width = 273 + Height = 150 + BevelOuter = bvLowered + BorderWidth = 1 + Color = clWindow + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D5/dxPScxCommon.dcu b/official/x.19/Lib/D5/dxPScxCommon.dcu new file mode 100644 index 00000000..098f241e Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxCommonD5.dcu b/official/x.19/Lib/D5/dxPScxCommonD5.dcu new file mode 100644 index 00000000..8115fee9 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxCommonD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxCommonReg.dcu b/official/x.19/Lib/D5/dxPScxCommonReg.dcu new file mode 100644 index 00000000..7eaa15cf Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxCommonReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxDBEditorLnkReg.dcu b/official/x.19/Lib/D5/dxPScxDBEditorLnkReg.dcu new file mode 100644 index 00000000..01ceec2a Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxDBEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxDBEditorLnks.dcu b/official/x.19/Lib/D5/dxPScxDBEditorLnks.dcu new file mode 100644 index 00000000..a5c9882a Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxDBEditorLnks.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxEditorLnkReg.dcu b/official/x.19/Lib/D5/dxPScxEditorLnkReg.dcu new file mode 100644 index 00000000..93d7ee6b Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxEditorLnks.dcu b/official/x.19/Lib/D5/dxPScxEditorLnks.dcu new file mode 100644 index 00000000..415931a1 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxEditorLnks.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxEditorProducers.dcu b/official/x.19/Lib/D5/dxPScxEditorProducers.dcu new file mode 100644 index 00000000..a578f9ce Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxEditorProducers.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtComCtrlsLnk.dcu b/official/x.19/Lib/D5/dxPScxExtComCtrlsLnk.dcu new file mode 100644 index 00000000..bdf33db7 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtComCtrlsLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtCommon.dcu b/official/x.19/Lib/D5/dxPScxExtCommon.dcu new file mode 100644 index 00000000..94162182 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtCommon.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtCommonD5.dcu b/official/x.19/Lib/D5/dxPScxExtCommonD5.dcu new file mode 100644 index 00000000..8b25a751 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtCommonD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtDBEditorLnkReg.dcu b/official/x.19/Lib/D5/dxPScxExtDBEditorLnkReg.dcu new file mode 100644 index 00000000..bdc9acef Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtDBEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtDBEditorLnks.dcu b/official/x.19/Lib/D5/dxPScxExtDBEditorLnks.dcu new file mode 100644 index 00000000..c4600535 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtDBEditorLnks.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtEditorLnkReg.dcu b/official/x.19/Lib/D5/dxPScxExtEditorLnkReg.dcu new file mode 100644 index 00000000..7b061cbb Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxExtEditorProducers.dcu b/official/x.19/Lib/D5/dxPScxExtEditorProducers.dcu new file mode 100644 index 00000000..1b60351e Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxExtEditorProducers.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxGrid4Lnk.dfm b/official/x.19/Lib/D5/dxPScxGrid4Lnk.dfm new file mode 100644 index 00000000..d6c7667f --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGrid4Lnk.dfm @@ -0,0 +1,2089 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 642 + Height = 399 + ActivePage = tshFormatting + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + NavigatorButtons.ConfirmDelete = False + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGrid4LnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D5/dxPScxGrid4LnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGrid4LnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGrid6Lnk.dfm b/official/x.19/Lib/D5/dxPScxGrid6Lnk.dfm new file mode 100644 index 00000000..20423425 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGrid6Lnk.dfm @@ -0,0 +1,2146 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 5 + Width = 642 + Height = 396 + ActivePage = tshCharts + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + object tshCharts: TTabSheet + Caption = 'Charts' + ImageIndex = 6 + object lblChartsOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object imgCharts: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDD777777777777777777777777DDDDDDD000000000000000000000000 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC4FFA2FFC491A2FF07DDDDDDD0887F8FC4FFA2FFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087807777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC491FFFFC491A2FF07DDDDDDD0887F8FFF91FFFFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087800777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0F8000087F80000000088880 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0FFFFFFF7FFFFFFFFFFFFFF0 + 7DDDDDDD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlChartsOptions: TBevel + Left = 57 + Top = 12 + Width = 254 + Height = 4 + Shape = bsBottomLine + end + object chbxChartsTransparent: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Transparent' + TabOrder = 0 + OnClick = chbxChartsTransparentClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + NavigatorButtons.ConfirmDelete = False + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGrid6LnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D5/dxPScxGrid6LnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGrid6LnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGridLnk.dcu b/official/x.19/Lib/D5/dxPScxGridLnk.dcu new file mode 100644 index 00000000..c339c81d Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxGridLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxGridLnk.dfm b/official/x.19/Lib/D5/dxPScxGridLnk.dfm new file mode 100644 index 00000000..20423425 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGridLnk.dfm @@ -0,0 +1,2146 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 5 + Width = 642 + Height = 396 + ActivePage = tshCharts + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + object tshCharts: TTabSheet + Caption = 'Charts' + ImageIndex = 6 + object lblChartsOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object imgCharts: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDD777777777777777777777777DDDDDDD000000000000000000000000 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC4FFA2FFC491A2FF07DDDDDDD0887F8FC4FFA2FFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087807777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC491FFFFC491A2FF07DDDDDDD0887F8FFF91FFFFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087800777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0F8000087F80000000088880 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0FFFFFFF7FFFFFFFFFFFFFF0 + 7DDDDDDD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlChartsOptions: TBevel + Left = 57 + Top = 12 + Width = 254 + Height = 4 + Shape = bsBottomLine + end + object chbxChartsTransparent: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Transparent' + TabOrder = 0 + OnClick = chbxChartsTransparentClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + NavigatorButtons.ConfirmDelete = False + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGridLnkD5.dcu b/official/x.19/Lib/D5/dxPScxGridLnkD5.dcu new file mode 100644 index 00000000..4c141503 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxGridLnkD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dcu b/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dcu new file mode 100644 index 00000000..abeab6ec Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxGridLnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxGridLnkReg.dcu b/official/x.19/Lib/D5/dxPScxGridLnkReg.dcu new file mode 100644 index 00000000..343be192 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxGridLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxImgLnk.dcu b/official/x.19/Lib/D5/dxPScxImgLnk.dcu new file mode 100644 index 00000000..54ac37d2 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxImgLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxListBoxLnk.dcu b/official/x.19/Lib/D5/dxPScxListBoxLnk.dcu new file mode 100644 index 00000000..97a08ace Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dcu b/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dcu new file mode 100644 index 00000000..2490e103 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dfm b/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dfm new file mode 100644 index 00000000..877112ad --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxMCListBoxLnk.dfm @@ -0,0 +1,659 @@ +object cxfmMCListBoxDesignWindow: TcxfmMCListBoxDesignWindow + Left = 391 + Top = 313 + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'cxfmMCListBoxDesignWindow' + ClientHeight = 293 + ClientWidth = 558 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 6 + Width = 549 + Height = 251 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 17 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 7 + Top = 34 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 125 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 7 + Top = 149 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 84 + Top = 129 + Width = 150 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 95 + Top = 75 + Width = 137 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = ShowClick + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 29 + Width = 137 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = ShowClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 51 + Width = 137 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = ShowClick + end + object chbxShowColumnHeaders: TCheckBox + Tag = 3 + Left = 95 + Top = 99 + Width = 137 + Height = 17 + Caption = '&Column Headers' + TabOrder = 3 + OnClick = ShowClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 95 + Top = 148 + Width = 137 + Height = 17 + Caption = 'Headers' + TabOrder = 4 + OnClick = HeadersOnEveryPageClick + end + object lblPreview: TStaticText + Left = 244 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 200 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 196 + Width = 127 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 17 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparentHeaders: TGroupBox + Left = 5 + Top = 131 + Width = 223 + Height = 55 + Caption = ' ' + TabOrder = 4 + object lblHeadersColor: TLabel + Left = 6 + Top = 24 + Width = 78 + Height = 13 + Caption = 'Headers Color : ' + end + object bvlHeadersColorHost: TBevel + Left = 86 + Top = 22 + Width = 127 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 45 + Width = 223 + Height = 80 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHost: TBevel + Left = 86 + Top = 20 + Width = 127 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 51 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHost: TBevel + Left = 86 + Top = 47 + Width = 127 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 43 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = TransparentClick + end + object chbxTransparentHeaders: TCheckBox + Tag = 1 + Left = 18 + Top = 129 + Width = 15 + Height = 17 + Caption = 'T&ransparent Headers' + TabOrder = 3 + OnClick = TransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 12 + Width = 159 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = DrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 44 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stTransparentHeaders: TStaticText + Left = 33 + Top = 130 + Width = 112 + Height = 17 + Caption = ' Transparent Headers ' + FocusControl = chbxTransparentHeaders + TabOrder = 6 + OnClick = stTransparentHeadersClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 21 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = FontClick + end + object edFont: TEdit + Left = 8 + Top = 34 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeadersFont: TButton + Tag = 2 + Left = 8 + Top = 122 + Width = 110 + Height = 21 + Caption = 'Headers Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = FontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 147 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 65 + Width = 110 + Height = 21 + Caption = 'E&ven Font...' + TabOrder = 2 + OnClick = FontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 90 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 12 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 53 + Top = 17 + Width = 179 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 81 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 81 + Top = 85 + Width = 151 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 101 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 147 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 80 + Top = 152 + Width = 152 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 167 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 95 + Top = 51 + Width = 139 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = IncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 95 + Top = 29 + Width = 139 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = OnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 95 + Top = 96 + Width = 139 + Height = 17 + Caption = '3D Effects' + TabOrder = 2 + OnClick = Use3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 95 + Top = 118 + Width = 139 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = UseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 185 + Width = 139 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = RowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 163 + Width = 139 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 252 + Top = 49 + Width = 293 + Height = 200 + BevelOuter = bvLowered + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D5/dxPScxPCProdD5.dcu b/official/x.19/Lib/D5/dxPScxPCProdD5.dcu new file mode 100644 index 00000000..5c6f5953 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxPCProdD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxPageControlProducer.dcu b/official/x.19/Lib/D5/dxPScxPageControlProducer.dcu new file mode 100644 index 00000000..7b611ddd Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxPageControlProducer.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxPivotGridLnk.dfm b/official/x.19/Lib/D5/dxPScxPivotGridLnk.dfm new file mode 100644 index 00000000..08ab0161 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxPivotGridLnk.dfm @@ -0,0 +1,1203 @@ +object cxfmPivotGridReportLinkDesignWindow: TcxfmPivotGridReportLinkDesignWindow + Left = 349 + Top = 253 + BorderStyle = bsDialog + Caption = 'cxfmPivotGridReportLinkDesignWindow' + ClientHeight = 398 + ClientWidth = 702 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 0 + Top = 0 + Width = 702 + Height = 363 + ActivePage = tshView + TabOrder = 0 + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object bvlShow: TBevel + Left = 43 + Top = 13 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object Bevel1: TBevel + Left = 56 + Top = 147 + Width = 240 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 173 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 141 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object chbxColumnFields: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = '&Column Fields' + TabOrder = 0 + OnClick = chbxOptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 4 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = '&Expand Buttons' + TabOrder = 4 + OnClick = chbxOptionsViewClick + end + object chbxHorizontalLines: TCheckBox + Tag = 1 + Left = 90 + Top = 157 + Width = 200 + Height = 17 + Caption = '&Horizontal Lines' + TabOrder = 5 + OnClick = chbxOptionsViewClick + end + object chbxVerticalLines: TCheckBox + Tag = 2 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = '&Vertical Lines' + TabOrder = 6 + OnClick = chbxOptionsViewClick + end + object chbxBorders: TCheckBox + Tag = 3 + Left = 90 + Top = 205 + Width = 200 + Height = 17 + Caption = '&Borders' + TabOrder = 7 + OnClick = chbxOptionsViewClick + end + object chbxDataFields: TCheckBox + Left = 90 + Top = 53 + Width = 200 + Height = 17 + Caption = '&Data Fields' + TabOrder = 1 + OnClick = chbxOptionsViewClick + end + object chbxFilterFields: TCheckBox + Left = 90 + Top = 77 + Width = 200 + Height = 17 + Caption = '&Filter Fields' + TabOrder = 2 + OnClick = chbxOptionsViewClick + end + object chbxRowFields: TCheckBox + Left = 90 + Top = 101 + Width = 200 + Height = 17 + Caption = '&Row Fields' + TabOrder = 3 + OnClick = chbxOptionsViewClick + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object imgExpanding: TImage + Left = 9 + Top = 31 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxExpandRows: TCheckBox + Tag = 1 + Left = 90 + Top = 53 + Width = 200 + Height = 17 + Caption = 'Rows' + TabOrder = 1 + OnClick = chbxExpandOptionsClick + end + object chbxExpandColumns: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = 'Columns' + TabOrder = 0 + OnClick = chbxExpandOptionsClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D0887777787787FFFFFFFFFFF07DDDDDDDDDDD0F87777787787FFFFFFFFF + FF07D0888888888887F000FF0000F07DDDDDDDDDDD0F88888888887F000FF000 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000080087F00000000FF07DDDDDDDDDDD0F80000080087F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000000F07DCCCCDCCDDD0F80000000887F00000000 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000F00F07DDDDDDDDDDD0F80000000887F000000F0 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000008887F00000FF00F07DCCCCDCCDDD0F80000008887F00000FF0 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F00000000FF07DDDDDDDDDDD0F80000000887F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF7FFFFFFF07DDCCCCDCCDDD0888888888887FF777777F + F07DD0888888888887FF70888FFF07DDCCCCCCCCDD0888888888887FF7FFFF7F + F07DD0880000000887FF70FF8FFF07DDCCCCDCCDDD0880000000887FF7F00F7F + F07DD0888888888887FF70FF8FFF07DDCDDDDCDDDD0888888888887FF7F00F7F + F07DD0880008888887FF70000FFF07DDDDDDDDDDDD0880008888887FF7FFFF7F + F07DD0888888888887FF777777FF07DDDDDDDDDDDD0888888888887FF777777F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCCCCCCCCDD0888888888887FFFFFFFFF + F07DD0880000000887FCCCCCCCFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0880000000887F9999999FF07DDDDDDDDDDDD0880000000887F88888FFF + F07DD0888888888887FF99999FFF07DDDDDDDDDDDD0888888888887F888888FF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF888FFFFF07DDDDDDDDDDDD0888888888887FF888FFFF + F07DD0880000888887FFFFFFFFFF07DDDDDDDDDDDD0880000888887FFFFFFFFF + F07DD0880000000087FF888888FF07DDDDDDDDDDDD0880000000087FF888888F + F07DD0888888888887FF888888FF07DDDDDDDDDDDD0888888888887FF888888F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 82 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = cbxLookAndFeelChange + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 97 + Width = 200 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingChanged + end + object chbxSuppressContentColoration: TCheckBox + Tag = 2 + Left = 90 + Top = 121 + Width = 200 + Height = 17 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingChanged + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 259 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 255 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 183 + end + object Label1: TLabel + Left = 77 + Top = 118 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 228 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 228 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 228 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = btnStyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + TabStop = False + Caption = '&Use Native Styles' + TabOrder = 0 + OnClick = OptionsFormattingChanged + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 307 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 7 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 8 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 9 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 10 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 228 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = btnStyleClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = btnStyleRestoreDefaultsClick + end + object cbxStyleSheets: TComboBox + Left = 9 + Top = 274 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 11 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + end + end + object pnlPreview: TPanel + Left = 309 + Top = 39 + Width = 382 + Height = 315 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewPivotGrid: TcxPivotGrid + Left = 5 + Top = 5 + Width = 371 + Height = 302 + Enabled = False + Groups = < + item + IsCaptionAssigned = True + Caption = 'FieldsGroup 1' + end> + TabOrder = 0 + TabStop = True + object pgfPurchaseQuarter: TcxPivotGridField + Area = faColumn + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Purchase Quarter' + DataBinding.ValueType = 'DateTime' + GroupIndex = 0 + GroupInterval = giDateQuarter + Visible = True + end + object pgfPurchaseMonth: TcxPivotGridField + Area = faColumn + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Purchase Month' + DataBinding.ValueType = 'DateTime' + GroupIndex = 0 + GroupExpanded = False + GroupInterval = giDateMonth + Visible = True + end + object pgfPaymentType: TcxPivotGridField + Tag = 1 + Area = faRow + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Payment Type' + DataBinding.ValueType = 'String' + Visible = True + Width = 90 + end + object pgfQuantity: TcxPivotGridField + Tag = 2 + Area = faData + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Quantity' + DataBinding.ValueType = 'Integer' + Visible = True + Width = 62 + end + object pgfCarName: TcxPivotGridField + Tag = 3 + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Car Name' + DataBinding.ValueType = 'String' + Visible = True + end + object pgfUnitPrice: TcxPivotGridField + Tag = 4 + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Unit Price' + DataBinding.ValueType = 'Currency' + Visible = True + end + object pgfCompanyName: TcxPivotGridField + Tag = 5 + Area = faRow + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Company Name' + DataBinding.ValueType = 'String' + Visible = True + Width = 90 + end + object pgfPaymentAmount: TcxPivotGridField + Tag = 6 + Area = faData + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Payment Amount' + DataBinding.ValueType = 'Currency' + Visible = True + end + end + end + object lblPreviewWindow: TStaticText + Left = 314 + Top = 24 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 2 + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 368 + object styleCategory: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWindowText + end + object styleHeader: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + object styleContent: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 368 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + ShortCut = 16451 + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 368 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPScxPivotGridLnk.res b/official/x.19/Lib/D5/dxPScxPivotGridLnk.res new file mode 100644 index 00000000..aab165c7 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxPivotGridLnk.res differ diff --git a/official/x.19/Lib/D5/dxPScxSSLnk.dfm b/official/x.19/Lib/D5/dxPScxSSLnk.dfm new file mode 100644 index 00000000..9cf805fa --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxSSLnk.dfm @@ -0,0 +1,509 @@ +object fmdxSpreadSheetDesignWindow: TfmdxSpreadSheetDesignWindow + Left = 551 + Top = 286 + BorderStyle = bsDialog + Caption = 'SpreadSheet DesignWindow' + ClientHeight = 263 + ClientWidth = 557 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pgctrlMain: TPageControl + Left = 4 + Top = 6 + Width = 549 + Height = 221 + ActivePage = tshOptions + MultiLine = True + TabOrder = 1 + OnChange = pgctrlMainChange + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel11: TBevel + Left = 40 + Top = 10 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 79 + Top = 83 + Width = 156 + Height = 5 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 102 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D7AAAAAA9AAAAA7AAAAA9AAAA07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7AAAAAA9AAAAA7AAAAA9AAAA07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7A77AAA9A777A7A777A9A77A07DCCCCCCCCDD7F77FFF8F777F8F777F8F7 + 7F07D7AAAAAA9AAAAA7AAAAA9AAAA07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D79999999777777777779999907DCDDDDCDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C77CCC9B77BB7B777B9C77C07DDDDDDDDDDD7F77FFF8F77FF8F777F8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C7777C9B77BB7B77BB9C7CC07DDDDDDDDDDD7F7777F8F77FF8F77FF8F7 + FF07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B777B7B777B9C7CC07DDDDDDDDDDD7F777FF8F777F8F777F8F7 + FF07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D79999999777777777779999907DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B777B7B77BB9C77C07DDDDDDDDDDD7F777FF8F777F8F77FF8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B7B7B7B777B9C77C07DDDDDDDDDDD7F777FF8F7F7F8F777F8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCCCCDCCDDD7777777777777777777777 + 7707D7F888887F88887F88887F88807DCCCCCCCCDD7888888788888788888788 + 8807D7F777787F77787F77787F77807DCCCCDCCDDD7877778787778787778787 + 7807D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7888888788888788888788 + 8807D7777777777777777777777770DDDDDDDDDDDD7777777777777777777777 + 770DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgGrid: TImage + Left = 6 + Top = 31 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7FFFFFF7FFFFF7FFFFF7FFFF07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F777F7F777F7F7FF07DCCCCCCCCDD7F7777F8F777F8F777F8F7 + FF07D7FFFFFF7FFFFF7FFFFF7FFFF07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCDDDDCDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F77F7F7F77FF7F7F7F7F77F07DDDDDDDDDDD7F77F7F8F77FF8F7F7F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7F7FF7F77FF7F777F7F77F07DDDDDDDDDDD7F7F7FF8F77FF8F777F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F77FFF7F7F7F7F777F7F77F07DDDDDDDDDDD7F77FFF8F7F7F8F777F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F77FF7F77FF7F77F07DDDDDDDDDDD7F7777F8F77FF8F77FF8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F77FF7F77FF7F77F07DDDDDDDDDDD7F7778F8F77FF8F77FF8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCCCCDCCDDD7888888888888888888888 + 8807D78888887888887888887888807DCCCCCCCCDD7FFFFFF8FFFFF8FFFFF8FF + FF07D78777787877787877787877807DCCCCDCCDDD7F7777F8F777F8F777F8F7 + 7F07D78888887888887888887888807DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7777777777777777777777770DDDDDDDDDDDD7777777777777777777777 + 770DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblShow: TLabel + Left = 5 + Top = 6 + Width = 26 + Height = 13 + Caption = 'Show' + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 78 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object chbxRowAutoHeight: TCheckBox + Left = 88 + Top = 105 + Width = 150 + Height = 17 + Caption = '&Row AutoHeight' + TabOrder = 2 + OnClick = chbxRowAutoHeightClick + end + object chbxShowRowAndColumnHeadings: TCheckBox + Left = 88 + Top = 27 + Width = 150 + Height = 17 + Caption = 'Row and column headings' + TabOrder = 0 + OnClick = chbxShowRowAndColumnHeadingsClick + end + object chbxShowGridlines: TCheckBox + Left = 88 + Top = 50 + Width = 150 + Height = 17 + Caption = 'Gridlines' + TabOrder = 1 + OnClick = chbxShowGridlinesClick + end + object chbxSuppressSourceFormats: TCheckBox + Left = 88 + Top = 128 + Width = 150 + Height = 17 + Caption = '&Suppress source formats' + TabOrder = 3 + OnClick = chbxSuppressSourceFormatsClick + end + object lblPreview: TStaticText + Left = 243 + Top = 3 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 4 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 144 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 91 + Top = 140 + Width = 134 + Height = 21 + Visible = False + end + object gbxFixedTransparent: TGroupBox + Left = 5 + Top = 74 + Width = 231 + Height = 54 + Caption = ' ' + TabOrder = 3 + object lblFixedColor: TLabel + Left = 6 + Top = 24 + Width = 62 + Height = 13 + Caption = 'F&ixed color : ' + OnClick = lblColorClick + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 20 + Width = 134 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 8 + Width = 231 + Height = 54 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 134 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 6 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxFixedTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 72 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxFixedTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 7 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 4 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 33 + Top = 73 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 5 + OnClick = stFixedTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnFixedFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 224 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFixedFont: TButton + Tag = 1 + Left = 8 + Top = 70 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 2 + OnClick = btnFixedFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 99 + Width = 224 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 102 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel3: TBevel + Left = 56 + Top = 83 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 22 + Top = 31 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 83 + Top = 10 + Width = 150 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 6 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object lblSelection: TLabel + Left = 5 + Top = 78 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object chbxOnlySelected: TCheckBox + Left = 88 + Top = 102 + Width = 150 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 1 + OnClick = chbxOnlySelectedClick + end + object chbxFixedRowsOnEveryPage: TCheckBox + Left = 88 + Top = 29 + Width = 150 + Height = 17 + Caption = 'Fi&xed Rows On Every Page' + TabOrder = 0 + OnClick = chbxFixedRowsOnEveryPageClick + end + end + end + end + object pnlPreview: TPanel + Left = 253 + Top = 50 + Width = 289 + Height = 165 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dcu b/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dcu new file mode 100644 index 00000000..2461072d Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dfm b/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dfm new file mode 100644 index 00000000..a200a6a6 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxScheduler2Lnk.dfm @@ -0,0 +1,1633 @@ +object cxfmSchedulerReportLinkDesignWindow: TcxfmSchedulerReportLinkDesignWindow + Left = 296 + Top = 90 + BorderStyle = bsDialog + Caption = 'cxfmSchedulerReportLinkDesignWindow' + ClientHeight = 446 + ClientWidth = 618 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 610 + Height = 404 + ActivePage = tshPrintStyles + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + object tshPrintRange: TTabSheet + Caption = 'Print Range' + ImageIndex = 3 + object lblPrintRangeStart: TLabel + Left = 17 + Top = 22 + Width = 28 + Height = 13 + Caption = '&Start:' + end + object lblPrintRangeEnd: TLabel + Left = 18 + Top = 54 + Width = 22 + Height = 13 + Caption = '&End:' + end + object lblPrintRangesMiscellaneous: TLabel + Left = 5 + Top = 91 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + Visible = False + end + object Bevel1: TBevel + Left = 80 + Top = 95 + Width = 231 + Height = 4 + Shape = bsBottomLine + Visible = False + end + object dePrintRangeStart: TcxDateEdit + Left = 70 + Top = 18 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeStartEditValueChanged + TabOrder = 0 + Width = 235 + end + object dePrintRangeEnd: TcxDateEdit + Left = 70 + Top = 50 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeEndEditValueChanged + TabOrder = 1 + Width = 235 + end + object chbxHideDetailsOfPrivateAppointments: TcxCheckBox + Left = 66 + Top = 113 + Caption = 'Hide Details of Private Appointments' + TabOrder = 2 + Visible = False + Width = 236 + end + end + object tshPrintStyles: TTabSheet + Caption = 'Print Styles' + object lblPrintStylesOptions: TLabel + Left = 5 + Top = 48 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPrintStyleOptions: TBevel + Left = 50 + Top = 52 + Width = 258 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewWindow: TStaticText + Left = 324 + Top = 0 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 0 + end + object cbxPrintStyles: TcxImageComboBox + Left = 6 + Top = 7 + Properties.Alignment.Vert = taVCenter + Properties.Items = <> + TabOrder = 1 + OnClick = cbxPrintStylesClick + Width = 303 + end + object pcPrintStyleOptions: TPageControl + Left = 4 + Top = 62 + Width = 314 + Height = 313 + ActivePage = tshYearly + Style = tsButtons + TabOrder = 2 + TabStop = False + object tshDaily: TTabSheet + Caption = 'Daily' + TabVisible = False + object lblPrintStyleDailyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleDailyLayout + end + object lblPrintStyleDailyInclude: TLabel + Left = 14 + Top = 64 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleDailyPrintFrom: TLabel + Left = 14 + Top = 136 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleDailyPrintFrom + end + object lblPrintStyleDailyPrintTo: TLabel + Left = 14 + Top = 165 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleDailyPrintTo + end + object lblPrintStyleDailyResourceCountPerPage: TLabel + Left = 14 + Top = 34 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleDailyResourceCountPerPage + end + object Bevel2: TBevel + Left = 0 + Top = 192 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleDailyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 0 + OnClick = cbxPrintStyleDailyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleDailyTaskPad: TcxCheckBox + Left = 111 + Top = 61 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleDailyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 82 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleDailyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 103 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object tePrintStyleDailyPrintFrom: TcxTimeEdit + Left = 114 + Top = 132 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 5 + Width = 100 + end + object tePrintStyleDailyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 161 + EditValue = 0.000000000000000000 + Properties.ImmediatePost = True + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + Width = 100 + end + object sePrintStyleDailyResourceCountPerPage: TcxSpinEdit + Left = 115 + Top = 30 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + Width = 100 + end + object chbxPrintStyleDailyShowResourceImages: TcxCheckBox + Left = -1 + Top = 201 + Caption = 'Show resource images' + TabOrder = 7 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + object chbxPrintStyleDailyShowEventImages: TcxCheckBox + Left = -1 + Top = 222 + Caption = 'Show event images' + TabOrder = 8 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + end + object tshWeekly: TTabSheet + Caption = 'Weekly' + ImageIndex = 1 + TabVisible = False + object lblPrintStyleWeeklyPrintTo: TLabel + Left = 14 + Top = 212 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleWeeklyPrintTo + end + object lblPrintStyleWeeklyPrintFrom: TLabel + Left = 14 + Top = 183 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleWeeklyPrintFrom + end + object lblPrintStyleWeeklyInclude: TLabel + Left = 14 + Top = 119 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleWeeklyLayout: TLabel + Left = 14 + Top = 33 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleWeeklyLayout + end + object lblPrintStyleWeeklyArrange: TLabel + Left = 14 + Top = 4 + Width = 43 + Height = 13 + Caption = '&Arrange:' + FocusControl = cbxPrintStyleWeeklyArrange + end + object lblPrintStyleWeeklyResourceCountPerPage: TLabel + Left = 14 + Top = 94 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleWeeklyResourceCountPerPage + end + object lblPrintStyleWeeklyDaysLayout: TLabel + Left = 14 + Top = 63 + Width = 61 + Height = 13 + Caption = '&Days layout:' + FocusControl = cbxPrintStyleWeeklyDaysLayout + end + object Bevel3: TBevel + Left = 0 + Top = 237 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object tePrintStyleWeeklyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 207 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 8 + Width = 100 + end + object tePrintStyleWeeklyPrintFrom: TcxTimeEdit + Left = 114 + Top = 178 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 7 + Width = 100 + end + object chbxPrintStyleWeeklyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 152 + Caption = 'Notes Area (&Lined)' + TabOrder = 6 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleWeeklyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 134 + Caption = 'Notes Area (&Blank)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object cbxPrintStyleWeeklyArrange: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Top to Bottom' + 'Left to Right') + TabOrder = 0 + OnClick = cbxPrintStyleWeeklyArrangeClick + Height = 23 + Width = 186 + end + object cbxPrintStyleWeeklyLayout: TcxComboBox + Left = 115 + Top = 29 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 1 + OnClick = cbxPrintStyleWeeklyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleWeeklyTaskPad: TcxCheckBox + Left = 111 + Top = 116 + Caption = 'TaskPad' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleWeeklyDontPrintWeekends: TcxCheckBox + Left = -1 + Top = 243 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 9 + OnClick = chbxPrintStyleWeeklyDontPrintWeekendsClick + Width = 285 + end + object sePrintStyleWeeklyResourceCountPerPage: TcxSpinEdit + Tag = 1 + Left = 115 + Top = 90 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 3 + Width = 100 + end + object cbxPrintStyleWeeklyDaysLayout: TcxComboBox + Left = 115 + Top = 59 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Two columns' + 'One column') + TabOrder = 2 + OnClick = cbxPrintStyleWeeklyDaysLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleWeeklyShowEventImages: TcxCheckBox + Left = -1 + Top = 283 + Caption = 'Show event images' + TabOrder = 11 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + object chbxPrintStyleWeeklyShowResourceImages: TcxCheckBox + Left = -1 + Top = 263 + Caption = 'Show resource images' + TabOrder = 10 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + end + object tshMonthly: TTabSheet + Caption = 'Monthly' + ImageIndex = 2 + TabVisible = False + object lblPrintStyleMonthlyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleMonthlyLayout + end + object lblPrintStyleMonthlyInclude: TLabel + Left = 14 + Top = 62 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleMonthlyResourceCountPerPage: TLabel + Left = 14 + Top = 34 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleMonthlyResourceCountPerPage + end + object Bevel4: TBevel + Left = 0 + Top = 127 + Width = 314 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleMonthlyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + OnClick = cbxPrintStyleMonthlyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleMonthlyTaskPad: TcxCheckBox + Left = 111 + Top = 59 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 80 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 101 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyDontPrintWeekends: TcxCheckBox + Left = -1 + Top = 136 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 5 + OnClick = chbxPrintStyleMonthlyDontPrintWeekendsClick + Width = 285 + end + object chbxPrintStyleMonthlyPrintExactlyOneMonthPerPage: TcxCheckBox + Left = -1 + Top = 156 + Caption = 'Print Exactly One Month Per Page' + TabOrder = 6 + OnClick = chbxPrintStyleMonthlyPrintExactlyOneMonthPerPageClick + Width = 285 + end + object sePrintStyleMonthlyResourceCountPerPage: TcxSpinEdit + Tag = 2 + Left = 115 + Top = 29 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + Width = 100 + end + object chbxPrintStyleMonthlyShowEventImages: TcxCheckBox + Left = -1 + Top = 198 + Caption = 'Show event images' + TabOrder = 7 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + object chbxPrintStyleMonthlyShowResourceImages: TcxCheckBox + Left = -1 + Top = 177 + Caption = 'Show resource images' + TabOrder = 8 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + end + object tshTrifold: TTabSheet + Caption = 'Tri-fold' + ImageIndex = 3 + TabVisible = False + object lblPrintStyleTrifoldSectionLeft: TLabel + Left = 14 + Top = 4 + Width = 61 + Height = 13 + Caption = '&Left Section:' + FocusControl = cbxPrintStyleTrifoldSectionLeft + end + object lblPrintStyleTrifoldSectionMiddle: TLabel + Left = 14 + Top = 38 + Width = 72 + Height = 13 + Caption = '&Middle Section:' + FocusControl = cbxPrintStyleTrifoldSectionMiddle + end + object lblPrintStyleTrifoldSectionRight: TLabel + Left = 14 + Top = 71 + Width = 67 + Height = 13 + Caption = '&Right Section:' + FocusControl = cbxPrintStyleTrifoldSectionRight + end + object cbxPrintStyleTrifoldSectionLeft: TcxComboBox + Left = 100 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 0 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + object cbxPrintStyleTrifoldSectionMiddle: TcxComboBox + Tag = 1 + Left = 100 + Top = 33 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 1 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + object cbxPrintStyleTrifoldSectionRight: TcxComboBox + Tag = 2 + Left = 100 + Top = 66 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 2 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + end + object tshDetails: TTabSheet + Caption = 'Details' + ImageIndex = 4 + TabVisible = False + object chbxPrintStyleDetailsUsePagination: TcxCheckBox + Left = 14 + Top = 0 + Caption = 'Start a New Page Each:' + TabOrder = 0 + OnClick = chbxPrintStyleDetailsUsePaginationClick + Width = 187 + end + object cbxPrintStyleDetailsPagination: TcxComboBox + Left = 203 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Day' + 'Week' + 'Month') + TabOrder = 1 + OnClick = cbxPrintStyleDetailsPaginationClick + Height = 23 + Width = 98 + end + end + object tshMemo: TTabSheet + Caption = 'Memo' + ImageIndex = 5 + TabVisible = False + object chbxPrintStyleMemoStartEachItemOnNewPage: TcxCheckBox + Left = 14 + Top = 1 + Caption = 'Start Each Item On New Page' + TabOrder = 0 + OnClick = chbxPrintStyleMemoStartEachItemOnNewPageClick + Width = 187 + end + object chbxPrintStyleMemoPrintOnlySelectedEvents: TcxCheckBox + Left = 14 + Top = 25 + Caption = 'Print Only Selected Events' + State = cbsChecked + TabOrder = 1 + OnClick = chbxPrintStyleMemoPrintOnlySelectedEventsClick + Width = 187 + end + end + object tshYearly: TTabSheet + ImageIndex = 6 + TabVisible = False + object lblPrintStyleYearlyMonthPerPage: TLabel + Left = 14 + Top = 38 + Width = 67 + Height = 13 + Caption = '&Months/Page:' + FocusControl = cbxPrintStyleYearlyMonthPerPage + end + object lblPrintStyleYearlyResourceCountPerPage: TLabel + Left = 14 + Top = 72 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleYearlyResourceCountPerPage + Visible = False + end + object lblPrintStyleYearlyInclude: TLabel + Left = 14 + Top = 102 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleYearlyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleYearlyLayout + end + object Bevel5: TBevel + Left = 0 + Top = 168 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleYearlyMonthPerPage: TcxComboBox + Left = 115 + Top = 33 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/year' + '2 pages/year' + '3 pages/year' + '4 pages/year' + '6 pages/year' + '12 pages/year') + TabOrder = 1 + Text = '12 pages/year' + OnClick = cbxPrintStyleYearlyMonthPagesPerYearClick + Height = 23 + Width = 186 + end + object sePrintStyleYearlyResourceCountPerPage: TcxSpinEdit + Tag = 3 + Left = 115 + Top = 68 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 2 + Visible = False + Width = 100 + end + object chbxPrintStyleYearlyTaskPad: TcxCheckBox + Left = 111 + Top = 99 + Caption = 'Task&Pad' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleYearlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 120 + Caption = 'Notes Area (&Blank)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleYearlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 141 + Caption = 'Notes Area (&Lined)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object cbxPrintStyleYearlyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + Text = '1 page/month' + OnClick = cbxPrintStyleYearlyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrimaryPageHeadersOnly: TcxCheckBox + Left = -1 + Top = 178 + Caption = 'Primary page headers only' + TabOrder = 6 + OnClick = chbxPrimaryPageHeadersOnlyClick + Width = 153 + end + object chbxPrintStyleYearlyShowEventImages: TcxCheckBox + Left = -1 + Top = 199 + Caption = 'Show event images' + TabOrder = 7 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + end + end + object pnlPrintStylesPreview: TPanel + Left = 323 + Top = 17 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 3 + object pbxPrintStylesPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbxPrintStylesPreviewPaint + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 2 + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF78888877787807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0888877787878888877787807DDDDDDDDDDDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF0DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 75 + Top = 82 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FAFAFAFAFA788888777CC807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0AFAFAFAFAF78888888888807DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0AFAFAFAFAF7FAFAFAFAFAF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FEFEFEFEFE7EFEFEFEFEFE07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0EFEFEFEFEF7FEFEFEFEFEF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0EFEFEFEFEF7FEFEFEFEFEF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FEFEFEFEFE7EFEFEFEFEFE07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FBFBFBFBFB7BFBFBFBFBFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FBFBFBFBFB7BFBFBFBFBFB07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDDDDDDDDDDD088887778787888887778 + 7807D088888888887888888888880DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TcxComboBox + Left = 90 + Top = 37 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.OnChange = cbxLookAndFeelPropertiesChange + TabOrder = 0 + OnClick = LookAndFeelChange + Height = 23 + Width = 215 + end + object chbxSuppressBackgroundBitmaps: TcxCheckBox + Tag = 1 + Left = 90 + Top = 104 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingClick + Width = 200 + end + object chbxSuppressContentColoration: TcxCheckBox + Tag = 2 + Left = 90 + Top = 130 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingClick + Width = 200 + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + object bvlStyles: TBevel + Left = 118 + Top = 13 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 302 + Width = 239 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 298 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 222 + end + object Label1: TLabel + Left = 85 + Top = 140 + Width = 64 + Height = 13 + Caption = '[ Styles Site ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 0 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 2 + OnClick = btnStyleBackgroundBitmapClick + end + object cbxStyleSheets: TcxComboBox + Left = 6 + Top = 318 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 20 + Properties.OnDrawItem = cbxStyleSheetsPropertiesDrawItem + TabOrder = 3 + OnClick = cbxStyleSheetsClick + OnKeyDown = cbxStyleSheetsKeyDown + Height = 24 + Width = 305 + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 350 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 4 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 84 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 5 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 162 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 6 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 7 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 240 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 8 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 9 + OnClick = btnStyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 10 + OnClick = btnStyleRestoreDefaultsClick + end + object chbxUseNativeStyles: TcxCheckBox + Left = 3 + Top = 6 + TabOrder = 11 + OnClick = OptionsFormattingClick + Width = 22 + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 46 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object Panel1: TPanel + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + Color = clWindow + TabOrder = 0 + object pbPreview: TPaintBox + Left = 1 + Top = 1 + Width = 271 + Height = 352 + Align = alClient + OnPaint = pbPreviewPaint + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 6 + Top = 417 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 34 + Top = 417 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxEditStyleController1: TcxEditStyleController + OnStyleChanged = StyleController1StyleChanged + Left = 64 + Top = 416 + end +end diff --git a/official/x.19/Lib/D5/dxPScxScheduler2LnkD5.dcu b/official/x.19/Lib/D5/dxPScxScheduler2LnkD5.dcu new file mode 100644 index 00000000..93e2e82f Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxScheduler2LnkD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxScheduler2LnkReg.dcu b/official/x.19/Lib/D5/dxPScxScheduler2LnkReg.dcu new file mode 100644 index 00000000..215a1e9e Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxScheduler2LnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxSchedulerLnk.dfm b/official/x.19/Lib/D5/dxPScxSchedulerLnk.dfm new file mode 100644 index 00000000..3352dac7 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxSchedulerLnk.dfm @@ -0,0 +1,1432 @@ +object cxfmSchedulerReportLinkDesignWindow: TcxfmSchedulerReportLinkDesignWindow + Left = 138 + Top = 193 + BorderStyle = bsDialog + Caption = 'cxfmSchedulerReportLinkDesignWindow' + ClientHeight = 446 + ClientWidth = 618 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 610 + Height = 404 + ActivePage = tshPrintStyles + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + object tshPrintRange: TTabSheet + Caption = 'Print Range' + ImageIndex = 3 + object lblPrintRangeStart: TLabel + Left = 17 + Top = 22 + Width = 28 + Height = 13 + Caption = '&Start:' + end + object lblPrintRangeEnd: TLabel + Left = 18 + Top = 54 + Width = 22 + Height = 13 + Caption = '&End:' + end + object lblPrintRangesMiscellaneous: TLabel + Left = 5 + Top = 91 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + Visible = False + end + object Bevel1: TBevel + Left = 80 + Top = 95 + Width = 231 + Height = 4 + Shape = bsBottomLine + Visible = False + end + object dePrintRangeStart: TcxDateEdit + Left = 70 + Top = 18 + Width = 235 + Height = 21 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeStartEditValueChanged + TabOrder = 0 + end + object dePrintRangeEnd: TcxDateEdit + Left = 70 + Top = 50 + Width = 235 + Height = 21 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeEndEditValueChanged + TabOrder = 1 + end + object chbxHideDetailsOfPrivateAppointments: TcxCheckBox + Left = 66 + Top = 113 + Width = 236 + Height = 21 + Caption = 'Hide Details of Private Appointments' + TabOrder = 2 + Visible = False + end + end + object tshPrintStyles: TTabSheet + Caption = 'Print Styles' + object lblPrintStylesOptions: TLabel + Left = 5 + Top = 72 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPrintStyleOptions: TBevel + Left = 50 + Top = 76 + Width = 258 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewWindow: TStaticText + Left = 324 + Top = 0 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 0 + end + object cbxPrintStyles: TcxImageComboBox + Left = 6 + Top = 18 + Width = 299 + Height = 21 + Properties.Alignment.Vert = taVCenter + Properties.Items = <> + TabOrder = 1 + OnClick = cbxPrintStylesClick + end + object pcPrintStyleOptions: TPageControl + Left = 4 + Top = 90 + Width = 314 + Height = 284 + ActivePage = tshWeekly + Style = tsButtons + TabOrder = 2 + object tshDaily: TTabSheet + Caption = 'Daily' + TabVisible = False + object lblPrintStyleDailyLayout: TLabel + Left = 14 + Top = 7 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleDailyLayout + end + object lblPrintStyleDailyInclude: TLabel + Left = 14 + Top = 67 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleDailyPrintFrom: TLabel + Left = 14 + Top = 139 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleDailyPrintFrom + end + object lblPrintStyleDailyPrintTo: TLabel + Left = 14 + Top = 168 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleDailyPrintTo + end + object lblPrintStyleDailyResourceCountPerPage: TLabel + Left = 14 + Top = 37 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleDailyResourceCountPerPage + end + object cbxPrintStyleDailyLayout: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 0 + OnClick = cbxPrintStyleDailyLayoutClick + end + object chbxPrintStyleDailyTaskPad: TcxCheckBox + Left = 111 + Top = 64 + Width = 190 + Height = 21 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleDailyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 85 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleDailyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 106 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object tePrintStyleDailyPrintFrom: TcxTimeEdit + Left = 114 + Top = 135 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 5 + end + object tePrintStyleDailyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 164 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.ImmediatePost = True + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + end + object sePrintStyleDailyResourceCountPerPage: TcxSpinEdit + Left = 115 + Top = 33 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + end + end + object tshWeekly: TTabSheet + Caption = 'Weekly' + ImageIndex = 1 + TabVisible = False + object lblPrintStyleWeeklyPrintTo: TLabel + Left = 14 + Top = 199 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleWeeklyPrintTo + end + object lblPrintStyleWeeklyPrintFrom: TLabel + Left = 14 + Top = 170 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleWeeklyPrintFrom + end + object lblPrintStyleWeeklyInclude: TLabel + Left = 14 + Top = 97 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleWeeklyLayout: TLabel + Left = 14 + Top = 36 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleWeeklyLayout + end + object lblPrintStyleWeeklyArrange: TLabel + Left = 14 + Top = 7 + Width = 43 + Height = 13 + Caption = '&Arrange:' + FocusControl = cbxPrintStyleWeeklyArrange + end + object lblPrintStyleWeeklyResourceCountPerPage: TLabel + Left = 14 + Top = 67 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleWeeklyResourceCountPerPage + end + object tePrintStyleWeeklyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 194 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 7 + end + object tePrintStyleWeeklyPrintFrom: TcxTimeEdit + Left = 114 + Top = 165 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + end + object chbxPrintStyleWeeklyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 136 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleWeeklyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 115 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object cbxPrintStyleWeeklyArrange: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Top to Bottom' + 'Left to Right') + TabOrder = 0 + OnClick = cbxPrintStyleWeeklyArrangeClick + end + object cbxPrintStyleWeeklyLayout: TcxComboBox + Left = 115 + Top = 32 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 1 + OnClick = cbxPrintStyleWeeklyLayoutClick + end + object chbxPrintStyleWeeklyTaskPad: TcxCheckBox + Left = 111 + Top = 94 + Width = 190 + Height = 21 + Caption = 'TaskPad' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleWeeklyDontPrintWeekends: TcxCheckBox + Left = 9 + Top = 223 + Width = 285 + Height = 21 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 8 + OnClick = chbxPrintStyleWeeklyDontPrintWeekendsClick + end + object sePrintStyleWeeklyResourceCountPerPage: TcxSpinEdit + Tag = 1 + Left = 115 + Top = 63 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 2 + end + end + object tshMonthly: TTabSheet + Caption = 'Monthly' + ImageIndex = 2 + TabVisible = False + object lblPrintStyleMonthlyLayout: TLabel + Left = 14 + Top = 7 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleMonthlyLayout + end + object lblPrintStyleMonthlyInclude: TLabel + Left = 14 + Top = 67 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleMonthlyResourceCountPerPage: TLabel + Left = 14 + Top = 37 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleMonthlyResourceCountPerPage + end + object cbxPrintStyleMonthlyLayout: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + OnClick = cbxPrintStyleMonthlyLayoutClick + end + object chbxPrintStyleMonthlyTaskPad: TcxCheckBox + Left = 111 + Top = 64 + Width = 190 + Height = 21 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 85 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 106 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyDontPrintWeekends: TcxCheckBox + Left = 9 + Top = 144 + Width = 285 + Height = 21 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 5 + OnClick = chbxPrintStyleMonthlyDontPrintWeekendsClick + end + object chbxPrintStyleMonthlyPrintExactlyOneMonthPerPage: TcxCheckBox + Left = 9 + Top = 167 + Width = 285 + Height = 21 + Caption = 'Print Exactly One Month Per Page' + TabOrder = 6 + OnClick = chbxPrintStyleMonthlyPrintExactlyOneMonthPerPageClick + end + object sePrintStyleMonthlyResourceCountPerPage: TcxSpinEdit + Tag = 2 + Left = 115 + Top = 33 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + end + end + object tshTrifold: TTabSheet + Caption = 'Tri-fold' + ImageIndex = 3 + TabVisible = False + object lblPrintStyleTrifoldSectionLeft: TLabel + Left = 14 + Top = 7 + Width = 61 + Height = 13 + Caption = '&Left Section:' + FocusControl = cbxPrintStyleTrifoldSectionLeft + end + object lblPrintStyleTrifoldSectionMiddle: TLabel + Left = 14 + Top = 41 + Width = 72 + Height = 13 + Caption = '&Middle Section:' + FocusControl = cbxPrintStyleTrifoldSectionMiddle + end + object lblPrintStyleTrifoldSectionRight: TLabel + Left = 14 + Top = 74 + Width = 67 + Height = 13 + Caption = '&Right Section:' + FocusControl = cbxPrintStyleTrifoldSectionRight + end + object cbxPrintStyleTrifoldSectionLeft: TcxComboBox + Left = 100 + Top = 2 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 0 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + object cbxPrintStyleTrifoldSectionMiddle: TcxComboBox + Tag = 1 + Left = 100 + Top = 36 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 1 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + object cbxPrintStyleTrifoldSectionRight: TcxComboBox + Tag = 2 + Left = 100 + Top = 69 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 2 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + end + object tshDetails: TTabSheet + Caption = 'Details' + ImageIndex = 4 + TabVisible = False + object chbxPrintStyleDetailsUsePagination: TcxCheckBox + Left = 14 + Top = 3 + Width = 187 + Height = 21 + Caption = 'Start a New Page Each:' + TabOrder = 0 + OnClick = chbxPrintStyleDetailsUsePaginationClick + end + object cbxPrintStyleDetailsPagination: TcxComboBox + Left = 203 + Top = 2 + Width = 97 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Day' + 'Week' + 'Month') + TabOrder = 1 + OnClick = cbxPrintStyleDetailsPaginationClick + end + end + object tshMemo: TTabSheet + Caption = 'Memo' + ImageIndex = 5 + TabVisible = False + object chbxPrintStyleMemoStartEachItemOnNewPage: TcxCheckBox + Left = 14 + Top = 3 + Width = 187 + Height = 21 + Caption = 'Start Each Item On New Page' + TabOrder = 0 + OnClick = chbxPrintStyleMemoStartEachItemOnNewPageClick + end + object chbxPrintStyleMemoPrintOnlySelectedEvents: TcxCheckBox + Left = 14 + Top = 27 + Width = 187 + Height = 21 + Caption = 'Print Only Selected Events' + State = cbsChecked + TabOrder = 1 + OnClick = chbxPrintStyleMemoPrintOnlySelectedEventsClick + end + end + end + object pnlPrintStylesPreview: TPanel + Left = 323 + Top = 17 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 3 + object pbxPrintStylesPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbxPrintStylesPreviewPaint + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 2 + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF78888877787807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0888877787878888877787807DDDDDDDDDDDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF0DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 75 + Top = 82 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FAFAFAFAFA788888777CC807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0AFAFAFAFAF78888888888807DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0AFAFAFAFAF7FAFAFAFAFAF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FEFEFEFEFE7EFEFEFEFEFE07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0EFEFEFEFEF7FEFEFEFEFEF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0EFEFEFEFEF7FEFEFEFEFEF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FEFEFEFEFE7EFEFEFEFEFE07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FBFBFBFBFB7BFBFBFBFBFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FBFBFBFBFB7BFBFBFBFBFB07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDDDDDDDDDDD088887778787888887778 + 7807D088888888887888888888880DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TcxComboBox + Left = 90 + Top = 37 + Width = 215 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.OnChange = cbxLookAndFeelPropertiesChange + TabOrder = 0 + OnClick = LookAndFeelChange + end + object chbxSuppressBackgroundBitmaps: TcxCheckBox + Tag = 1 + Left = 90 + Top = 104 + Width = 200 + Height = 21 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingClick + end + object chbxSuppressContentColoration: TcxCheckBox + Tag = 2 + Left = 90 + Top = 130 + Width = 200 + Height = 21 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + object bvlStyles: TBevel + Left = 118 + Top = 13 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 302 + Width = 239 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 298 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 222 + end + object Label1: TLabel + Left = 85 + Top = 140 + Width = 64 + Height = 13 + Caption = '[ Styles Site ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 0 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 2 + OnClick = btnStyleBackgroundBitmapClick + end + object cbxStyleSheets: TcxComboBox + Left = 6 + Top = 318 + Width = 305 + Height = 24 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 20 + Properties.OnDrawItem = cbxStyleSheetsPropertiesDrawItem + TabOrder = 3 + OnClick = cbxStyleSheetsClick + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 350 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 4 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 84 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 5 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 162 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 6 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 7 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 240 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 8 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 9 + OnClick = btnStyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 10 + OnClick = btnStyleRestoreDefaultsClick + end + object chbxUseNativeStyles: TcxCheckBox + Left = 3 + Top = 6 + Width = 22 + Height = 21 + TabOrder = 11 + OnClick = OptionsFormattingClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 46 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object pbPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbPreviewPaint + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 6 + Top = 417 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 34 + Top = 417 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxEditStyleController1: TcxEditStyleController + OnStyleChanged = StyleController1StyleChanged + Left = 64 + Top = 416 + end +end diff --git a/official/x.19/Lib/D5/dxPScxSchedulerLnk.res b/official/x.19/Lib/D5/dxPScxSchedulerLnk.res new file mode 100644 index 00000000..574c0437 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxSchedulerLnk.res differ diff --git a/official/x.19/Lib/D5/dxPScxTLLnk.dcu b/official/x.19/Lib/D5/dxPScxTLLnk.dcu new file mode 100644 index 00000000..940943a6 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxTLLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxTLLnk.dfm b/official/x.19/Lib/D5/dxPScxTLLnk.dfm new file mode 100644 index 00000000..878d0930 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxTLLnk.dfm @@ -0,0 +1,1581 @@ +object dxfmTreeListReportLinkDesignWindow: TdxfmTreeListReportLinkDesignWindow + Left = 426 + Top = 272 + BorderStyle = bsDialog + Caption = 'Property Sheets' + ClientHeight = 391 + ClientWidth = 624 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 618 + Height = 353 + ActivePage = tshView + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 8 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 166 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 8 + Top = 192 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 171 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 5 + Top = 251 + Width = 293 + Height = 70 + Visible = False + end + object Bevel2: TBevel + Left = 90 + Top = 91 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object chbxShowBands: TCheckBox + Left = 90 + Top = 26 + Width = 120 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 1 + Left = 90 + Top = 47 + Width = 120 + Height = 17 + Caption = '&Headers' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 2 + Left = 90 + Top = 68 + Width = 120 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 3 + Left = 90 + Top = 124 + Width = 120 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Left = 90 + Top = 184 + Width = 120 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 6 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 205 + Width = 120 + Height = 17 + Caption = 'Headers' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 226 + Width = 120 + Height = 17 + Caption = 'Footers' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxShowTreeLines: TCheckBox + Tag = 4 + Left = 90 + Top = 145 + Width = 120 + Height = 17 + Caption = 'TreeLines' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxShowBorders: TCheckBox + Tag = 5 + Left = 90 + Top = 103 + Width = 120 + Height = 17 + Caption = 'Borders' + TabOrder = 3 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 305 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 9 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object pnlBehaviors: TPanel + Left = 0 + Top = 0 + Width = 299 + Height = 325 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlSelection: TPanel + Left = 0 + Top = 0 + Width = 299 + Height = 75 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 57 + Top = 12 + Width = 239 + Height = 4 + Shape = bsBottomLine + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 166 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + end + object pnlExpanding: TPanel + Left = 0 + Top = 75 + Width = 299 + Height = 70 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object chbxExpandNodes: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = 'Nodes' + TabOrder = 0 + OnClick = OptionsExpandingClick + end + object chbxExplicitlyExpandNodes: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 166 + Height = 17 + Caption = 'Explicitly Expand Nodes' + TabOrder = 1 + OnClick = OptionsExpandingClick + end + end + object pnlSize: TPanel + Left = 0 + Top = 145 + Width = 299 + Height = 68 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblSize: TLabel + Left = 5 + Top = 8 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlSize: TBevel + Left = 33 + Top = 13 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Auto Width' + TabOrder = 0 + OnClick = OptionsSizeClick + end + end + object pnlSeparators: TPanel + Left = 0 + Top = 213 + Width = 299 + Height = 94 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object lblSeparators: TLabel + Left = 5 + Top = 8 + Width = 53 + Height = 13 + Caption = 'Separators' + end + object bvlSeparator: TBevel + Left = 68 + Top = 13 + Width = 229 + Height = 4 + Shape = bsBottomLine + end + object lblSeparatorsThickness: TLabel + Left = 90 + Top = 38 + Width = 50 + Height = 13 + Caption = 'Thickness:' + end + object lblSeparatorsColor: TLabel + Left = 90 + Top = 67 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlSeparatorThicknessHost: TBevel + Left = 152 + Top = 34 + Width = 80 + Height = 21 + end + object bvlSeparatorColorHost: TBevel + Left = 152 + Top = 62 + Width = 143 + Height = 21 + end + object imgSeparators: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000000000F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0F77FFF8F777F8F777F0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F00FFF8F00FF8F000F0 + F07DD0F08888888888888888880F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F0000F8F000F8F000F0 + F07DD0F0F00FFF8F00FF8F00FF0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCDCCDDD0F00000000000000000000 + F07DD0F08888888888888888880F07DDCCCCCCCCDD0F00000000000000000000 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8F000F8F000F0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F000FF8F000F8F00FF0 + F07DD0F0F00FFF8F000F8F000F0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCDDDDCDDDD0F00000000000000000000 + F07DD0F08888888888888888880F07DDCCCCDCCDDD0F00000000000000000000 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8F0FFF8F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00FFF8F000F8F000F0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F07777777777777777770F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F888887F88887F88880F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F800087F80087F80080F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFFFF7FFFFF7FFFFF0F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000000000807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 7 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 83 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = LookAndFeelChange + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 145 + Width = 166 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 122 + Width = 166 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementsClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 100 + Width = 166 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementsClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 166 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 4 + OnClick = OptionsFormattingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 204 + Width = 166 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormattingClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 249 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 246 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 173 + end + object Label1: TLabel + Left = 79 + Top = 110 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 229 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 229 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 229 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Texture...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormattingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 265 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 297 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 213 + Width = 104 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 229 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 213 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 54 + Top = 12 + Width = 242 + Height = 5 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 90 + Top = 75 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 215 + Top = 71 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 8 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F07DDDDDD0F7FC9F77777777777777F7F0 + 7DDDDDD0F7F9CF77777777777777F7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FC9F77777777777777F7F07DDDDDD0F7F9CF77777777777777F7F0 + 7DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 30 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 51 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + end + object pnlPreview: TPanel + Left = 313 + Top = 44 + Width = 300 + Height = 304 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewTreeList: TcxTreeList + Left = 5 + Top = 5 + Width = 291 + Height = 294 + Bands = < + item + Caption.Text = 'Manufacturer Data' + Width = 173 + end + item + Caption.Text = 'Car Data' + Width = 116 + end> + BufferedPaint = False + DefaultRowHeight = 17 + Enabled = False + OptionsBehavior.AutomateLeftMostIndent = False + OptionsView.CellAutoHeight = True + OptionsView.ScrollBars = ssNone + OptionsView.Bands = True + OptionsView.ColumnAutoWidth = True + OptionsView.GridLines = tlglBoth + OptionsView.UseNodeColorForIndent = False + Preview.Column = colManufacturerCountry + TabOrder = 0 + OnCustomDrawBandHeader = PreviewTreeListCustomDrawBandHeader + OnCustomDrawCell = PreviewTreeListCustomDrawCell + OnCustomDrawFooterCell = PreviewTreeListCustomDrawFooterCell + OnCustomDrawHeaderCell = PreviewTreeListCustomDrawHeader + object colManufacturerName: TcxTreeListColumn + Caption.Text = 'Name' + DataBinding.ValueType = 'String' + Width = 113 + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colManufacturerLogo: TcxTreeListColumn + Caption.Text = 'Logo' + DataBinding.ValueType = 'String' + Width = 60 + Position.ColIndex = 1 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colManufacturerCountry: TcxTreeListColumn + Caption.Text = 'Country' + DataBinding.ValueType = 'String' + Width = 167 + Position.ColIndex = 2 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colCarModel: TcxTreeListColumn + Caption.Text = 'Model' + DataBinding.ValueType = 'String' + Width = 86 + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 1 + end + object colCarIsSUV: TcxTreeListColumn + Caption.Text = 'SUV' + DataBinding.ValueType = 'String' + Width = 30 + Position.ColIndex = 1 + Position.RowIndex = 0 + Position.BandIndex = 1 + end + end + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 362 + object styleBandHeaders: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + end + object styleStandard: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object stylePreview: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlue + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object styleCardShadow: TcxStyle + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 362 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Texture...' + ImageIndex = 1 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 362 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dcu b/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dcu new file mode 100644 index 00000000..89431733 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..e849182e --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxTLLnkPredefinedStyleSheets.dfm @@ -0,0 +1,296 @@ +object dxdmPScxTreeListLnkPredefinedStyles: TdxdmPScxTreeListLnkPredefinedStyles + Left = 483 + Top = 307 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 536870912 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6005301 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooterRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TcxTreeListReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.Footer = styleProfessionalFixed + Styles.FooterRow = styleProfessionalFixed + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TcxTreeListReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.Footer = styleGreenFixed + Styles.FooterRow = styleGreenFixed + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TcxTreeListReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.Footer = styleTransparentFooter + Styles.FooterRow = styleTransparentFooterRow + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPScxTLLnkReg.dcu b/official/x.19/Lib/D5/dxPScxTLLnkReg.dcu new file mode 100644 index 00000000..746ae8e1 Binary files /dev/null and b/official/x.19/Lib/D5/dxPScxTLLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPScxVGridLnk.dfm b/official/x.19/Lib/D5/dxPScxVGridLnk.dfm new file mode 100644 index 00000000..0e0be4ac --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxVGridLnk.dfm @@ -0,0 +1,1296 @@ +object cxfmVerticalGridReportLinkDesignWindow: TcxfmVerticalGridReportLinkDesignWindow + Left = 397 + Top = 325 + BorderStyle = bsDialog + Caption = 'cxfmVerticalGridReportLinkDesignWindow' + ClientHeight = 405 + ClientWidth = 644 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 636 + Height = 363 + ActivePage = tshView + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 8 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDCCCCCDDDDDDDDDDDDDDDDDD + DDDDD00000CCC0000000000000000000000DD08888CCC8888887FFFFFFFFFFFF + FF0DD08007CCC7000887F000000000000F0DD088888888888887FFFFFFFFFFFF + FF0DD077777777777777777777777777770DD088888888888887FFFFFFFFFFFF + FF0DD088888888888887FFFFFFFFFFFFFF0DD080000880000887F00000FF0000 + FF0DD088888888888887FFFFFFFFFFFFFF0DD077777777777777777777777777 + 770DD088888888888887FFFFFFFFFFFFFF0DD088888888888887F88888888FFF + FF0DD080000000008887F00000000000FF0DD088888888888887FFFFFFFFFFFF + FF0DD077777777777777777777777777770DD088888888888887FFFFFFFFFFFF + FF0DD088888888888887F88888FFFFFFFF0DD080000000008887F00000000000 + FF0DD088888888888887FFFFFFFFFFFFFF0DD077777777777777777777777777 + 770DD088888888888887FFFFFFFFFFFFFF0DD087777777788887F888888FFFFF + FF0DD08007CCC7000087F0000000F888FF0DD08888CCC8888887FFFFFFFFFFFF + FF0DD00000CCC0000000000000000000000DDDDDDCCCCCDDDDDDDDDDDDDDDDDD + DDDDDDDDDDCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 13 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object bvlMultipleRecords: TBevel + Left = 89 + Top = 101 + Width = 208 + Height = 4 + Shape = bsBottomLine + end + object lblPrintMode: TLabel + Left = 91 + Top = 117 + Width = 33 + Height = 13 + Caption = 'Mode: ' + FocusControl = cbxPrintMode + end + object chbxShowHeaders: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 1 + Left = 90 + Top = 75 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowBorders: TCheckBox + Tag = 2 + Left = 90 + Top = 52 + Width = 200 + Height = 17 + Caption = 'Borders' + TabOrder = 1 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 306 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 3 + end + object cbxPrintMode: TComboBox + Left = 156 + Top = 114 + Width = 140 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 4 + OnChange = cbxPrintModeChange + Items.Strings = ( + 'Current Record' + 'Loaded Records' + 'All Recods') + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888777777777777777777707DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD08887800087F00000000FFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0888777777777777777777707DDDDDDDDDDDD0F78887800087F00000FF7 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08887800087F0000000000F07DDDDDDDDDDDD0F78887777777777777777 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0888777777777777777777707DDDDDDDDDDDD0F78887800087F000000F7 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0808887777777777778888807DDDDDDDDDDDD0F78887777777777777777 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78888888888888888887 + F07DD0777777777777777777777707DDCDDDDCDDDD0F78089C80000000088887 + F07DD0888888888888888888888807DDCCCCDCCDDD0F78888888888888888887 + F07DD0808998000000000008888807DDCCCCCCCCDD0F77777777777777777777 + F07DD0888888888888888888888807DDCCCCDCCDDD0F78887888887FFFFFFFF7 + F07DD0777777777777777777777707DDCDDDDCDDDD0F78887800087F000000F7 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08089C8000000000088888807DDDDDDDDDDDD0F78887777777777777777 + F07DD0888888888888888888888807DDCDDDDCDDDD0F78887888887FFFFFFFF7 + F07DD0777777777777777777777707DDCCCCDCCDDD0F78887800087F00000FF7 + F07DD0888888888888888888888807DDCCCCCCCCDD0F78887888887FFFFFFFF7 + F07DD0808998000000888888888807DDCCCCDCCDDD0F78887777777777777777 + F07DD0888888888888888888888807DDCDDDDCDDDD0F78888888888888888887 + F07DD0777777777777777777777707DDDDDDDDDDDD0F78089980000008888887 + F07DD08888888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78888888888888888887 + F07DD08800008887FF000000000F07DDDDDDDDDDDD0F77777777777777777777 + F07DD08888888887FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object lblSize: TLabel + Left = 5 + Top = 78 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlSize: TBevel + Left = 33 + Top = 82 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F088887FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F08778887F777F7F777F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDCDDDDCDDDD0F08008887F00FF7F00FF0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCCCCCCCCDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCDDDDCDDDD0F08888887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F08008887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDCCCCDCCDDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCCCCDCCDDD0F08888887F0FFF7F0FFF0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F08008887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F088887FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F7F00F0FFF0F07DDDDDDDDDDDD0F08008887F00FF7F00FF0 + F07DD0F088887FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxExpandRows: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = 'Rows' + TabOrder = 0 + OnClick = OptionsExpandingClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 100 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 1 + OnClick = OptionsSizeClick + end + object chbxBestFit: TCheckBox + Tag = 1 + Left = 90 + Top = 123 + Width = 200 + Height = 17 + Caption = 'BestFit' + TabOrder = 2 + OnClick = OptionsSizeClick + end + object chbxWrapRecords: TCheckBox + Tag = 3 + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Wrap Records' + TabOrder = 4 + OnClick = OptionsSizeClick + end + object chbxKeepSameRecordWidths: TCheckBox + Tag = 2 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'Keep Equal Record Widths' + TabOrder = 3 + OnClick = OptionsSizeClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D0887777787787FFFFFFFFFFF07DDDDDDDDDDD0F87777787787FFFFFFFFF + FF07D0888888888887F000FF0000F07DDDDDDDDDDD0F88888888887F000FF000 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000080087F00000000FF07DDDDDDDDDDD0F80000080087F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000000F07DCCCCDCCDDD0F80000000887F00000000 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000F00F07DDDDDDDDDDD0F80000000887F000000F0 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000008887F00000FF00F07DCCCCDCCDDD0F80000008887F00000FF0 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F00000000FF07DDDDDDDDDDD0F80000000887F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF7FFFFFFF07DDCCCCDCCDDD0888888888887FF777777F + F07DD0888888888887FF70888FFF07DDCCCCCCCCDD0888888888887FF7FFFF7F + F07DD0880000000887FF70FF8FFF07DDCCCCDCCDDD0880000000887FF7F00F7F + F07DD0888888888887FF70FF8FFF07DDCDDDDCDDDD0888888888887FF7F00F7F + F07DD0880008888887FF70000FFF07DDDDDDDDDDDD0880008888887FF7FFFF7F + F07DD0888888888887FF777777FF07DDDDDDDDDDDD0888888888887FF777777F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCCCCCCCCDD0888888888887FFFFFFFFF + F07DD0880000000887FCCCCCCCFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0880000000887F9999999FF07DDDDDDDDDDDD0880000000887F88888FFF + F07DD0888888888887FF99999FFF07DDDDDDDDDDDD0888888888887F888888FF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF888FFFFF07DDDDDDDDDDDD0888888888887FF888FFFF + F07DD0880000888887FFFFFFFFFF07DDDDDDDDDDDD0880000888887FFFFFFFFF + F07DD0880000000087FF888888FF07DDDDDDDDDDDD0880000000087FF888888F + F07DD0888888888887FF888888FF07DDDDDDDDDDDD0888888888887FF888888F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 82 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 190 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 195 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 212 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F7777777777777F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F78887F88F7FF7F07770D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0FFF0D + DDDDD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F7777777777777F077F0D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887F88F7FF7F0F7F07 + 770DD098F0000000000000000F8907DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + FF0DD099FFFFFFFFFFFFFFFFFF9907DDCDDDDCDDDD7F7777777777777F0F7F07 + 7F0DD0999999999999999999999907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCCCCCDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDCDDDDCDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F0000000000000000F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099FFFFFFFFFFFFFFFFFF9907DDCCCCDCCDDD7F7777777777777F0F7F0F + 7F0DD0999999999999999999999907DDCCCCCCCCDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCDCCDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDDDDDDDDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD00000000000000000F7F0F + 7F0DD0F8F0777778888888880F8F07DDDDDDDDDDDDDDDD7F7777777777777F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 7F0DD0F8F088887FFFF8FFFF0F8807DDDDDDDDDDDDDDDDDDDD7F777777777777 + 7F0DD0888000000000000000088F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = LookAndFeelChange + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 123 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementsClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 100 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementsClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 4 + OnClick = OptionsFormattingClick + end + object chbxPaginateByRows: TCheckBox + Left = 90 + Top = 213 + Width = 200 + Height = 17 + Caption = 'By Rows' + TabOrder = 5 + OnClick = OptionsPaginationClick + end + object chbxPaginateByWrapping: TCheckBox + Tag = 1 + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'By Wrapping' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + object chbxOneWrappingPerPage: TCheckBox + Tag = 2 + Left = 90 + Top = 259 + Width = 200 + Height = 17 + Caption = 'One Wrapping Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 259 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 255 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 183 + end + object Label1: TLabel + Left = 77 + Top = 118 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 23 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 228 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 228 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 228 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + Caption = '&Use Native Styles' + TabOrder = 0 + OnClick = OptionsFormattingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 275 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 307 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 228 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + end + object pnlPreview: TPanel + Left = 313 + Top = 44 + Width = 318 + Height = 315 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewVGrid: TcxVerticalGrid + Left = 6 + Top = 8 + Width = 307 + Height = 303 + BorderStyle = cxcbsNone + OptionsView.ScrollBars = ssNone + OptionsView.RowHeaderWidth = 112 + OptionsView.ValueWidth = 150 + TabOrder = 0 + OnDrawValue = PreviewVGridDrawValue + object rowLuxurySedan: TcxCategoryRow + Properties.Caption = 'Luxury sedans' + Properties.HeaderAlignmentVert = vaCenter + object rowManufacturer: TcxEditorRow + Properties.Caption = 'Manufacturer' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxTextEditProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = 'BMW' + end + object rowModel: TcxEditorRow + Properties.Caption = 'Model' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxTextEditProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = '760 Li V12' + end + object rowPicture: TcxEditorRow + Height = 116 + Properties.Caption = 'Picture' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxImageProperties' + Properties.DataBinding.ValueType = 'String' + Properties.Value = Null + end + object rowEngine: TcxEditorRow + Height = 57 + Properties.Caption = 'Engine' + Properties.EditPropertiesClassName = 'TcxMemoProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = + '6.0L DOHC V12 438 HP 48V DI Valvetronic 12-cylinder engine with ' + + '6.0-liter displacement, dual overhead cam valvetrain' + end + object rowTransmission: TcxEditorRow + Height = 17 + Properties.Caption = 'Transmission' + Properties.DataBinding.ValueType = 'String' + Properties.Value = 'Elec 6-Speed Automatic w/Steptronic' + end + object rowTires: TcxEditorRow + Height = 44 + Properties.Caption = 'Tires' + Properties.EditPropertiesClassName = 'TcxMemoProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = + 'P245/45R19 Fr - P275/40R19 Rr Performance. Low Profile tires wit' + + 'h 245mm width, 19.0" rim' + end + end + end + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 373 + object styleCategory: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWindowText + end + object styleHeader: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + object styleContent: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 373 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + ShortCut = 16451 + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 373 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPScxVGridLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D5/dxPScxVGridLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..3db57818 --- /dev/null +++ b/official/x.19/Lib/D5/dxPScxVGridLnkPredefinedStyleSheets.dfm @@ -0,0 +1,111 @@ +object cxdmPScxVGridLnkPredefinedStyles: TcxdmPScxVGridLnkPredefinedStyles + Left = 435 + Top = 202 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 63 + Top = 28 + object styleProfessionalCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7566195 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGrayCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6579300 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGrayHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8559005 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TcxVerticalGridReportLinkStyleSheet + Caption = 'Professional' + Styles.Category = styleProfessionalCategory + Styles.Content = styleNoneContent + Styles.Header = styleProfessionalHeader + BuiltIn = True + end + object ssGray: TcxVerticalGridReportLinkStyleSheet + Caption = 'Gray' + Styles.Category = styleGrayCategory + Styles.Content = styleNoneContent + Styles.Header = styleGrayHeader + BuiltIn = True + end + object ssTransparent: TcxVerticalGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.Category = styleTransparentCategory + Styles.Content = styleTransparentContent + Styles.Header = styleTransparentHeader + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D5/dxPSdxFCLnk.dfm b/official/x.19/Lib/D5/dxPSdxFCLnk.dfm new file mode 100644 index 00000000..3058cff0 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSdxFCLnk.dfm @@ -0,0 +1,413 @@ +object dxFCReportLinkDesignWindow: TdxFCReportLinkDesignWindow + Left = 372 + Top = 310 + ActiveControl = chbxTransparent + BorderStyle = bsDialog + Caption = 'Report Designer' + ClientHeight = 319 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 544 + Height = 280 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 252 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblPreview: TLabel + Left = 242 + Top = 2 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 14 + Width = 226 + Height = 51 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 7 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 132 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 12 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object gbxBorder: TGroupBox + Left = 5 + Top = 75 + Width = 226 + Height = 51 + Caption = ' ' + TabOrder = 3 + object lblGridLinesColor: TLabel + Left = 7 + Top = 24 + Width = 67 + Height = 13 + Caption = '&Border Color: ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 86 + Top = 20 + Width = 132 + Height = 21 + Visible = False + end + end + object chbxDrawBorder: TCheckBox + Left = 17 + Top = 73 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxDrawBorderClick + end + object stTransparent: TStaticText + Left = 32 + Top = 13 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 4 + OnClick = stTransparentClick + end + object stDrawBorder: TStaticText + Left = 32 + Top = 74 + Width = 70 + Height = 17 + Caption = ' Draw Border ' + FocusControl = chbxDrawBorder + TabOrder = 5 + OnClick = stDrawBorderClick + end + end + end + end + object pnlPreview: TPanel + Left = 250 + Top = 46 + Width = 288 + Height = 226 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + end + object ilFlowChart: TImageList + Left = 36 + Top = 197 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FF00000000000000FF000000FF000000FF0000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000840000000084000000000000840000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000084000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000084000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000008400000000000000000000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FF000000FFFF0000FF000000840000000000000084 + 0000008400008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FF00000084 + 000000FF000000FF000000FF000000FF0000008400000084000000FF000000FF + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FF000000FF + 000000FF000000FF000000FF000000FF000000FF00000084000000FF000000FF + FF00008400008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + 0000000000000084000000FF000000FF000000FF000000FF000000FF00000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FF000000FF00000084000000FF000000FF000000FF000000FF000000FF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008484840000FFFF000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FF000000840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FC3F000000000000 + F00F000000000000F00F000000000000FE7F000000000000FF7F000000000000 + FC3F000000000000F81F000000000000C0030000000000008003000000000000 + 8003000000000000C007000000000000F007000000000000F01F000000000000 + FE1F000000000000FFFF00000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSdxInsLnk.dfm b/official/x.19/Lib/D5/dxPSdxInsLnk.dfm new file mode 100644 index 00000000..e8fe9e62 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSdxInsLnk.dfm @@ -0,0 +1,2321 @@ +object dxInspectorDesignWindow: TdxInspectorDesignWindow + Left = 353 + Top = 289 + BorderStyle = bsDialog + Caption = 'dxInspectorDesignWindow' + ClientHeight = 341 + ClientWidth = 585 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 577 + Height = 300 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object lblShow: TLabel + Left = 6 + Top = 6 + Width = 26 + Height = 13 + Caption = 'Show' + end + object bvlShow: TBevel + Left = 40 + Top = 10 + Width = 222 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 32 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblBehaviors: TLabel + Left = 6 + Top = 142 + Width = 47 + Height = 13 + Caption = 'Behaviors' + end + object bvlBehaviors: TBevel + Left = 66 + Top = 147 + Width = 196 + Height = 4 + Shape = bsBottomLine + end + object Image4: TImage + Left = 6 + Top = 166 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 29 + Width = 169 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 169 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 90 + Top = 73 + Width = 169 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxShowImages: TCheckBox + Tag = 5 + Left = 90 + Top = 117 + Width = 169 + Height = 17 + Caption = 'Images' + TabOrder = 4 + OnClick = chbxOptionsClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 8 + Left = 90 + Top = 95 + Width = 169 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 3 + OnClick = chbxOptionsClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 167 + Width = 169 + Height = 17 + Caption = '&Auto Node Expand' + TabOrder = 5 + OnClick = chbxAutoNodesExpandClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 189 + Width = 169 + Height = 17 + Caption = '&Auto &Width' + TabOrder = 6 + OnClick = chbxAutoWidthClick + end + object lblPreview: TStaticText + Left = 275 + Top = 3 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 7 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridLinesColor: TLabel + Left = 10 + Top = 219 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + end + object bvlGridLineColorHolder: TBevel + Left = 91 + Top = 215 + Width = 168 + Height = 21 + Visible = False + end + object gbxCaptionTransparent: TGroupBox + Left = 5 + Top = 73 + Width = 262 + Height = 61 + Caption = ' ' + TabOrder = 3 + object lblCaptionColor: TLabel + Left = 6 + Top = 29 + Width = 72 + Height = 13 + Caption = 'Caption Color: ' + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 7 + Width = 262 + Height = 60 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 29 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 5 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object chbxCaptionTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 70 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxTransparentClick + end + object gbxGroupTransparent: TGroupBox + Left = 5 + Top = 141 + Width = 262 + Height = 61 + Caption = ' ' + TabOrder = 5 + object lblGroupColor: TLabel + Left = 6 + Top = 29 + Width = 64 + Height = 13 + Caption = '&Group Color: ' + end + object bvlGroupColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object chbxGroupTransparent: TCheckBox + Tag = 2 + Left = 18 + Top = 139 + Width = 15 + Height = 17 + TabOrder = 4 + OnClick = chbxTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 6 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 6 + OnClick = stTransparentClick + end + object stCaptionTransparent: TStaticText + Left = 33 + Top = 71 + Width = 109 + Height = 17 + Caption = ' Caption Transparent ' + FocusControl = chbxCaptionTransparent + TabOrder = 7 + OnClick = stCaptionTransparentClick + end + object stGroupTransparent: TStaticText + Left = 33 + Top = 140 + Width = 101 + Height = 17 + Caption = ' Group Transparent ' + FocusControl = chbxGroupTransparent + TabOrder = 8 + OnClick = stGroupTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnFont: TButton + Left = 8 + Top = 14 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 42 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnGroupFont: TButton + Tag = 2 + Left = 8 + Top = 130 + Width = 110 + Height = 23 + Caption = 'Grou&p Font ...' + TabOrder = 4 + OnClick = btnFontClick + end + object edGroupFont: TEdit + Left = 9 + Top = 158 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnFixedFont: TButton + Tag = 1 + Left = 8 + Top = 72 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font ...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 2 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 100 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblRefinements: TLabel + Left = 6 + Top = 6 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlAppearance: TBevel + Left = 79 + Top = 10 + Width = 183 + Height = 4 + Shape = bsBottomLine + end + object imgGraphics: TImage + Left = 6 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxFlatCheckMarks: TCheckBox + Tag = 3 + Left = 90 + Top = 29 + Width = 169 + Height = 17 + Caption = 'Flat CheckMarks' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 4 + Left = 90 + Top = 51 + Width = 169 + Height = 17 + Caption = 'Display Check Marks as Text' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 7 + Left = 90 + Top = 73 + Width = 171 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxTransparentColumnGraphics: TCheckBox + Tag = 6 + Left = 90 + Top = 95 + Width = 171 + Height = 17 + Caption = 'Transparent Column &Graphics' + TabOrder = 3 + OnClick = chbxOptionsClick + end + end + end + object pnlPreview: TPanel + Left = 283 + Top = 50 + Width = 290 + Height = 246 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object pnlPreviewHost: TPanel + Left = 5 + Top = 5 + Width = 279 + Height = 234 + BevelOuter = bvNone + BorderStyle = bsSingle + Ctl3D = False + ParentCtl3D = False + TabOrder = 0 + object insPreview: TdxInspector + Left = 0 + Top = 0 + Width = 279 + Height = 234 + BorderStyle = bsNone + Color = clWindow + Ctl3D = False + Enabled = False + ParentCtl3D = False + TabOrder = 0 + DividerPos = 133 + GridColor = clBtnFace + Flat = True + Images = ilVendorLogos + PaintStyle = ipsNET + Data = { + DB0000000200000008000000030000000E00000069724D657273656465734265 + 6E7A08000000000000000900000069724D424D6F64656C080000000000000007 + 00000069724D4253555608000000000000000900000069724D4250686F746F08 + 00000003000000050000006972424D5708000000000000000A0000006972424D + 574D6F64656C0800000000000000080000006972424D57535556080000000000 + 00000A0000006972424D5750686F746F02000000080000006C46080A0E000000 + 69724D6572736564657342656E7A08000000FCF9080A050000006972424D57} + object irMersedesBenz: TdxInspectorTextRow + Caption = 'Mersedes-Benz' + ImageIndex = 0 + IsCategory = True + RowHeight = 22 + OnDrawCaption = InspectorDrawCaption + end + object irMBPhoto: TdxInspectorTextGraphicRow + Caption = 'Photo' + RowHeight = 44 + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBPhotoDrawValue + end + object irMBSUV: TdxInspectorTextCheckRow + Caption = 'SUV' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBSUVDrawValue + ValueChecked = 'True' + ValueUnchecked = 'False' + Text = 'False' + end + object irMBModel: TdxInspectorTextRow + Caption = 'Model' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = InspectorDrawValue + Text = 'S600' + end + object irBMW: TdxInspectorTextRow + Caption = 'BMW' + ImageIndex = 1 + IsCategory = True + RowHeight = 22 + OnDrawCaption = InspectorDrawCaption + end + object irBMWModel: TdxInspectorTextRow + Caption = 'Model' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = InspectorDrawValue + Text = 'X5 4WD' + end + object irBMWSUV: TdxInspectorTextCheckRow + Caption = 'SUV' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBSUVDrawValue + ValueChecked = 'True' + ValueUnchecked = 'False' + Text = 'True' + end + object irBMWPhoto: TdxInspectorTextGraphicRow + Caption = 'Photo' + RowHeight = 44 + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBPhotoDrawValue + end + end + end + end + object ilVendorLogos: TImageList + AllocBy = 2 + Height = 21 + Width = 22 + Left = 4 + Top = 310 + Bitmap = { + 494C010102000400040016001500FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000058000000150000000100180000000000A815 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000C0C0C0A6C4A5737273615F5FA2A9A2D2BCD10000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000C2C5C27B7C795D595B696165746C716359 + 6065676693969600000000000000000000000000000000000000000000000000 + 00000000000000000000000000008D6A8D366A35000000000000000000000000 + 0000000000001C441C7BB07B0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000D6D4D55F6560989394E3E3E4FFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFC9C5C6424848A1A1A10000000000000000000000 + 00000000000000000000000000000000A18EA1384538000D0000000003020702 + 0000000000000000000000000000000000000000282E26A69FA5000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000B4B3B54D4248EAE9E7FF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9799656A69 + 00000000000000000000000000000000000000000091AA91000D000000000706 + 040808060000000302001F1F1C25242E23262A04070D00000002020000000000 + 0E00647063000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000C7C9C85B58 + 5BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFB7B2B8676C6B000000000000000000000000000000C0C0C0161C16 + 0000001C1C1A1616120000001F1F1E93908D808080DFC285C5C1C07D81871115 + 2200000003030800000008180BAEBAAF00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + C0C0C0695F65FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF928B8FBBB9BA00000000000000000000 + 00008190800403042A2928262425000000637362D6D6D5F6F4F1808080BE9B37 + B18414C09F4AA1947F2F31390000000706040000005A62590000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000ACA0A595A096A1A0A1E7E3E6FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2EEEFA1A0A1CCD4CF433E400000 + 00000000000000E0DBE12329202022203E3C3D141112668164FFFFFFFDFAFEF4 + F7EE808080C5A336B98F00BE9500C69B20A69777181F2F000000000000121513 + B1DCB10000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000737172FFFFFFC6C2C3655C63828983CD + C8C9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCDCDCC757577616866D2D2CF + FFFFFF9E9D9DC5C8C5000000000000A2AEA113131248494A272627384736FFFF + FFFFFFFFECF9ECF5F1EC808080CFA93AC49D00C5A100BB9400C7A1247B7C7C00 + 000D0000000000006C8F6B000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000C0C0C0959192FFFFFFFFFF + FFE3EBE7A5A2A27472773831377D7A7DE3E1E3E8E3E68E8E8C443E44575A5CAA + ABAAEEF1EEFFFFFFFFFFFFEAEBE9877D82000000C0C0C0767D772E312B5B5A59 + 383738959495FFFFFFF9FFFBF4FFF6FFFFFF808080D8AD37CDA200D0A700C8A1 + 00C59900BEA46424273A0000000000003C3F3CC0C0C000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000CDD0CE + B5B1B5FFFFFFFFFFFFFFFFFFEBECECB6BCB8C2BCBD2F3C38000000332C344849 + 4DBDB6BABBB9B9F1EEEEFFFFFFFFFFFFFFFFFFFCFFFF716C6F000000C0C0C06A + 74695050506362626D6A6BCAC9CAF3F5F3EDEEF0ECEFF0F6EEF2808080D2B54E + C59F18CBA728C5A327C29D1FCFAD60454D6503090E000000292929C0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000BEB8BEC5C6C4FFFFFFFFFFFFFFFFFFFFFFFFF8F8F7A9A5A9EAE7E6 + 969496969196E0E0DEABAEAAF5F7F4FFFFFFFFFFFFFFFFFFFFFFFFFCFFFF776E + 74000000C0C0C076817467656479797A827F7BC8B78FDCC487D1BA7FD0B574D6 + BB63B8A351D7D5C9DADCD1D9D8D4D5D4D1D8D6D2E1DFDA43464B060607000000 + 242524C0C0C00000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C5BFC4B9C2BBFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA0A1A0E6ECE83A3639A2A4A2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFF9F9F7767F78000000C0C0C0969D957A7873989792818388B2A383F2D3 + 7BE1C26ADFBA5CE2B642B9AB00808080FDFFFFF8FAFFF1F3FAFFFFFFE3E5E812 + 110E080908000000333232C0C0C0000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000C0C0C093898FFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFD4CED1CECACC222022DEDBDBFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFDEDEDE908D8D000000C0C0C0B9C2B6898782A5A29F + 8D8E95918F8DEDD498EBCC87E0C581E8C471BCC233808080FCFFFFF5FAF4F4FC + F2FFFFFF90918D000000000000000000546A54C0C0C000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 5E585CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3E1E1B9B7B72F443FF2EE + F0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF999D98C1BDC0000000000000E2 + E2E192918BA5A19F808080808080A8A18EFBE69DEBD18AEDCC84C2C94B808080 + FFFFFFFFFFFFFFFFFF8080804954478080807574750E0C0D8EBB8DC0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000676766E6E5E4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F0F1 + A0989D575658FAFBFAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFFFD545A550000 + 00000000000000F9C8F9BCC4B9D7D4D48080808080809FA0A6B0AB99F2DEA5FF + E39DCEDA5F808080FFFFFFFFFFFF808080707A707A637A808080808080818C80 + D7CDD70000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000C0C0C0444749FFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF98A49B70666CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + 8E8C8CB6AFB5000000000000000000000000E2FFE1C6C4C48080808080808080 + 8084868D929290E0DAB5CAD876808080808080AB8FAB2945248A878880808080 + 808080808088A988808080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000ACABA97D87 + 85FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF958F93878787FFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFBEB5BC585256000000000000000000000000000000000000C5F0C3 + DBDADB808080808080808080A0A1A17F90888DA68D55695980A07B474644625E + 5E373937808080B1B3B1728672C0C0C000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008F858C797A78FFFFFFFFFFFFFFFFFFFFFFFFA9A7A99E9F9EFFFF + FFFFFFFFFFFFFFFFFFFFABADAA5C605D00000000000000000000000000000000 + 0000000000000000C3D6C0A8AFA2ABA8A2B8B5B4B1AAAA808080808080472F3F + 8080805E825D646263423F3F192318A0AC9EC6D3C50000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000B7B8B7424645BFBBBDFFFFFFFFFFFF + CFCCCBC5C3C4FFFFFFFFFFFFD8D8D77875768B898A0000000000000000000000 + 00000000000000000000000000000000000000C0C0C0B7D0B3A1B29B8E9087D3 + C8CFAE9EAFC0C0C08080802237233345323C553CC0C0C0C0C0C0000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000009B + A09D525052706B6E7C75798C89888782836E6D6D8E898BC0C0C0000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C0C0C0C0A8D5A6AECBAB718670534951B8B7B7527450808080D88CD800000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000424D3E000000 + 000000003E0000002800000058000000150000000100010000000000FC000000 + 0000000000000000000000000000000000000000FFFFFF00FF87FFFC0FF00000 + 00000000FE01FFF003F0000000000000F8007FC000F0000000000000F0003F80 + 0070000000000000E0001F000030000000000000C0000F000030000000000000 + C0000E000010000000000000C000060000100000000000008000040000000000 + 0000000080000400000000000000000080000400000000000000000080000400 + 0000000000000000800004000000000000000000C00006000000000000000000 + C0000E000010000000000000C0000F000010000000000000E0001F8000300000 + 00000000F0003FC00070000000000000F8007FE000F0000000000000FE00FFF0 + 03F0000000000000FF83FFFC0FF0000000000000000000000000000000000000 + 00000000000000000000} + end + object ilCarPhotos: TImageList + AllocBy = 2 + Height = 44 + Width = 87 + Left = 32 + Top = 310 + Bitmap = { + 494C010102000400040057002C00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 00000000000036000000280000005C0100002C000000010018000000000070B3 + 000000000000000000000000000000000000000000FDCBFF6D5D8FA47AD38A6D + BD8A6AC18B72C07D62B2665B9B6C5BA26E609B654E9767599369549565579664 + 559362538F655C92695B9469589567559360579262599564548C6254895F528C + 5E4E895D4A885B50885954875D54895D5489555483584F7E5F477C5A457A554A + 7B5850774B4D642E3B481F2A2E1D261B1F271C2229231E29201B281D1A261D1C + 241E1A231D16221D19231E18241B18221A19221A1129150F2A1415281915301A + 162F181C261D1E2325192420152B16182F18152B19152C1A162F1B192A1B0F30 + 181B2A1B253027222A20242F1426321A24320E142508333F18111E1D24351F33 + 3E32332B293333302526022E40302435193F402C07080B000000727689656C7D + 666C80646A7C666A7D6A6D81696C7F65687C6C6F83686E7E6B717E6E75836E72 + 7C6F727F72778371768270737E69707C68727D68727F6A71816B7484686F8068 + 6D7E666B7C6C717B6B6E7C6D737E73747F7674807374807475826F717D747681 + 70727E71737C6F737D6E747E73737E74758074758074768176768275747F7775 + 8173747F7576817476806F707B6E6F7A6D717B65737B69767E6C737C69707A69 + 707C6C7180686C7D696F7F6C6E816E6D7E686F7869707B6B717C6E737D6B707A + 6F747D70757F71757F73737E73758074758172748173757F72717C73737E7475 + 7E75777F76778076748074737E72727C73727D75737F85838E4A4C4E00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000007000EFCC8FF53466C8764BB785C9E7A5FAB6C5F9E57427C6751 + 93644A8E574783584687584E855540825F4E8C5A458562508863508B594E8753 + 4A865C4F855C4B845C4C7F57477D56458250407D55467C594A7E55447D503D79 + 523D79503F734B3F6C463F6B49436A4A446C403E5A2622221316001E26111920 + 2C09161C0B180E111D18142219111E19081F120C2C0D142C140D1C150D1C1616 + 221A16231B111F160F1F120F22140C23160B20140C1F151A251D20241F132018 + 1C2F1F1B271F15251912261914231A18261B13231B0D1E0E2938251B240E1628 + 0E202C1A19251116270D1D2C181929141A20142E3F271E1F201829113C393906 + 2A0000120033301E1B180F687382B7C5E4A7B5CFABBBD3AABAD1AABCD3A6BAD1 + AABBD3AFBCD4AFBDD4AFBCD6AFBBD6B0BDD7B3BBD5B5BED8B1BBD4B5C0D7B9C4 + DBBEC6DBBEC4D8BFC5D9BEC1D6BFC3D7B9C1D5B9C1D6B3BCD1B0BCD7B2BCD6B3 + BFD7B8C0D8BBC2D9BCC2D8BFC4DABEC3D9BEC2D9BDC3D9C6C7DCBABDD3BFC5D9 + C5C6DCC5C6DAC2C9DDBFC5D8C0C5D9C3C7DBC2C6DBC5CADFC3C5DAC7CAE0C2C3 + DAC3C5DAC2C4D8C4C5DABFBFD4BBBDD4BEC0D5BFC3D7B9C1D5BAC1D4BDC4D9B7 + BFD7B1BBD2B5BDD9B4BDD8B2BCD5B3BED5B2BDD5BABED7B9BED6B9BDD5BCBFD6 + C0C3DBB8BFD6B7C3D7BDC5DBC3C5D9C3C8DDC9C6DAC7C6DACBC7DCC6C5DAC7C5 + DCC5C2D8C9C3DBC6C1D7D6D1E57F7F8500000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000009150FEBADFF + 524873805EAC765DA16C549C59468D665088664F95543E815E52875942855944 + 855C448864558F645289594582614F8C62528A5B4C855545825B477D594F7A55 + 497E55438053437A55457B55487C5044794D42735043735044744C406D493C6A + 48406C4437532F31442E5591465EC03A315B1E1F00192519181C240E1614091C + 130F20131D2A1D152E1D0B2518132218121E13141F1619261E13221B18231A19 + 2016121D1512221F11201B1B261C2327201A231F2329220E201819231F202625 + 1E251F23291F2024261A241F192B0F1928181B2C1F242F1C1C2F20272F201A2A + 2013240F162812222E222F361C021F201D2400464B2C0622004B394A00060861 + 6A75A5AFCD9AA4BB97A2BA97A1BB9BA8C399A7C197A3BD9EA7C09CA5C09BA4BC + 9CA7BE9DA9C1A0A8C0A1ACC2A0AAC1A1AAC39A9FB795A0B897A1B99AA3BC9FA7 + BCA1AAC0A7AEC2ABB2C4ABADC3AAAFC3B0B5C8AAB1C6A3ABBFA8AFC3A4ABBDA1 + A8BAA8AFC1A9AEC1ADB2C5B1B5C5A8ADBDA9AFBEACAEBFADAFBFADB3C3AEB4C4 + B2B5C5B1B7C5A4AAB9B6BAC9B2B1C2B0B0C2AEB3C2ABAFBEAFB0C1B8B5C8B9B6 + C8B7B6C5B6B4C4B4B2C2B3B2C4B1AEBFB1AFC1B1B1C4B5B6C7B2B2C5ACB0C4A7 + ADC0AAB1C3A8B0C3ADB0C3ACB0C2AAAFC2A7AEC0A5AABEA7AFC2A8ADC2A8ACC0 + B0B4C2AFB3C3AEAEC0B4B3C5B0B1C2B2B5C5B3B7C6B6B6C6B9B5C5B4B0C1C5C1 + D0706E7700000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000001509D097FF52476F7F65A36A4E986D5E8F + 634D8C573C8F57447E5B4E85573C7E5C468958438761548B5940845A4C895943 + 845D4B885D4D815E477E5C4A815848845246794C407657467B55467C5347794A + 40704A3C6F4F42715046734E44734C406F483E6D403557302B52313C877A76B9 + C5C6EF84A6F00728620F0C00232012031115001400031600001B0B001F150725 + 1D18291C0E1B07001502031C0E02190B00180900190B021A06001208000C0202 + 1600001904001404061F08001200000F080B1A0B02190300140200130D152511 + 001E001329141A23131B2A1218250F19291E2731280015041622082A2E1B031E + 0B1B3A00392C3B3A254B3D33397D7A7C000406616572A0A6C4969FB497A2BA9B + A6BD9DA8BF96A1B997A2BA9EA8C09CA6BE98A6BD96A8BD8DA4BBA0A7BF9DA8C1 + 95A6B9A9B1C2A9A5B99AA3BA98A3BC99A5BC9AA6BE96A1BB94A2B794A0B5A2A6 + BD9DA5BB9DA5BBA5A8BBA6A9BAAAAFC1B0B2C5ADACC1ABAFC3AAAFC4A8ADC1A9 + AEBFAEB2C4B0B5C6A9B2C1ABB4C3A8ABBCADB3C5ACAFC0B0B0C3B2B0C4B5B3C5 + B9B4C6B5B0C4B7B5C5C0BECFC0BED0B8B6C7B5B5C7B4B0C0C1BDCDC0BCCCC1BE + CEB9B6C7B7B6C5B9B8C8B2B1C2ACABBCAEB1C2B3B0C2BFB7C8B8B3C5B5B5C6B1 + B0C1B3B3C5B1B2C3A9AABCAAADC2AFB2C7B9B5C9ADAEBFB2B3C4B5B7C8BDBDCD + B3B4C5B6B7C8B3B4C5B6B5C5B5B0C2B7B3C5CFC9D97C79860000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000012D5B0FF4B3B696D57987251995C548C644F8A543E87624F7F5F4E87 + 5440845E468A6250835C5C88513D845645885B51835850825E4B7E5E4A7C5047 + 7458487E5A4C80554777514873544977534574534472494073404572484B6F46 + 456E44477046496536324D1E2865616DACDED4DEFFFFFCECEFFF6E7CB5000B27 + 0012000C2E09433D54724C8364436A54395A55385E583E5B513F4F4438443F31 + 434A344A543E4C594551574553563D47574B5F605276664D6E634B665E496262 + 4C655F4B635F496961566C615463564057453D4C36373D3E3746453520082222 + 0D3202241D00002B18082E11031D001F3427543D5B3E4C404D455E6B506E3831 + 47AAA0BD1D00126C707DB5BED8A4A9C0A1A6BF9EA5BEA1A4B9A6A9BDA0A3BA9D + A5B8A0A6BCA7ACC4A9ADC7A9B2CAA1ADC6A6B3CBA5AFC69FABC19BABC3A0ACC5 + A2ADC4A0ABC29DA9C19CA7BF9EACC49CAAC29FABC29CA9BF9AA7BFA3B0C89CA9 + C4A1ADC7A3AEC1ABB5C6A9B0C4ABB2C6AEB5C9B2B5C7B4B6C8B5B7C9B9BACCB9 + B9CAB6BCCFADB5C6AFB4C8ACB3C7A8AFC5A6AFC2A6B0BFAAB2C3ABB3C3A1A7B7 + 9EA0AFA5A4B49FA2B0B8B3C1B6B1C0B0AEBDB6B5C5B9B7C8C0BECFBFBACBC5BF + D0C8C5D4C3C1D0BEBBCAC0B9C8C2BAC8C5BDCCC6BECEC4BDCCC3BECEC5C1CFC1 + C1D0B9B8C6C0BECEBDBBCCBCBBCBBEB9CBB6B2C5B8B6C7BFBCCDBDBBCCBEBBCC + BFBBCEBAB6C9CBC6D97973810000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000060813C197FF46355B65 + 5098705592584284655890543E886754875B44865B478B5F4E8C5F5082604B8A + 5949855E4784574B7B5C4A7E58427B55457A55487653467B55447B5142774D43 + 6F4E45734F44744E4073483F7147406C453E68453F66454460353E4815284932 + 3F81B0B0C8EADAEBA594D6B9B1EEC4C7EE3A40690000001A2023836EA7B387D2 + 9A72AC9269A19266A08D6294895781844870814B6D784D657549606A42575627 + 3F995D76CD8DB3AD78AC735677483C483A2C3B45324747384B45364A483A4E46 + 394C433C4B4436434931455C4E5D5C43596743606E546A583D504A4348381F39 + 00220000000059646E745C84603E686855643C2940B387B1150E0B636A78A3B1 + C997A4BA96A2B99DA5BD9DA2B69FA6B8929CAF8A95A7939CB28189A060667947 + 4B604F5257595B675258675057664E54664552683E4F644C586F555F73586075 + 5460754B596E4F5E72566175626E805F6880626D865C6880526078555F795560 + 79515D7557647D4D596F50607449586D4651674753694B566C485166444E643C + 485F3A496137445A36425835475C2E3B51161D2B0C14260D13281113262B2A34 + 292936282836303347282C4632374D3D46583D455845475C50546A575D705962 + 716164746A6A7970717F7C7B8A7D7D8F9090A1A09DACA6A2B0ABA9B7B8AEBDBA + B1C0BDB4C2B5B5C2ADA8B5B0ADBDB2AEBFAFABBDB2AEC0B4B0C2C8C5D878737E + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000081109BD87FF362A5B6B4D926B508D6B5B9158428A4C + 38836F5E935E448A5D4688614E8A58497F654D845B467B5844785C457D5A4878 + 52437B59437B5848765042765342795140745047725243724C3D714C39704B3E + 6B453B644337623F39593B37492E2B3A00004543428BE0D4E3CFC3EB9296D8D3 + D2F8DBD3FF64688E000000322739AD93D0BCA3E59B88C2977EB89971AE97619A + 9352828D4E73653D571C1B1B001400000D00000000492F3F8E577A7D4868361F + 2E14120D1B1D141F180F201D0D1A151814160C091F00001300000D0000180000 + 190000000013000C061E0B3434446E4C5A7B43659058867E5D5E111312242044 + 7C586F7B4E6945394EB586AE150018676C78AEB5CD9CA5BA99A1B8A1A4BE9CA2 + B89AA6B8919FB398A0B593A1B2141F33242736333444030B1300000804001800 + 000C000000313340616B824D5A6F3A44542E354A161F370B1830020F2800031E + 00031E00001600001800001D000820141C3300031E0000150000160000180000 + 1800041E0C122F00021D00001606091F070C24090E270D1A3012182E282A3F00 + 001918152B4E5360868893464B5800041400001600001300000C00000031394B + 3A3E50353E4E3B43533A43563843563D42553E44543E4857424958424B58474E + 5D606676444A59131423222230262732312F3935334337343E4A4D55968B9680 + 7987817A89827C888A86908D8793A196A3605A63000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000E11 + 0DB27FF446345C7960A06035865E50845B4E8B654F8758518A633E856A528C68 + 4C885B437B5B44766643805E477D5644735E47795A4876574375554074534071 + 5642734E3F7146466D4B3E704B386C493866473E60463C5738324C2C2942332C + 3E292E3C0003465A5293F0EAF6E0DFFACFD7F0EBF3FFD1CDFF726FA10000003A + 2F46B09BE0B49DDD9678B28C67A5885C93814B7A7543666F425C523346220F1F + 1902152919253C3745423A4A40293C53304C633E5C623F595F445A5D38535E3C + 5964445C64465C5C3F5E5B3C635D3E5561405062354B503F4F4B3238533E4326 + 1A19000000544755AD6EAF251C006A484D63376455605185386F4F324AAC92B0 + 19001272737DC3C4D8B1B0C4B7B6CBAFACC1B1B0C5B0B2C5AAACC1C8C5D62F33 + 40565D6BC7C5CFE5DAE2B3ABB22B354200001D09081F03090C0000008D919CB2 + B6CCA1A7BEA1A6BD9AA1B4979EB09199AD8C92A9878DA57F889F717C8E6F7B8D + 7D8795191E2B02000F0E07150B06140B04151106160703123642517E8B9F7881 + 9769798E6C7A8D6A78896E788A8188994F5261001220BDBBC7F9EBEF948E97C7 + BFC998979B00001A03081B0C0D1A06021227263A959BA7878F9B8089938C8897 + 8C8B988B8B988C8E9B838A988A8C9B8C8B9BA8A6B577707803000606001C0003 + 1F00001A03001D03001E00001B000007504F59B0ABBA9C97A59D97A6A5A0ADA3 + 9CA7B4AAB76B656F000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000110706BF8BFF523562665F946243 + 845C45826F5F8D5E4282594D836C4686613E8162487E64487C5843795A47775E + 48765748765C467A5944785542765A3F74524473503B724C3F6D4A476A43396A + 453A5E403A54362F4C2C2E42292C3C2F2A3F2F2E39111A230000397472A3FBF7 + FFEDE9FAE0E1EFEAF5FFDCDEFF7E7DA80000004F455FBDA9F5B095DB9774B192 + 6AA98962998558857A486A6E395B703860743E657242647444667845697B3D66 + 793B6373446871486B6E3F6574426979456D76496B72426A6E376070405F784C + 657344676C45656A396468486663465C6645576F405E543E563B334F78516B00 + 1A000000009D5A775F5E727A4B6F502C48C78FB70B0C0E726F7ABDB5CBACA8B9 + ABA9BBACABBCAEABBAAEABBBC3BDD0887F8D293440E3D7E3DCC7D23E2F3D524F + 5DADA9AE1E1F31000013070B11020203020406BDBBCDA19EB6A2A5BAA0A2B59B + A1B1A1A6B89BA0B5A3AABDA3A2B9AAACBEB6B7C644445000000D0F0F1E0C0B1C + 0606190808120306120C0B14000000323A4A9CA4B88A96AA8B92A88F97AC8393 + A88B96AA1415278C8D97C5B5B4483844CBB7C99A8B98928E9A6C697400000309 + 0B19090916020211767786B1B3C8A0A1B5A1A4BAA0A2B8A5A8BEA0A3B8A7A8BD + A1A3BAB2B1C585839100000003061D0D081D0B061B0D0C19040615060B1A0B09 + 1F0D0E260000085A5D6FBBBBCDA9A8BDA6A9BCA8A8B9B9BBCC6C727D00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000F041AC797EE4B3C6C633A876D5C866A52896850885D43826648 + 7A65458161407C5F4782654B7B5B4B785B49775B4277573D7C604E7856427757 + 3E775B4B75493F6C493E6B4B3B674D3F643E375739314B362F4429263B232636 + 2A283C1D20260C1A0606081F0C07508B90A7FFFFFFE1E1F9D4D2EDF2F8FEE5E8 + FF7776A0000009685F84CBBDFFAD9BE69E87C7A18CC6977AB893619C8C4F7E80 + 466B7E45687F446D7F4472834871874D7B804B7E794D7F85558A87588B80528B + 89578F8D5F958D64968D62938D60968C6295886095885D938A5A8E905E868356 + 858B527C824A7181527581517C73405F71545F6D40713E2733504860000000AD + 7F93844075D698BD1A09127B737FCDC4D8BCB4C6BFB5C6B9B0C2BCB0C3B7ABC0 + D6C9D93C3A4887969FD5BCC5F5E9F15E5F69282630C6B6BE3C3D4E00000F090B + 110C070C000000878490D3CADEBAB8C9BCBBCDB8B6C9B9B8CABCB8C9BBB9CAB5 + AFC3C7C4D68C89950C090902071208091A0706160E0B1B0E0C1604040F090914 + 0F0D1C000000898D9FBDB9CAACAEBEA9AEBEB3B6C5797C8C353942E1CAD45855 + 5A000000F1ECF284818A000000C1B4BB00000806091A0B0B0F0403131D1D2C68 + 68777C7D8C787B9082869888879C8F8B9F938FA29397A89B9BA827273200000B + 0D0E1D090D19000000685F6A4F505900000E080818090E24060B2911162BA7A1 + B5BFB7CBB5B2C2B4ADBBC5BFD076717E00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070D19CC87E3 + 423C6673458C6C5982654E7F6138825F4D7E694C7D6847806746805E457C624B + 77634B7B5540735E467A5F467D57426E4F3D6F523E704D3966534570473B6640 + 345640324C372C4730273C2E293622232C13201E000800040606574A6E855EB8 + 3D287B7B808BFDFFF9BABEEE9596CFEFF1F6EBF2FF5A6398000028847CA6D9D1 + FFC8C0F1C5BDE9B2A4E59884D59880C49B76A79C64909B608F9B67959B6E9F9D + 79AFA083BAA98BC2AC91C6A891C7AA98CAAF9BCAAB87BCAF91C5B79CCFB99AD0 + B497CEAF96CCA893C9A88AC7B08FC7A888BAA58EBFA987C1A180B89C76AC9672 + 9E985D88955A878C5881955B7D945E7E55495D691E4D987776EA94CC1A06147D + 737DD2C5DAC0B6C8BAB1C3BFB6C7C4B7C8C5B4C6C8BACB222532DCD0D9472E37 + 969E9FF1EFF2B6ABB5EDDCE686808A0000150B090E0E0E0400000038354C8F87 + 986A6670635B6C5A5164544E5E534E5D514C594C495953515E29273702000F09 + 09190B09190806180B081A070713040311060613060B1C00000D231F369F9BAA + 787687706E836E6B7D32354064626CC3ABB5E1D4DCA39FA4D8D4DB8E89916B67 + 7BC5AFB5191E3002031806080707071103001600000E00001100000900000F02 + 000F0B07110C0913080B0F0F111303000B07081307081208091302030C272426 + 2C2E320603140706160B071B08041F000019756F83C0BACCB0A7B5B0A5B2BFB4 + C4756C7700000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000200F19C587E54B326B7A58875D3C6463437C + 6848836B5182663D79724B8768467D604C786A4C6E563D7959477F5C46725D47 + 735240694E406B4C3E674D3C61503D574C3D4E362B3B2A2C2E222623201B241C + 1D1300110000000023133C784CA3B086D39A85BB2C2555525666F7F9F3D8DDF6 + A7B2D8EEF4FADEE0FC46458311073BB0AAC6FFFFFF9293D70003B16174D4F6FD + FEF9F8FFD0B2D0C47E98BC788EBE8299BE7E96BA7993B97E92BC818FBB788DB7 + 6C85C06C84BD7181C46E84CF6B88D37389D17A8DD2758AD77A8ADD8190DB7E93 + DC7F97D48099CB839EC5819BC786A5C591B4CFACD4AA93C0BA95C1A56292A774 + 989A578EBE6A87575A59500230FFC7EA280318777681C9C3DDB4AEC3B6B1C2B6 + B1C3B5AEBFD2C3D5C7C2D031313EDDCBD7534E59ABA1ABB4A0A7ACA1A7635C63 + 73707706061A0303080E0C0908061800001202030D00001200000D00000F0000 + 0F00001100001100000B00000E0000110906160B081607021503001304021400 + 001202001202001202061500001800001807070900000C00000300000600000E + 7C7484BFB3BCCFC1C5FFE0E8897E84837A82FFEAF9493D454B4D58000012030B + 0D0B081808041F0406190006190D0B180B091807041404031606001406040E06 + 060F0809140708120808130909140B0B1504030D02001408041A07041609071B + 0D041E040B2212112C5A5A71A69FAE98919FB5ABBA69646E0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000015D29EE54D3855664078704F80674A7F775D84654F7B7A568A6A3F80 + 5F3D7262517660437E5D486B52366D5E397C54446E583F6C533D684838573B3A + 392B3333282730201C1F0C0B0D070B1300180703110035163F744C9AA282CEB1 + A1D4D1D6F6C8C8F5342B5E1E202BD7D8DBFFFFFFF3F9FBEDEFFFA8A8E226245B + 383C64E6E9EEE8ECFE5C6BCE737CD0EFEAF6F4DBE1C6879DC05D73C56279C468 + 7ABD6675BB687CC57285C77587C57389BB6A83C1747FD18895C67A9AB77196AD + 78919E71919F66879A718E86668A825D85845B86906686996984A76F7AAF7090 + BC6C8DBA6176BC5C77DD889FAA616CD2B2D6C5A4BEC38EA7A9809FE57CB03B11 + 1BF6B8F92F0D2367646AB4A8BCA4A0B39B98ABA3A2B3AAA4B57B7C8D4E4A5D32 + 3848D3C5CFFFEDF7CBAEBCB5A5B0A79EA711141980797C09090F0707120B0611 + 110D25070B1503031904031F02021A00021A00021B02031C03021C080B1E0B0D + 1B0B0D1E0B0B1D09091D0F12220E0D1E0D0D1E120F22130F220F11220C122212 + 142914192E12182F151A30292B400002140B0B1F8E7D8D726871151C2CB0A8B4 + AF9EA2C4B1B5887980C7B9C140394200001208081408041B07091B0304130607 + 160B070F0907110706140708160704150909110908120708120B091309091308 + 09120909130708120906190906150907150808190C041C070C24000222000000 + D1D0DEB5B3C0C6C2D273737C0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000080213CD8ED947294E76 + 5188744F7C7555856E4C81755281644677643A776A507B5A4970563C6F5D3D6B + 573E67543D6B50485A43344E4230462F1F36231C1D1A18150D12160F0C16090D + 030000023522446F43888E69B6AC9ED2BBBAE0C5CAF2CDC9FFA08FD42015360F + 1316ACABCDF9F4FFE1E3F8D3D8FF8488C2020048605E84F4F7F9FFFFFFFFFFFD + FDFCFEF1EDF8E4D4E6DDABC1CE809BB36379A4657CB78AA7B690A9B08099C99E + B4CCB2C8B399B6B297ACAA839FA87DA9A18EB79D86AC937695938FA6A5A3B9B3 + A4B99685A1B7AEC5A29DB98777979C80A291809BAC94B4C7A0C97D465DC29BBD + DEBBD7A36480BC7B98CE98B8CCA9D8D57F814F1E3AFFCAFF2A152366636EA8A7 + B79796A7928CA1ADA3B56C667600192F060E20201E38D4C9D38175795C59647A + 7F8BC5B5C1968F9DA798A004020E0800120F1223242639232A3C383D4F393F4F + 3C3F503C3F513A3D4F333D4F333C4D30394B30394D343C4E3C4253343F523A44 + 563942543740533842533842523742533842543B46573F4556444658383D4F3E + 4A5A0000020F0F236D66766E7279524E5E848293787F8778747E0000003C4249 + 3C3A4900001407041402092007091D0906190D0B1C04030F0603130404130404 + 130604130708140708160806140E09160F09150907160606130403110B041308 + 000E08061604021508081506091E0D0E270000076D6D78B5B5C6C2C0D36F7279 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000161213CA82D7472C4D825E9377547D7552826C467B67 + 3E736E56816742766956755B43715B2E6F5B49725C4B704B39531C1E2012040F + 110C00140808140026001100000B000000001C12286A4687805CAA9487C5C6CC + F3CFD1F8ABA1DB9E8ED6B3A1EE9F8DC92F274900001B586187C8D0EEEEEEFFCE + CCF747477E00002CA4A2B3FFFFFFFEFFFEEBEDF1E9F0F3FEFFFFE2D5E3B490B5 + AE6F90C17F92D9C1D2D5DEF6CAC2E2C7A1BEAB8294C5A1B3E6BAD0C496B5AC87 + AECD96B7A388947D797C7B6D77726175716C777A797F545A5DA99FAF6E556D6F + 6D6E826F876B7076807C867A6575D4B4D1874E86C8B0E7CDBBCEC2A5C1935484 + C486A6C56D6F484B71FFDBFF29041B7B717DC5BDD0B1AABCB3A8BDC5B6C73C3E + 4F1622390D0F23131327A59DAA34343F5558658E898F595363DECED7796A7A00 + 0D190E001400021C0B1129585E707278867278867377857678867679876F7886 + 6D7685727B87737D89767D8A767A887A818E79838E79818E7B84907C85917C84 + 917C84927D84917C84927F82908083908487946069780000030B0D1F464653B2 + AEB6D2C2CC81757D4C4F59A8A7B434384D7F7A8303060F0E0E230402120B1125 + 11152B1113290308230E08190B081D0B071A0B061A0C0318070B1D121B29090D + 1E09091C08091C08061A00021609061602031400021302001500001400001300 + 001409092306082000000E585B6FCFC8DD767680000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000E00 + 00DC98F25F4260705487764F84745A846442747151816C43766550815B3F725E + 38676A58850F181D14000000000000000012130C35303E29293C131E2732182A + 3000407350949778C6A49AD2CCCDEFD6D8FFAA9EE0917EC8988ACEADA3E2CCC5 + FFB1A8D6392F4E0000282024546A6E88B2B3E06C6FA0000023474767E8E6EDFF + FFFFE6E6F0F2F4FAFFFFFED9C9D6C4ACC9D2C6ECC1A6D4A96287B16880C2819A + BB7F9DAB819EA2738FB96D83BD7786B084A3DD9DC0CB8CA07A6B787666777568 + 6F726A6B796A727A6576534B5AA598AA857F867B72838D8088676157A1749903 + 1502C3BFC7C97AA3D7D9FF730748A68193F8EEFFEDB2A66F225C877395FFC9F2 + 31092A827783DCCADECFB8C9D1C0D23133451E2E3C242A3E00000E2C32434443 + 53ACA7B8DFD0E094878D08090BB1ABB1363A5307142004000E000219666B7C8C + 909F8083908184927F84937F84927E82917B808D787D8B7F8390818392828591 + 7E83907E84927F83908185938084928084927F83907E828F7F85927F85918282 + 917F818E8184917079850000000C0F20151B279C919EBEB4B93530304C4A4EBF + B8C0C5B9C249444608111E00081508091D00001100091D00061C000007000008 + 00000700000F00000E07041D06061C0F12270606190B081B0404180F0D1D6C34 + 428784886B666A7268736A616C635D676B676F4C47530000150B0C2700002232 + 3444C7C3D37A7882000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000001C0D0EDC9AEE5029577561877148 + 766643786F517F724D775F407662517D4E4075704367352F755E83B800000024 + 1A000000000207004636555C477F4D33666F4889856AAEAEA1D9C4C4ECCACCF7 + B2A7E89686D09C8ED4AC9FE1B2A5E3BCB4E5D4D5FFC0C0ED433E4D00000B3D3C + 8225245B0000300F09591C14578E8CA1FBFBFBFFFFFFFEFDFCFFFFFFEFF5F2D6 + D0DFCAA2C3C596B4CDA7C0E1BACAD3A4B7BD839ED8B5C6FFF9FFF0D5E5B17792 + 9A6783D69AB5E9A3BA846173594A56735A67755F6E6F6073775E727358675F52 + 5FB387A266666E756774746176775C72A299A1433B3DA7A2B3D8A4CFD4B5D19B + 6AA0BA89A1D0D5FFFF96A82A495DA34A89F5CAF92402187A737ED1C2D4C2B8C8 + 8A8795878796B1B1BE51525E00000F070F25333748827A87AE9AA7CBBDC42C2E + 376D6A75222C3F00000D0000155154649597A3838693888A9887889685869584 + 8596848596848692848794878796878795878795878995878895868894878896 + 878795878996878996878996888A978688958787948787968787967579890000 + 000C0D231216292A2A39C5B4C13A3F48777075A198A25857600B131F1F243009 + 0D180000006666785C5C6753505F57505E4044503D3F4B3E3A483B34451E2C36 + 07041B00001408021A06041B02001A001923B53249747C81AC9AA6877B7CB2A7 + AA998E929C949780767C0000120800200E1323A19DA6DDD0E06D6B7300000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000160011DAA1DF593362675475714A76704A7B714E7C6043775F45 + 7C5C457D5B4072602E5B3E3FAAFFFFFF524D610000000013000200025533717A + 4F9F785BA7A29ACBCACDF3C3C4F2ABA1DCA08DD49C8DD4ABA0DCB5AFE6B5AEE8 + B4ABDFBFBBDFD7DEFACFD4FB62617B0000002423455C5EAD5657A11812502F2E + 51CFCFD4FFFFFFFAF9FAFCFAFAFCFFFFDDE6F4C4A1C1BD5E78D59DA4EEE3EEC8 + A7C5A07598AB84A0E1B7C8F9DCEAB18BA8925173BA7C92F6A6C0C5879760565C + 5B505B6C4F5D6A5A625F5C676A5A673E4652454E5B9662764459624444505246 + 553C5B567C6E7E2025377B898DFFDBF8AF5D9675505AC088BDFBE6FFC387A059 + 4368995C84FCD4FF2E09207A7480CDC1D4A9A0AF9E94A3AB9EAEBBABB8777282 + 0000190402153235443134464848578480895655621C24351F1D32000007242E + 439293A1898A9887879687889584849186839387859586859583829084859287 + 869385859184859184859283859283849181839081829080828F828491828491 + 85859187879480818E8483908F8F9F85879800000408031E1D23351C222C241E + 31646676706E7D504E590D0B1928394B07072000000C060618F9EFFFC9C0CDC5 + B8C5B8A7B8B5A5B1B5A6B5786B71B8A1ACC8B6C1726B7816152400061B00001B + 00001900091C51182E72697660556163576871606B65565E72686F4F46510003 + 1A060B1A7D707AB4AAB5D5CCDC7D747E00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000001B0E1AD38DCD + 4B3155734C7E724C6D714F79673E7A684C7C5E3B7A744D7D96608D994F83263B + A9FFFFFF8E93C2000000140D18B886F06C559E9C96C5D2DAF9D4CFFDA598DB96 + 83CFA991D4B1A5DFB8B3E9BCB5EDB7B8E7C2C6E6DBDAEBDADEEED4D8F9DFDFFF + A0A1BF151A1F04000031253D0E09380C0D259D9DA3FFFFFFFEFAFEF7F2F9FFFF + FFF6F8F9C5C1D6C7ACCDDCBAD1CFB4D2C49EC8AF7090B3677BBA8597B2839BA5 + 5D76AE5C70D691A1DD92A7BB718AB7758DCF899ED48FA0CA8C9CD190A0D195A8 + D593A4C7939DC88C95D7879ABB8C97C88894C58794C08D98CF8E9EA28783D697 + ADBA5A7EBFC0E8C87F8EAA4668FFB39D6F4278A588BF6D4D75EDBFFF1F0D207B + 727ED2C5D7B1A2B3A79BA8AB9BACB0A2B2A197A714132402071F090B1E303244 + 2E334623253823293929293D090218000008777D8B928F9D8A88968C8B998F8E + 9D8E8D9C938D9B948E9C948E9C95909E9993A19993A19794A29996A39C99A59D + 9BA7A19CA9A19AA7A29EABA8A0AEA8A0AEA8A1AEADA5B0B0A3B0AEA4B2ABA3B2 + BBB1BEC5BCC600000806022502021C2324392B30431D22371B1F321B26352E35 + 4809182803001A0000079491A1DECAD9C8BDC8C5B8C3B1A1AEAC96A3B29DA940 + 3E473B424DAD9EA9A4969F8D8489666169504D5A4C485740444F3C4252343740 + 3C3744373443342F3B33333D31354031304020263966697589797FAC9CAAD4C6 + D677717B00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000001B1113C288BC563054835587754A72655175 + 673A7774447A8163909A6091B47A9FA0498B376FB9FFFFFF929ED8000000764F + AFDAD0FFC0C9DED4D6FFAB99E18A76BF9D88CFABA1E1B6B4E7B5B5E8B6B5E6C9 + D0EAE2E6F3E9ECFAD4D9F4C0C5EEC0C5EFDEE4FFE7EEFC74738D000000000000 + 04040E838196FFFDFFFDF8FDF4EDF6F9F4FAFFFCFFF3F3F7C7BBD8AC7FAC8F46 + 6CA14F6DBD75859F616D8B5367985A6FAB566BCB6980E191A6CF879AC76F7CC7 + 6978BF6A84BF6B88BD6E88B96886B86983BF7286BD7B8FBB7A93C57A95BA718A + C58093C18092CD809CC48293C27799D2818DB57FAADE949A871227FFE9FFB898 + AEFFB4C54F356D9885AD463B6DF2CDFF090C1D686470B8AEC0B5A9B8AE9FB1A6 + 98AAAA9DABBEB1BE333544000011040D2500061E0F14291C20350E1E2F02091E + 00000081808DE0CFDBD4C5D0D6C7D2DBCBD5E1CDDBE1CFDCE1D1DCE5D4E0E7D6 + E1E6D4E0E5D6E1EAD5E1EBD6E1EAD5E1ECD6E2EDD7E1ECD8E4EADAE5EDDBE5ED + DDE6EBDCE6EBDCE6EDD7E4EED6E4EDD5E1E5D3DFD4C5D2E9DEE343404A000003 + 09092503021F0F152E22293C2B37481D2B3C0214280E081E00000058626FF9F3 + FCE7D5DEE3CAD2DBBAC4C6A4AFBE9099BC979FB58C95A5808AC2909DBC919BB9 + 939BBD97A1C6A0A8B08E98B3919BB591A1B5949BB08B97B18C97AE8B94B39099 + B18C959F8A909D8A8EAD8E997B646D9D8E9BDBCCDE7F79840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000070E00ED93E0623E5B7C4681664A77765478875786875C8E95618DA26D95 + AA75977B1973749FD5FFFFFFB5BBDE000000FFFFFFD8E1FEA699E09587CE9488 + CCAB98DBB1A6E5BBB5E6BFBEE6CCD1ECEAF0F8E9EBF4D4D6F4C3CEF2B8BBEEBA + B8ECC3C7F0CAD5F7EFF8FFF4F5F377748C2F2B52ABA9BAFFFCFFF5E2F5E8D9EC + F6F0F8F2ECF6F5EEFCF8EFFFCAA3C09245668D4054A26570BB707CCE6F7FD372 + 85D57487DA8093DA899ECF7C8FC5697CC86B7CCD7082CD7182CB6C7ECD6C83CD + 6982CB6E7BCD6F81D1697CBE627DC1687BCA6B7ECF6E84C86F81C76C7DCE6E80 + C66F7FCA7281DA93A6C5668BE8877A884B6FFFEFFFAC869F775088888DA65749 + 77E1E9FF00061C6B6973B0A6B9AEA5B3FEFAF9F8EEF0F3E4EEE7D8E2C6BFC809 + 0E2600061B00092003091F00081F000019000C1E797789FFEEFAE9D4E0EADCE5 + F4E2ECF4E4EEF2E5EEF3E5F0F3E7F0F2E6EFF3E6EFF8E9F3F4E6F0F3E6EFF2E6 + F0F3E6EFF2E7EFF4EAF0F8EBF2F9E8F0F9E9F2F9E8F1F8E9F1F5E7F0F1E8F3F3 + E5F1EFE7F1F2E6EEF3E4EEEEDFE5D3CCD2060C2000001500001C000019000018 + 00001200001A00001A02081C6C7881F2EDF3EDE0E8E9D6DDE1D0D2C8B3B5B093 + 98AE8D90A58C90AC8B8DB5969996858A8B7378A78A8D9B7E848D727C97888C85 + 777A83727882787895888C877D7F86797A8E7C7F937B80BF8A91CB8C94CA8C95 + EFB7C3CEBBC5CBC2D1716D770000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000D0E02FFA0F94D2B5072 + 5278845584895885875686925F919D65929E6C98AC6E9677125A6F98D2FFFFFF + A6B5D4000000FFFFFF9186D99782CBAEA5E1B3AAE3A3A0E1B9BDE7DFE1F4ECED + F7E8ECF9D4D7F0C7CAF0BABDF0B4B5ECB9BBE7C2C5EDC9D2F6CDD8F7DBE3F4F1 + F7F8FEFFFEFFFFFFF9EFF9E8D4E9E7D7E7F3ECF5F3EFFBEDE6F9E4D3E8D8A4BB + CE7C91CA8596CF92A5D98599D97687D37888D47E91D58294D17F90CE7386CC6C + 80CE7082CF7687CD7687CD7687CB7484CE7387D07387CE7885D57889CB677CC4 + 879FCD8899D07887D18193D27D93D78094D27F8FE08A9AD0A1AECD7C96C17D88 + F2AEC2F06065A05F7F5281AA6F74A0568A9B534F8095EDFF00021E6A646DAAA0 + B0887F86AC9ABAD0BBCBD3C1C8D9CAD5F8E7F1D2C7D368727D3E46583542573C + 4D61666773B5AEBCF9E8F4F0E1EBF7EAF4F7EBF7F9EAF7FAECF7F9EBF5F8E9F4 + F6E6F3F1E2EEF5E5F1F3E4F0F1E4F0F4E2EEF3E0EEF5E1EEF1E1EBF1E1EAEEE0 + E7E9DDE6E9DEE5ECDEE6EADDE5E4D7E1E7D7E1E6D7E1DFD2DCE6DAE4E9DBE6F9 + EBF6FAEEF8B9B5BC444652161F330D182B121C301F293C303C4C515F69AAABB7 + FFFFFFFFF7FBFFF2FAF9F0F9C7C2D2C5B4C0CDB6C57E6A77625864342A397E71 + 8268666E03091C322F3C5C4C5AA69BA4605F643E3A4047454B494B50968B9248 + 484F463D425A4E54A1929E998C948D828787777AB4ADBCB6A7BACEBCCD766E79 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000C110EE98BE0523258886A868C5986794873865F8A91 + 66909A64959C6592AE6A9397357B004A7CFFFFFF7F8EC7000029FEE1FF9EA0DF + B6AFE7ADA5E1B4B3DAE1E7F6F3F9FBE2E8F7D3DBF6C3C6EEB7BCF0B9BAEEBEBC + EEBBC0EFBFC2EEC8CEF1D1DAF9D4DEF8E0E7F5F6F9FAFFFFFBFAF5F7EEE1F0EA + DFEFF2EAF7F1EDFBE9DDF3DEB6CBCF869ACB7689D48D9CD997A5D97E93D37288 + D08490D48897CF7B91CE7489D37687D17786D07887D2798BD2798AD07A8AD27D + 8BD07A8BD47C8DD47B8DD48091D7778DD4798BCB94ADD594AAD48193D6899CD8 + 8D9EDA8A9BDF9CACD2A4B5C77F98DE929CF892A9E5797E57789F6477A83580A3 + 5E819F268BA21F437A7AF4FF11091466626BA197ACB0A5893831D79387DFFAED + E7F9EFFDF9F3FDFFF8FFFBF2F9E9E1EAE5DDE5EAE3ECF2E3EAFFF4FAF8ECF5F9 + EDF7FAEFF9FCF1FCF5E7F3EADAE5E4D5E0DFD2DCDDCED9DECDD9DCCCDAD7C8D4 + D6C7D4D7C6D3D8C8D4D6C5D2D4C5D0D4C4CFD2C4CED0C3CED0C2CCD3C2CED1C0 + CDD0C1CDD1C3CDCFC1CBD3C4CDD9C8D4D8C8D4E1D3DDFAF0F9FCF4FAE9E5ECC0 + BEC8B0B5B9B5BABFC6CACFDCDFE1EFF2F1FFFFFFFAF2F9F9ECF8FFFCFEC5C3CC + 9793B2C5B8C8C5B6C46A676D59555E201622838293A197952B2B380307127D67 + 71BEAFB53A3E3E635C60766B71534E53A190966461676865665F6265AA95A1AB + 9DA3AA929BAF9397AEA2AFAFA4B4C5B7C8716A75000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000C00 + 12CFA1D06435588F59877448748D61898E5E8D9563868D5B8E996491AA5D80BA + 95E500001DFFFFFF8C91BE130064FFFFFF958ED4B4B2E1DBE0F2F9FFFCE5E8F9 + CBCEF2BCC5EEB8BBEBB8BAECBABBEEBDC2EEBFC6EFC3C7F0C6CCF2CBD3F7D3DD + F7DFE9F2F2F8F7FCFEFAFAF8F9F9F2F9F8F0FAF1EFFDEBE5F7E2C1D8D592A6CF + 798AD48294D78D9FD28594D17D8CD08392D08796D27D91CF7286CE7586CF7889 + D27A8CD57B8FD47C8ED47E8ED47D90D67C8ED48091D48595D48394D38591D985 + 98D78C99DB8A99D3899BD38797D98CA1D68F9EE19AA8E4AFC0D2ACBAD88D96FB + 96ABD78FA59C6B950074A44A899E427EA3557596457DA3357BA136547185E6FF + 181414665E66A399ACA1978E4B3AC8B9B8FDFFFCF6FDEFFEF9EFF9FBF2FDFFF5 + FEFFFAFFFEF8FFFCF4FCF5F1F9F9F2FBFDF2FAF9F5F9FFF6FCEFE0EBD6C5D1CE + BECACEC0CBCFC1CCCAC0CBCCC3CECABFCBCDBCC9CDBDCAD3C3D0D0C3CDD3C3CF + D0C3CFD2C5D1D3C4D0D5C5D3D7C8D5DBC8D4DAC9D4DAC6D4DEC7D5DEC8D6E2CC + D7E7D6E1E3D4DEF2E3F0F2E4F0FBF0FAFFF7FEFFFCFFFFFDFFFFFDFFFFFCFFFF + FAFFFBF5F9F6EEF5F5EEF2F9F2F9FDF6FDE1DCE3A4A6B99890A1927781514749 + 4F3E444533395D51549E787F46313691767BD7A8B0BF9EA20B120F3B47461B38 + 3957575AC9A0A648484643464D33353EBC97A5BE9EA6AF8A8FC9A2ADA69DAAAD + A3B4C5B7C6736A74000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000190013D89BCD623D6481578D924F + 7D996E99985D8E996593A66D969D5C86BA689CA3A4F7000000FFFFFFA9A3CE3A + 2393F9F5FFDBDFEBF9FEFDDEE6F3C3C8F2B7BEEFB8BBEEB9BAEBBCBDEABCBCEE + BFC4EEC4CBF0C6CAF3C8CFF5C9D4F4D4DBF2EEF1F6FEFFFAFFFDF9FAF5F9F6F0 + F9F4EEFDEEE6F9E0C7DDD799AFD28093D08592D48996D48597D5869AD4879BD1 + 8395CD7A8BCB7588D0768CD67D90D58091D37C8ED37C8DD57F90D68193D68696 + D88696D78695D68796D58897D68997D98C9ADD91A2DC94A5D48F9CDC90A1DA97 + A3D89DA6E1ABBAE5B6CED6A4BAE28FAADB86A340869F1983AB2083A43472A55D + 7F97337F9D4B76A24A7D9C5093AC31566F7EE5FF0608136A5F6BA9A0B3989687 + A28BE0C7C5FBFFFFFDFAEEFBFAF1F9EFF1F2EDEAEEF5F1F6FFFBFFF9F3F9FEFD + FFFFFBFFFEFFFFFFFAFFF1DEE9DAC8D4E0CDD9E1D0DCE0CCD8DFCCD8DFCBD8E1 + CCD8E0CBD7E1CFDAE0D0DCE3D2DFDDC8D5DFCCD8DCCCD8E0CFDCDDCDD9DECEDA + DBCCD6D6CBD5D5CAD4D2C6D1CEC2CECBC1CBCEC1CCC9C3CCCAC3CDCCC2CAD9D0 + D7FAF4FBFBF8FBFCF7FAFAF3F9F9F4F9F9F2F8F8F0F8F9F1F8FAF5F9FFFDFFFC + FBFFFBF6FAFDF9FDFAE8EDE6BFC4E1AAB0ECB4BDEDB7BEEEB9C1E7B0B9D8AAB1 + F4BCC5E6AEB6CA919BD39AA3D9A0ABCE909BC5929BE098A3C58D95B88A92B480 + 89C89197DE97A0D89194D9949DB899A4A399A6AB9FAEB6A9BA6F667000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000EA9FE067305E7C4C78AB76A6A26794A56997A05F93A76C + 94AD6B8AAF68A0B1B8FF000000253288868ED6ECE8F5FFFFFFCCD3EDC2C0EFB7 + BAF1B1B9EEBBB9EEBFBEEFC0C4EEC0C6F0C4C9F1C5CAF2C8CEF0CED7F4DEE6F9 + EEF3F9F9FAF9FFFEFBFBF8FAF9F2FAF7F2FDEAE2F5DEC5DDD8A1B5D47F92D07D + 90D3879AD9879CD8879BD38599CF7E94CE778CD1788CD57D91D68094D78596D7 + 8799D78799D68799D88A9BD98A9ADA8A9ADA8E9ED88F9EDB909DDC919FD993A1 + DB96A2E096A5DE9FADDB99A7D6A0B1E1ADBFEBBACDE8B4C5D994ADB88AAA997D + A3537CA3007BA14B7FAE4D84A944839A587FA9207B9E5E82A8558AA42B739237 + 77A633526953CBFF1207006A5F69AFA1B49E9197AF9DC4F2F3FFFFFDFFFDF3FF + FDF3FCF0E5EFF2E7F1ECE5ECF1EFF1F1EDF1EEEBEDE8E5E7E1DBE3D9C6D4D2C1 + CED5C7D4D4C5D3D2C4D0D6C5D2D4C4D0D0C5D1D0C5CFCDC1CDCBC3CEBEB3BEB0 + A9B4A8A1ADC5BFC9D1C7D1D4C7D3D4CAD4D4CAD4D8CED9D9CFDAD9D0DAD8CDD7 + D9CAD6D5C7D3E4D6E1E5DDE6E7E0E8F3ECF1FAF6FAFBF7FBFBFBFBF9F9FAFCF7 + FCFEFCFFFFFDFFFEFEFFFCF9FEF7F4F5EDE3E8E4D5DADAC1C5C79CA4C38E96C0 + 8892BD8893BF8B90BD8A90BA8B90C08C92C49197C6929ACB8F97CC929CCD949D + C89099CD949CC5989CBB878CD4919DDC939FE69DA1E8A4A8E4A8AFD9A3AFC4A2 + AFA49EAAA59AA7A599A9B8AABB6D646F00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070F00E48EDD + 68254EA17199A777A1AB709FA2638EA8759CAA6895A15A789F76BECEDDFF0000 + 00000050817CC9FFFFFFB0B3E9A6A7EBBBC0EEBABBECBAB9EEBEBFF0C1C5EFC3 + C8F1BEC5EFC3C9F0D5DBF6E8ECF9F6FAF9FFFFF9FEFCF9F9F9F9F9F8FCF3F4FF + EDE8FBE5CBE1D5A0B8CD899CD28A96D78A9AD5879AD68596D58395D38294D481 + 94D48194D58294D88495D88696D78795DA8C99DC8F9ED9909DD98E9ADC8E9EDB + 929FDC909DDE8D9FDD93A0DD99A4DE9AA8DD9BADDB9FB2D7A4B7DAA9BBE7C7D5 + F9D0E1EAADC2CA8EA6AB6C9465749B487CA01885A24585A74881A55A85A5457B + A33F759A36779B306F993971953D69982A697F236B9011507568D0FF190C0870 + 636EBAA8BAA293A4AD9EA8EAE2E6DED4DCDDD6DFDCD4DDD3CAD4DDD4DED4CAD4 + D8CFD8D6CDD5DFD0DBD3C7D1B0A6B3A39AA5DED2DEDED1DEDED1E0E0D4E1E2D7 + E1E4D7E2E9DCE6EDDFE9EEE1ECEEE1EDECE0E8B9B0B7E1D6E0F9F2FAFBF0FAFC + F3FBFEF5FDFFFAFFFFFDFFFFFFFFFFFFFFFFFFFFF0DAE5EDD8E2FFF5FBFEF9FC + F7F1F6FAFFFFFCFFFFFFFFFFFFFFFFFEFFFFFAF8FCF0EBEDE7DADEE5CED3D8BF + C5D7A8B2D099A2CB919BC68B94CE8A95CE929CC9929BC7919BC9939DCE919DD4 + 919BD8949CDA919AD6939BD8929CD7929AD48D96D58F98E0959BE5999EECA0A3 + F5A3AAEAA5B0D4A8AEC3A4ACB09EAAA99BADA89CACA59DADA196A5A397A7B5A8 + B76A646E00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000F0000D58DCA935887C395C4AE748B9E6091 + AE7B9DAA7295AA75A3A35E798367C7FFFFFF14130B000000E1DCFAFFFFFF8487 + E1C5C9EEBCBCEEBBBEEFC0C4EDBFC5F0C5CCF7C5C9F6D4D9F3F5F8F9FFFFFBFE + FEFAFDFFFAFEFEFFE8E6FBD1CAEDE2D3E7EDCCDCDBA6BBCF8EA2CD8597D58797 + D6899CD4869AD58497D98798DD8D9CDD91A1E096A5E39BA8E19DACE2A1B1E2A4 + B3E1A4B5E3A6B7E3AAB7E2ADB8E6B0BEE8B0C3E4B4C5E2B9CAE3BBCEE5C0D1E4 + C6D6E6CCE1E7CCDFE6CBDFEBD4EDF8E6F9F3ACC8AA628D6C628A3E769B1A86A7 + 3885A74A82A13B789F2B719B4478A1266A8E2F6F9A2E6C8C1560863B72922C69 + 842F79A11D72965484AA454C6D4AD2FF130D0F70626EB7A3B59D90A1A89CADFF + FEFEF8F4F8F8F6F8F9F7F9F0EAF3E5DFE9EEE2EDFEF1FCF9E9F6FFFAFFFFFCFF + E8E4EBF9F2F9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFFFCF7FAF8F1F5EFE9ECE1DCE1CBCBD2C0 + C3C6B5B8BC9F9FA64B4758656172DCD6DCFFFEFFF7F3F8FBEFF3F5DCE2E2CFD4 + DBBEC3D5B3B9D9A6AFD49BA6D49BA6CC959DD4929ED499A1DBA0A7DFA1A8E5A5 + ACD4969DD3979FD998A1DC969FE2949FE196A1E29AA4E09DA4E0A1A6DE9CA2E1 + A0A6E9A7ADF5B4B8F8AFB6F4B2B7E6B2B9D6AAB7AB97A19D96A59F92A49F92A3 + 9E91A3A89BABA69BACA7A0AFAAA0AFA49BAABAACBD6C66700000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000FFB1FF976482995D89A76697A46B889D5F96A86B97AE7696720963 + CED1F6FFFFFF8A80E41A1200FFFFFFC7CCFC9FA1E0CACDF1BFBEEEC1C5F0CAD1 + F7D4D8F9DAE0EDF2F1F3FFFFFFFFFFFFFFFFFFFFFFFFFDFBFEC6BCE38975BDB2 + 95C5DAB9D3D59AABC67A8BCC7A94DA849CDC889DDE90A1DF95A1DF94A1DA8999 + D48191D17C8ECB778CC8768BC9758ACB7387CB7288CC778FCE7F93D08396D182 + 98CF7D95C97E92C6798EC7728CC67A92C78799B86F85AE6282C382A1B9788FD5 + 7886A14C7A184E810E76A21875A41F6F9B5379AD3875A63C729C196FA1326A97 + 3E709E356FA81D6B99396E9B3E749D27749B3D73A62B6AA11A6F95457EA2253C + 7278DFFF0007196B636DB7A4B6A192A1938A98FFFFFFFBF2FAFAF1FCFCF3FDF4 + F2F4F1EDF0E8E4E8E4DEE3E1D9E0DBD3D8DDD8DBDBD7D7D1CBCECBC6CCC5BFC3 + BEB8BDBDB7BAB7ADB2AFA6A9A8A1A4A1999C928A8C6360695C5A616862656C66 + 686A6465625F58625F595C5C536864669D91A3736D7F847D8D6F667600000B00 + 0000595964FFFFFFFBE7EEE8BBC4C3969FC89BA3C796A1C996A1CC99A1D49CA3 + D59B9FD99CA5DE9CA2C79698B48788A77C7FAE7E84CA949BE7ACB3EAAFB5EAA5 + ADE8B0B4E2B5B4D0A1A1C6979CC999A1E6B5BFE4B5BCD8A9B6C5A0ACB09CA4A5 + 95A19C91A18B88989A90A29D93A39D92A2A29AA99E97A4A69CABA89FAEA69DAC + A89EADAEA0AFBAAEBC6F67710000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000020611FFB1FF643F4A94 + 5D8C8E5D818F57789F679FA269A08A5D786A1E54B5AECBB6B8FF9881DFFFFFFF + F6FCFCB2ADE4C5C4F2BEBEEECDD2F2DEE3F8F7FFFEFDFBF9C5B5D0BAA4CCFFFF + FFF4F3F1CEC5CBC5BBCAA794B76E4B8F8871B0E3E5FFF1D8F0B66C7F69253263 + 3445854C5888545E8A56628650587C464D7B3F497A39467B38487E3E4A773E42 + 703D497540627236536B343B70464B78545A775255673D4552262E4F201E5E29 + 3272333D85565C6D3C5099475DB16F855F48556F1622425F8B118CC23378A946 + 6CA5366FA81E79A7276DA14674A73974B0336DA2356AA24774B1356DA131679B + 507CAC1E6BA13273A34A70A02A70A1427EAE2F4F7966C9FF000D1E68616AAFA1 + B29E91A18C8492ECE6EDFFFDFFFFFDFFD4CBD382797EA2999C8E87878F898980 + 79775A56635E59647A7477878483868182706B6C837B7E8881838E83868A7F83 + 8885858B8989807B7E4A4C5C4042526F73718184808386838B88858986837F7F + 788C8E8FFFF9FFDCB4BCDAB1B9E3B7BFA1848E4B4454888C96FFFFFFD7BFC56A + 5B5D332E2C372E323028302A262F35333F3D3037523E406F585C7B5D638C6869 + 8E6A6D8B6A6C8363657A5A5B826064805F6494676C916A6D8D686B9964669A73 + 779C909AA694A3A0909F9B8F9F998EA0908D9B968EA09A8EA19E91A1A092A39C + 91A1A195A6A196A6A397A8A398A9A497A8A59CABA69DACA397A8B0A5B66A646E + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000080D14E292C0563C3D7E4480814A67865E739249A184 + 4C4C50355AA77FB89775BA767DE1E9D8F6EEEAEEC5CEF2B5B0EECDDBEDF2EEFB + F4F9F9FAFEFBFDFFF9FDFDFAE4E1F6EEE1F9F8F1F5615189130040673869784D + 83A1648EB87787D4B0C6F1C4E2984D5D11000000030006080406040604000200 + 0000090B0D26282E1D221F090802180E0D0F0C06000007201C3F342C4E2A191E + 290E0F2913242B1D2A3C2F2C451F2850193266364E64526455485B9E5C7AF38C + A83E363F653B37D13A46475F931484BA337FAC3474AA2971AA2972A63974AA43 + 70AB3375AE2E71AB4C78AA3770A10D699B4871A1336A98257195556FAA377EA5 + 2B7FB54080B633618272D4FF00041169616BA8A0B19D94A4938A9CADA5B3FAFA + FBFFFFFFB5B0B5756A71B7A9A7B6ABA5B1A9A2B7ADA467677864636F756E7997 + 8E958F8989827B7D8D87898E878893878A92888B8E8A8A8C898A8B87886A616C + 665D697F7C7C7B7A777876747A78737876726F6B68898C8EE4DBDEDDB1B8D5AE + B5E1BFC4C8B4BA80788CE9EDEFEBD1D2523F403E34354D3A3F473A3B4A38384E + 3D3E5A53595F565A6E626393897F7E726B6C5456765F607C686678645F886D6A + 9A867F91807888655FA06B69B46666AD6B6EC794A19990A49A8D9F9A91A19B91 + A1998F9D928F9B9991A1988E9F9A91A19890A09F90A19F93A4A195A7A196A59E + 92A3A093A4A69AABA199A89C98A8B1AABA686670000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 06C588A1502A435B4254834E72703D74573E376D3860B29DE08B78A960357893 + 93E6E7E2FFC2ABE7D5E9F4E1E5EAF5E2F2FFFFFFF7FCF7FBF9FBFFF9FDF7EBF6 + E9DBECD9CADFD9DAE8DFCFE8C06F94B85676C27787B13F55A81F46D49DBEEABC + D36E24320000000B1E192F18242C0E1D29161E2715192C181E34233034253129 + 19202718182E231D2C141D230011260D16381D224422284C293B502E44572B37 + 7040507D5E7672697C5D54678F5E7BE693B16C4F515D313BE46379FF8191487E + AB0073AE297AAD3684B22684B2397FB24280B12B71A92876A63976A934739F3E + 769F3A71A13C7A9A4C7CAA2A71AB458BA82875AB5583B0066FA73D547565D9FF + 200F1669616BB2A4B69F95A49B92A19A8B9EC3BBC5FFFFFFCBC8CC6B626E9D93 + 909B8D909F9395A397908C8A8979728350515DB8B0B6A79F9E948A8D90878F99 + 8E8E95908F9891908E898A8780838781826969737A7C877E7878837B7A8F8887 + 9F9792A7A3A3C5C1C2CBC5C4C0B7BAB9B5B9B7B8B8E0D8D4B2A5A8AFB0BAFFFF + FF53394032242554454538383F4A3F465645455D484C513F40736D6C857B817E + 6D6C86776776615F8A74728F78749B847EB9A397AA958796716BBB7F7FB96762 + 7A666CA993A6A491A2958D9A968D9E998E9F9A8F9E988E9C988F9D988A9A998A + 9BA293A39B8F9FA092A39F94A2988F9E9A91A19E96A5A49AA9A298A7A39AA6A7 + 99A7B1A3B56C606B000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000070213BC819D542A466145549C5F + 804A15306E5468BFA0E0A788CC6860872E0022A193F6E5E8FFE9F2EEFFFFFFDD + D5E79582ADFFFFFFF9EEF9F3E1F1E5D2E4E0CCE1D9D9E2D9DFE7DCE6E8F1E6EB + CC7C93BD5974CB7F8DCD9FA7D9D5E2EFDAF3CD7A96440009000000161A162F16 + 222A131E29161B2813162A1522311F302F1F2928141C281519281B14280F112A + 0D1B2C1C28382430422029441D274E263F583D5862536D645F7857556D805874 + D28AA4AF5E616F3E4B526A95507CB21878AD167DB03981B7347BB33180B23182 + B61674A61F73A53C7EA94276AA3974A32F6D9C35709D4273A33D799D3C76A13C + 7DB5237CA94D7BA818689C397EA33552676AC9FF030C0B6B636DB0A2B49991A0 + A098A7A696A8968796C8BFC7FFFFFF928E929F939CC0B3B3BCB2B0C1B4B6C3BF + BF988D9A938D9F8B8790E8D8DDB5A7AFB7AEBBC9BDC2CBBFC4D1C4CAC9BEC5C0 + B6BDCABDC59594A988889DC6BFC3D3CACCD0C6C9C6BFC1BAB4B3D3C8C5AAA0A1 + 9792969A9096938C8CC5B5B4ACABB0FFFFFF8E686B0000003F313C42353C4543 + 4454464A5243454F393E523F3E928875988C7C8D80758F7D7BA39382AA9586B0 + 9B8FB5A197A07E79926462B5797199555D716F819A94A4958C9B96909D998D9B + 968B9B988D9F9A8F9F958D9A998F9E988D9D968A9C958B99948D9D968F9F9990 + A09F94A39E95A39D98A7A397A9A59AA8A096A59A8D9CACA1B26C626D00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000D0C0EBA7C97672F5B87566F915D7A380700C69CE7B59AD78C73 + A03F304E3B00169479D4FFFFFFFAFFF8FFFDF9F8F4F9EADEF1FDF2F9D6CBDFE0 + D8E8E9E4EBF8F8F6FBFFFFE4EAF2D4D0DBF7F6F2FFFEFFF0ECF3F2EEF6F0F4FB + F5FEFFF2D2EAB5506B3000000004001F18152B1416240D0D200F091C0F0C180F + 0F1B1216361D313F2334200C0F1A0B1E36184C3F1B4B37222F3B28273D161F40 + 192C57455C67597560587650566B755573CD84A6C0666C7B474E456C993171B0 + 2E6A9F366EA2277BB01E7EB4327EB52873AD3777AF3B7DAD2A70A33C76A72C73 + A33968A144709F3A719D27649439689E2A6695325E8746678C3C6A8F34748A4F + 7E9A3B526C42C4FF1E141666626CB1A3B5A096A5A196A5A296A6A797A89E8C9C + D2C7D1FFFFFF9B959DCCC4C5DED2D0D2C5C7D3C6C7AFAAB1978B9E8E8897B5AB + B1BBB2B4ACA5A8C5BAB6BEB2B1BAAFAEB8ADADB4A8A8B5AAA98F8694746C7FA4 + 9B9EAFA2A6B0A3A8A79EA0B8ACA9D0C1BFB7ABAEAFA9ABB2A9AAB3A7A3A29B9D + E6E1E6C3A4AC1815195B4E4D514445352C35453B3B4437394F40425342457563 + 5FA08E8397877C9A8B81A18D83A59185AD998CAF93889A746C9B625FAC706F91 + 64658779909D99A898909C978C99978A99978C9B968C9B998E9F998E9D9D91A0 + 958B9998909F968E9E958E9D97909F9F97A79B93A29F97A6A098A6A097A7A094 + A49E92A198919E9E91A1B4A7B6695F6A00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000001C0712EA9BBA + 945B7EA355824C2330653456B6A2E7A791B24D2B69513B4056223D1A0046FFFF + FFFFFFFFFFF9FFF8EDF8C5BCC7BABBCBFFFFFFEDEAEEFFFFFFF9FBFBFFFFFEE7 + E4F2C3BED3E6E1E3FFFFFFEEE9F6EAE3F3E5DDEEF0E4F9E9B7D597394F150000 + 0011071F110E1A00001F0C00200712200F261E1D131D140D29122F2B1A1E1B13 + 002C1B45492A7947275F3E273A3B26243912184C293D62536B615B7653536C6F + 5775C17E97C46264894E5E377AAD1383C33771AC3B6C9D3A69A23377AB296DA4 + 3D75A9357FAE237BB53480AF377DA9407AA72B77A34374A63A73A6286E9D3E69 + 971D678D487F9E34607B436580295B81535F7B3D5D8B1B5C616FB3FF1D132B69 + 626BB6A2B5A398A6A397A7A196A6A495A6A594A7998799CDC8CEF8F8F9A3A0A3 + BCB2B5E5D2D2D4C8C8D4CACCAB9FAA91889CA496A2CCC3C5AAA1A6CFC1C0C3B6 + B7C5B8B8C3B6B7C5B8BBBDB0AF9E94A17E7788B3AEAEBDB4B5C5B9BBD6CBC8DC + CCCBDECDCCC8BBBABFB3B4CDBFC3B1A8AAC7C6CEDFC3C9473B3B867C7191867A + 695C582C1F225443455C474F664F5265494F907B779B8A7F9F8D7DA48E84AE98 + 8DB49D93A18178996963A45D5DA065618C6C75998C9F9A909E958B9894899894 + 8B9A958A9A928899978D9A968F9C978D9A9A8C9D92889897909F9A93A3948E9C + 9B92A09E95A29C93A4A29AAB9F96A6A295A69D93A29E93A1998E9D9E92A0B6A5 + B46E5F6C00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000001B0D1BFFB1D587557AAC77995A081E92566F + AF9FF1B383BE3022286B3B3E705A75400018593D87FFFFFFF5EFF7FFFFFFD4D4 + DB818AA2FFFFFFE1DCE3FFFFFFF7F0F4FBF9FCEAE9F5C7BFD6D8CDDCFCF9FFE9 + DFF1E3D4E9E6D3EAECDDF2E1A6C382293C0300000007002F2920544759624D6C + 4D39582F1F3A1A11081A13040E16290B1924231A163B244E482E7B4731684434 + 4A351F22381512583740604F68544E6F6C5272B97289D1657292576F3582B509 + 8FC52678AB3969A3366A99355E913D66973A659C2C6193386C953A70A11F79A9 + 3481B15082B02777A93D85B12681B72A79B0487395376D9827648950697E1F64 + 9562558D445C89346D913125477195ED07091B6C6670B5A4B6A196A5A69DADA6 + 9BABA398A8A498A8A499A9928795CDC0C8FAF9FBACA8ACAEA1A3EBD7D7E7D5D0 + DBC7CC968C9E918694BEB3B9A498A1DECECED4C7C8D6C7C8D5C7C8D8CACAD9C9 + C9B8AEB9857B8D9E979AB9AFB0B2A6A7C5B6B6D4C2C1CFC0BEB5A6A4A2939491 + 8486BDBDC6F6E3EE644946827460948774998D7E968A786E5E575E43506B5156 + 70535978565D816669A4908AAD9E91B5A195B494889A6D6BAA6362AB635F8B55 + 538076879693A2978E9B958C97958C9A918996948A9A988D9E948B9C988E9B98 + 8E9B948A999A91A18F8A989891A19893A295909E9C91A09B92A19C90A1A194A5 + A396A69D91A3988FA1988A9BA494A3A18FA0B5A4B36D606D0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000019030DFFB1DA794259AF77A9994F606D273ED8BCEDF6D8FF71588A300000 + 7F4B7576535F52344E000000470057D1C6DCFFFFFFD2CFDFC5C4D3F6F2F5FFFF + FFF2EBF4F6F1FBF5ECF8C6B7D3B8A6C3FCF0FDF5E4F9DDC4DBDFC9DEECD2EAD8 + 8BAA520F1F0000001D1C0D4A31455E4E79655482463F6526224425162932242F + 3C273C42203A4926355235404D3254401E4B3F18313C1A204B2C3463485D614B + 6C754A70BD6E85D46F7680637F3477B51384C31B80B23277AA2C70A622639533 + 547E4950723858782C51814458873C52834458872A568B3A5F98305A88345C85 + 3B639048678E3C4E7E3B4475404D7D4E488648659C37508E556392473F742832 + 5B5B72B51103116C6771B9A8BAA297A6A397A8A095A59C91A1A195A5A398A7A5 + 9BA9918695D2C7D1FFFFFFD1D2D3948791B1A0ABD0C2BEBBAEB894869B918893 + A0979EBFB3B6D1BEBEC8B7B8C5B6B9C7B7BBC8B9BBB5A7B19A899A8C8384C2B6 + B6BAAAAAB5A9A6B2ACAABEB1AFB7AFAE969498BEB6C0F8D7E14B2B3203040729 + 24293325284034374B40425A4A4C6B4F5573585F70595D826B678C786F93746D + 8C6664874E5288524AA05C5D9A56607F6A768D8F9D9B94A6908794958C999A90 + A1978B9B9C8FA0998D9D978A9B968999938A9A8F8998928C9C9B92A29891A19A + 91A19A8F9F988F9E9C93A19F96A49C93A19B8F9FA395A39B92A19F93A2A396A6 + 9B8E9D9F93A1ADA4B4645F680000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000191213D07FB062364593 + 5574A3718B772C60522E2EA78CBFB299DB705978452044614055654E4E6C4F69 + 52305C350047A9A3BCFFFFFFD9D2DEC5BECFF4EAF9FFFEFFEADFEEF3E9F8DAC6 + DDAF97B3DCCBDCF5E1F5DAB5CAE5C8DAEEC8E5C3718E340003000B08392E333B + 2732403B4E594C734C436827283F29193B421F4C4B26404E2C3355373754373B + 462E3C391D34361524391C28503049623D617A4060B05C68C268777A50792F4A + 8A3A569B35568E37558C3E5D933B5D9232457C453F673D536C3B53844A50733B + 3B531C233B39334C3C395939396531355A393951302E4F3B39622F4D81424278 + 4D4A7B5F4C8B39458233447740457A4B508318354E7582C00700166C6670B8A9 + B9A195A4A195A5A195A7A197A7A195A6A095A5A095A49B93A1A591A0C3A6B3E1 + C9D6ECD7DFCFBBC6B49DA9B5A4ABAC9FA4AC9AA5A3979EADA1A7BFAEB6B6A6AF + B8A7ACB8A9ADB7A8ACAFA2A7958A957C717AA5989F9D8E96A0969EA59DA3AA9D + A3AB99A1D8BDC6F1BFC9B17C838C65698B5C6A7D505F724F5475555A7E5C6088 + 5E6387595E8E5D6297646A9B6269996068995D65A4686EB1737AB17D81AF8194 + 8687939694A2958D9C938C9B928998938997958D9A948B9B968C9D928A998C87 + 95938C9B998D9E948E9F9791A19A92A19790A09A94A39992A19F97A79E94A39A + 91A09991A09F94A3A293A2A395A5A198A79E98A4A399A89A92A0ACA3B3615D67 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000060008B272974C304866393D6E466C885B745E3A5A36 + 191A6D496F7C609A67598767496F5E475967465F674A695F435B360032AD96BA + FFFFFFDED4E1A38CA9FFFFFFE7DCEFEADCF0EBD4EEB899B5B398AFEDD1E4E1B5 + C5E1C0D2EEC4E1A5556A1600000609122E242C0C1D0E0E190D261F29181E1F00 + 150B030C0F0406080000000B00070B001300070B00070012040732091E421528 + 5B2A318F474BBB5F6FB06182605080283A793A2E712A315D2F3E684F46874947 + 8540386E4D3B724346873D4673424B6E38435227323E303544282F3F4A446244 + 4272493F673C3D632936483A3F5837405E3B38733642705053803E38854C647C + 4042754653850818368387BF03001268646EB7A7B8A49AA79D93A3A195A5A59A + A9A397A8A599A9A298A59D92A19B91A1948B9A8F87959E8898A691A1B59DACAF + 979DB69FA6B7A0ACBDA8B0BBA3ABB0939CCAAFB5CDB1B7D0B4BACCAFB7D2B1B8 + D4B2BBD6B4BADAB6BDD1ACB5D8AEB7C99FA8B99AA1B99BA1D09BA1DC9BA4E4A1 + A8F2ACB2F5B2B7F6B3B8F1B4B9EBAEB5E5AAB2D8A4ABD7A3ACD1A1A7C79EA1B5 + 9099B5959BB7969FB99FA9AE9CABA39BAC9491A1928B9A948A98948B9A988D9E + 978E9D958C9A9289978C87969189998F8B9A8788968C8D9B988E9E9691A19994 + A29C93A39790A09893A19994A39B95A59E94A29A909F9A8E9E9D93A2A093A3A3 + 94A39F98A695919E9E97A49A94A2ACA3B465616B000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000180C + 15995C6F3F324D714751592C3C58384E643E636F4A615F3A424C354952235361 + 3C6F70596967476367486D705F7A5944571D00296A4F71FFFFFFF5F1F8B79FC1 + F0DFEFEDD6EBF1D6EED4B3CB9D788FC598ADE6BCD1DCC4DFDCADC78C35423100 + 002E161C441C25360E1D3307183111183D16204A091E4A0614520B195F192F67 + 313D75393C8A38469B455AA95F6FBF7887D38B98E09AA8CB97B57D77AA2E4C8D + 22366C2E33602C39623B466A474876393469383061473F73544B8545517C2335 + 541D2239263436151F372B2B442F3A5F38466F394270241F2B28323E4451583D + 44664245664D4A7F455476364C74464F8E495787405A8C4B5C870D24458691C0 + 00000D6C646FB3A5B6A49AA9A59AA9A69DABA497A7A195A5A195A49F92A29B8F + 9E9D91A19D91A19F93A39187999A8EA09990A19991A09C909D9E8EA0968B9B90 + 8993847B87988D99968692978693998994928992988B95988992968B929D9099 + 9E8F988A848C8F8A92979199A496A1A4929E9387918D858E887D878279857E78 + 8377747E73747E70727D7D7E8885808C88808D7A76838B8491938A9F928A9D8F + 8A998E8796958D9C958D9B948D9B978D98A08C9B9589978F8998878390888496 + 8C88998B89999193A190909F938F9F9893A29692A19B92A19B94A39D95A49D95 + A496909F9A91A0A193A2A491A3A495A69A96A59994A29993A197909F9F98A59E + 97A3AFA4B46A656F000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000D0000A775873C1D35604946552B + 3F52334352314B58434D57373D52385351404D573F37582F535B3B574F385A59 + 4A6A694F856A537D3E1B4D2F0442E6E6EEFFFFFFC9B5D1D3B7D0E0C2D8D9BBD3 + C194B5BD9BB8EBD8ECDDAFC8BE6783C55A74D9788DD6758CD66F86DB758AD97C + 8FDC7F8FDF8294E189A3E495ADE79EB1E6A2B1E29FB0E19EB7D8A2C1C99AB6B8 + 8DA6A281957762803D3C7A1C32842F3A834D3E7E463F732F3C663036623B3873 + 2C34612E2E3F3E344330313D242B4C3449533342552B2C5551506A191B2F0000 + 00000E07000000242F2B14231D253850473C67383D5F2C42543D4A724A4F763E + 5B782E53763F4C77405E7B266287433D625E9AC90C00096E6670BAACBDA197A5 + A399A9A195A6A29AA8A39BAB9D95A59B93A3A196A89D94A69E95A8958CA0A29A + A99D95A4A196A9A499AB9F99A7A196ACA399AE9D97A9A79FB4A195AAA89DB1A1 + 97AAA19AADA895AB9D93A89E96AA9E96AE9D96ABA097AAA69BAFA494A7A69AA9 + 9B94A59690A39595A79392A49C8EA19992A79A92A4908B9F938D9F9D8D9E9C8B + 9BA194A59B92A39791A1968E9F948D9C978F9D968D9C958D9C938A99938A9994 + 8B9A9286968C8794938FA19190A29495A79791A28E8C9D908D9D8E89989791A2 + 9B95A59690A0948F9F9A93A29890A0978D9E9B91A19F92A3A395A39C95A19B92 + A29891A19D96A59893A19E97A59C95A3A199A79D97A4B3A9B868636C00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000180025B186C3403244643A695F455E593B4C57385758354B5038 + 4053344E4832444E324B50384A4934404A3C474E3D4C4F36315440555B4B6452 + 34592000315A4B70C2C0CBD4C1D6D5B5D3D1C0D4D3C5DDCBB2CEC5A1BAC7A6BB + CEB7C9C6BACEBAAEC7B8A7C7B5ADCBAFACC9ABA3C1AAA1C1A49CBE9A8DAC8C80 + 9F76739C4E5797253D8506284E00090B00000000082500071D000006221C373B + 2F4431222F28274B3136632932552E306039366A20223C1D192F23303C1E3625 + 3639443F4871454E8B35476E152E321A20241D20221D2A253543464A49635E52 + 85524C814342734F4F6F424F5F5D4E814C49823A4982504D74454F5600365248 + 56711F285A5D859B09110B6D636DB5A6B8A59BA9A397A6A299A79B94A6A19BAC + A29CADA19BAD9C96A8A196ABA199AD9E95AA9F99A6A19AA9A197AAA59EAE9996 + A5A29AA99C96A39A96A39993A7A299ACA497ADA496ADA193A99C97A39E98A69A + 92A39E95A69B92A3A39BA9948F9F9694A19A95A29D94A3958D9C948E9C948F9C + 938F9E91909C8F89978C87948D8996918B9890909D8F8C97948B98918C999B90 + A2958F9B958F9B948A99988E9C968D9A988F9C968FA0918EA58A8BA08788998A + 8D9D8B90A0938E9D918E9C948F9E938D9B9892A1968F9E9A94A39A94A2948F9D + 958F9D9B909D9F91A0A193A19A909E9D95A1918E9C9792A19C95A39C94A29C95 + A2A19AA79C95A19D95A2B3A8B76A616C00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070B09936CC5 + 493C586246816757936B4A8B66598D6A4290625A7B5E477F5B457B5F4B785B4E + 715846685C44685848685C4B6352455B583D5761435B614A624B28523C183F53 + 3B585F49655C4A60594B62594A62574D655851695148604A3D5A513F65503E67 + 493B5B4A39584B38614B3B684C345D572F515E39583B3D620C3B6A1F49813251 + 73202F3C2C29443A4667243337030B00020D0E0C1F0D041600080C0E12020D1B + 091335304F2837572536403232472E2E452F344B4744775052933E4F7F3F3660 + 142923153B3038425D504A7B5A5A8D4F4A80404E6E45466F4948854B52875454 + 8A4E4B7F535F84333C6D4A447049467527546D42446B164467727E9611091B76 + 6D7AC5B8CDB3A5B9B3A5B9ADA6B9AEA8BCB2ABBEAFA9BDAEA7BCAEA8BCB5AABF + B1A7BDB3A8BDAFA9BCB0A8BEADA7BAB2ABBDAEA7BAB0A7BBB1A7BCB0A7BBB0A7 + BDB3A9BFB0A5BBADA2B8B2A7BDB0A5B7ADA6B8ACA4B8AFA7B9A8A2B4ADA3B8AA + A1B5ABA2B6A9A1B4ABA1B6A6A1B0A49DADA59EAEA19EAD9C96A59992A19D96A6 + 9991A19F95A69B95A69F98AAA398ADA196ABA396A9A299AC9993A69694A39997 + A79E99AA9A98A89E9BADA09DB3A5A1B6A09EB1A1A0B19F9DAFA6A0B0A29CADA9 + A2B4A59DAEA8A2B1A59DADA49EAEA49BABAA9DAFA69AAAA299A8A59BA9A8A0AD + A19DADA8A1B2A8A2B3AEA9B8ADA8B7ACA4B5AFA8B9B3AAB9B3A8B6B0A5B5C5B8 + C579717A00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000030202493F4F00001342360640004B152F31 + 1837453318652A2B472F2C553027593228582C4053322C523B24572C2E4F2C2F + 45312A502A2C453032452E2A443A31493E344E342F472B203730243730283331 + 252F3A2334311D3519223226273629222B2B1E2638252F2A2731332739432640 + 382C3B292A33302B3830304315263919263A2B314C272B42232B45253151201D + 281E09031D07121A061B220C1A22150B0413000612182A234631395525315C23 + 2F531E2529241F2F180C3C25132A2B28300026300F29311D1B372B2748383259 + 282A461D252C1B253F292A2C202840112047333E4D2C325E15264E080D002614 + 193231481B24522B283E352C3B2B426E1B0D1C433F45726C7869636E6A657066 + 667166656D66636C68666F67627167647169646F69636E6A636E67646D67636E + 69667068626F65636F68616D65606A66606C6A667169636F66636D64616D6560 + 6B69606B67636E696470635D68645D6967616D645E6A68636C615C68635D6A5F + 5A64645D67635D685F5D665C576354545D56555D55565F52586157535B5C5662 + 5856625B58635D575F54545A56575F5A57615E5B665C59605F5C645A58625C5B + 685A5D68605E6A62606B5D5C685D5B63605C65615C66645F6766626B625E675D + 58625E5962625D675E5A645D5A635F5961635F67665F6A656069615D6764626B + 68656F69636D67626B69646C6C646B69646A7771794644480000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000424D3E000000000000003E000000280000005C0100002C00000001000100 + 00000000900700000000000000000000000000000000000000000000FFFFFF00 + 8000000000000000000001000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSdxLCLnk.dcu b/official/x.19/Lib/D5/dxPSdxLCLnk.dcu new file mode 100644 index 00000000..8f97cea7 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSdxLCLnk.dcu differ diff --git a/official/x.19/Lib/D5/dxPSdxLCLnkD5.dcu b/official/x.19/Lib/D5/dxPSdxLCLnkD5.dcu new file mode 100644 index 00000000..7e212917 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSdxLCLnkD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPSdxLCLnkReg.dcu b/official/x.19/Lib/D5/dxPSdxLCLnkReg.dcu new file mode 100644 index 00000000..ad52ac63 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSdxLCLnkReg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSdxMVLnk.dfm b/official/x.19/Lib/D5/dxPSdxMVLnk.dfm new file mode 100644 index 00000000..2a1c8ccf --- /dev/null +++ b/official/x.19/Lib/D5/dxPSdxMVLnk.dfm @@ -0,0 +1,831 @@ +object dxMVReportLinkDesignWindow: TdxMVReportLinkDesignWindow + Left = 386 + Top = 219 + BorderStyle = bsDialog + Caption = 'dxMVReportLinkDesignWindow' + ClientHeight = 414 + ClientWidth = 597 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 589 + Height = 373 + ActivePage = tshColors + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object Bevel11: TBevel + Left = 40 + Top = 13 + Width = 242 + Height = 4 + Shape = bsBottomLine + end + object imgShow: TImage + Left = 9 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel16: TBevel + Left = 90 + Top = 102 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object chbxShowGrid: TCheckBox + Tag = 3 + Left = 90 + Top = 119 + Width = 173 + Height = 17 + Caption = '&Grid' + TabOrder = 3 + OnClick = ShowClick + end + object chbxShowGroupFooterGrid: TCheckBox + Tag = 5 + Left = 90 + Top = 163 + Width = 173 + Height = 17 + Caption = 'Group Footers Grid' + TabOrder = 5 + OnClick = ShowClick + end + object chbxShowHeaders: TCheckBox + Left = 90 + Top = 31 + Width = 173 + Height = 17 + Caption = '&Headers' + TabOrder = 0 + OnClick = ShowClick + end + object chbxShowFooters: TCheckBox + Tag = 1 + Left = 90 + Top = 53 + Width = 173 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 1 + OnClick = ShowClick + end + object chbxShowPreviewGrid: TCheckBox + Tag = 4 + Left = 90 + Top = 141 + Width = 173 + Height = 17 + Caption = 'Nodes Grid' + TabOrder = 4 + OnClick = ShowClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 12 + Left = 90 + Top = 75 + Width = 173 + Height = 17 + Caption = 'ExpandButtons' + TabOrder = 2 + OnClick = ShowClick + end + object lblPreviewWindow: TStaticText + Left = 295 + Top = 0 + Width = 88 + Height = 12 + AutoSize = False + Caption = 'Preview' + TabOrder = 6 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridLineColor: TLabel + Left = 11 + Top = 304 + Width = 74 + Height = 13 + Caption = '&Grid Line color :' + end + object bvlGridLineColorHolder: TBevel + Left = 129 + Top = 299 + Width = 152 + Height = 22 + Visible = False + end + object lblDrawMode: TLabel + Left = 8 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxFixedTransparent: TGroupBox + Left = 6 + Top = 164 + Width = 283 + Height = 126 + Caption = ' ' + TabOrder = 4 + object lblHeaderColor: TLabel + Left = 5 + Top = 49 + Width = 71 + Height = 13 + Caption = '&Header color : ' + end + object lblFooterColor: TLabel + Left = 5 + Top = 75 + Width = 65 + Height = 13 + Caption = 'Footer color :' + end + object bvlHeaderColorHolder: TBevel + Left = 123 + Top = 44 + Width = 152 + Height = 22 + Visible = False + end + object bvlFooterColorHolder: TBevel + Left = 123 + Top = 70 + Width = 152 + Height = 22 + Visible = False + end + object lblGroupNodeColor: TLabel + Left = 5 + Top = 101 + Width = 87 + Height = 13 + Caption = 'Group&Node color :' + end + object bvlGroupNodeColorHolder: TBevel + Left = 123 + Top = 96 + Width = 152 + Height = 22 + Visible = False + end + object lblLevelCaptionColor: TLabel + Left = 5 + Top = 23 + Width = 100 + Height = 13 + Caption = 'CaptionNode Color : ' + end + object bvlCaptionColorHolder: TBevel + Left = 123 + Top = 18 + Width = 152 + Height = 22 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 53 + Width = 283 + Height = 104 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 5 + Top = 23 + Width = 29 + Height = 13 + Caption = 'C&olor:' + end + object bvlColorHolder: TBevel + Left = 123 + Top = 18 + Width = 152 + Height = 22 + Visible = False + end + object lblPreviewColor: TLabel + Left = 5 + Top = 77 + Width = 71 + Height = 13 + Caption = '&Preview color :' + end + object bvlPreviewColorHolder: TBevel + Tag = 1 + Left = 123 + Top = 72 + Width = 152 + Height = 22 + Visible = False + end + object lblEvenColor: TLabel + Left = 5 + Top = 47 + Width = 59 + Height = 13 + Caption = 'Even Color :' + end + object bvlEvenColorHolder: TBevel + Left = 123 + Top = 43 + Width = 152 + Height = 22 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 51 + Width = 15 + Height = 17 + Caption = ' Tr&ansparent ' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 17 + Top = 163 + Width = 15 + Height = 17 + Caption = ' Fi&xed transparent ' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 89 + Top = 15 + Width = 193 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 32 + Top = 52 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 32 + Top = 164 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnChangeFont: TButton + Left = 6 + Top = 170 + Width = 116 + Height = 23 + Caption = 'Change Fo&nt ...' + TabOrder = 1 + OnClick = btnChangeFontClick + end + object lbxFonts: TListBox + Left = 6 + Top = 15 + Width = 282 + Height = 148 + Style = lbOwnerDrawFixed + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + ItemHeight = 16 + MultiSelect = True + ParentFont = False + ParentShowHint = False + PopupMenu = pmChangeFont + ShowHint = True + TabOrder = 0 + OnClick = lbxFontsClick + OnDblClick = lbxFontsDblClick + OnDrawItem = lbxFontsDrawItem + OnKeyDown = lbxFontsKeyDown + OnMouseMove = lbxFontsMouseMove + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Bevel12: TBevel + Left = 57 + Top = 12 + Width = 228 + Height = 4 + Shape = bsBottomLine + end + object Bevel13: TBevel + Left = 92 + Top = 83 + Width = 192 + Height = 4 + Shape = bsBottomLine + end + object imgSelection: TImage + Left = 9 + Top = 30 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object imgNodeExpanding: TImage + Left = 9 + Top = 104 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 6 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object lblExpanding: TLabel + Left = 6 + Top = 79 + Width = 78 + Height = 13 + Caption = 'Node Expanding' + end + object lblRefinements: TLabel + Left = 7 + Top = 215 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlGraphic: TBevel + Left = 76 + Top = 220 + Width = 208 + Height = 4 + Shape = bsBottomLine + end + object imgGraphics: TImage + Left = 9 + Top = 241 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLookAndFeel: TLabel + Left = 6 + Top = 148 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object img3DEffects: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel15: TBevel + Left = 83 + Top = 152 + Width = 200 + Height = 4 + Shape = bsBottomLine + end + object chbxTransparentColumnGraphic: TCheckBox + Tag = 7 + Left = 90 + Top = 239 + Width = 188 + Height = 17 + Caption = 'Transparent Column &Graphics' + TabOrder = 5 + OnClick = ShowClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 8 + Left = 90 + Top = 261 + Width = 188 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 6 + OnClick = ShowClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 31 + Width = 188 + Height = 17 + Caption = 'Only &selected' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxExtendedSelect: TCheckBox + Left = 90 + Top = 53 + Width = 188 + Height = 17 + Caption = '&Extended select' + TabOrder = 1 + OnClick = chbxExtendedSelectClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 102 + Width = 188 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 2 + OnClick = chbxAutoNodesExpandClick + end + object chbxUse3DEffects: TCheckBox + Tag = 9 + Left = 90 + Top = 171 + Width = 188 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 3 + OnClick = ShowClick + end + object chbxUseSoft3D: TCheckBox + Tag = 10 + Left = 90 + Top = 193 + Width = 188 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 4 + OnClick = ShowClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 11 + Left = 90 + Top = 305 + Width = 173 + Height = 17 + Caption = 'Display CheckMarks as Text' + TabOrder = 8 + OnClick = ShowClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 6 + Left = 90 + Top = 283 + Width = 173 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 7 + OnClick = ShowClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 4 + object lblPreviewLineCount: TLabel + Left = 90 + Top = 82 + Width = 99 + Height = 13 + Caption = 'Preview &Line Count: ' + end + object bvlPreviewLineCountHolder: TBevel + Left = 193 + Top = 78 + Width = 81 + Height = 21 + Visible = False + end + object lblPreview: TLabel + Left = 6 + Top = 8 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Bevel1: TBevel + Left = 52 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgPreview: TImage + Left = 9 + Top = 30 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxShowPreview: TCheckBox + Tag = 2 + Left = 90 + Top = 31 + Width = 97 + Height = 17 + Caption = 'Pre&view' + TabOrder = 0 + OnClick = ShowClick + end + object chbxAutoCalcPreviewLines: TCheckBox + Left = 90 + Top = 53 + Width = 169 + Height = 17 + Caption = '&Auto Calc Preview Lines' + TabOrder = 1 + OnClick = chbxAutoCalcPreviewLinesClick + end + end + end + object pnlPreview: TPanel + Left = 303 + Top = 44 + Width = 281 + Height = 324 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + object dxMVPreview: TdxMasterView + Left = 5 + Top = 5 + Width = 271 + Height = 313 + Enabled = False + TabOrder = 0 + Visible = False + OptionsView = [movAutoColumnWidth, movHideFocusRect, movHideSelection, movKeepColumnWidths, movTransparentDragAndDrop, movUseBitmap, movUseBitmapToDrawPreview] + ScrollBars = sbNone + object mvsCaptionStyle: TdxMasterViewStyle + end + object mvsContentStyle: TdxMasterViewStyle + end + object mvsFooterStyle: TdxMasterViewStyle + end + object mvsGroupStyle: TdxMasterViewStyle + end + object mvsHeaderStyle: TdxMasterViewStyle + end + object mvsPreviewStyle: TdxMasterViewStyle + end + object mvsAnotherContentStyle: TdxMasterViewStyle + end + end + end + object pmChangeFont: TPopupMenu + OnPopup = pmChangeFontPopup + Left = 4 + Top = 383 + object miChangeFont: TMenuItem + Caption = 'Change Fo&nt ...' + Default = True + ShortCut = 16454 + OnClick = btnChangeFontClick + end + end +end diff --git a/official/x.19/Lib/D5/dxPSdxOCLnk.dfm b/official/x.19/Lib/D5/dxPSdxOCLnk.dfm new file mode 100644 index 00000000..53495fa7 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSdxOCLnk.dfm @@ -0,0 +1,169 @@ +object dxOCReportLinkDesignWindow: TdxOCReportLinkDesignWindow + Left = 518 + Top = 415 + ActiveControl = chbxFullExpand + BorderStyle = bsDialog + Caption = 'Report Designer' + ClientHeight = 293 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 544 + Height = 254 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 226 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblPreview: TLabel + Left = 241 + Top = 2 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object chbxFullExpand: TCheckBox + Left = 17 + Top = 10 + Width = 216 + Height = 17 + Caption = 'Full &Expand' + TabOrder = 0 + OnClick = chbxFullExpandClick + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 43 + Width = 231 + Height = 56 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 7 + Top = 26 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 22 + Width = 138 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 41 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object gbxBorder: TGroupBox + Left = 5 + Top = 109 + Width = 231 + Height = 56 + Caption = ' ' + TabOrder = 4 + object lblGridLinesColor: TLabel + Left = 7 + Top = 26 + Width = 67 + Height = 13 + Caption = '&Border Color: ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 86 + Top = 22 + Width = 138 + Height = 21 + Visible = False + end + end + object chbxDrawBorder: TCheckBox + Left = 17 + Top = 107 + Width = 15 + Height = 17 + TabOrder = 3 + OnClick = chbxDrawBorderClick + end + object stTransparent: TStaticText + Left = 32 + Top = 42 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stDrawBorder: TStaticText + Left = 32 + Top = 108 + Width = 70 + Height = 17 + Caption = ' Draw Border ' + FocusControl = chbxDrawBorder + TabOrder = 6 + OnClick = stDrawBorderClick + end + end + end + end + object pnlPreview: TPanel + Left = 250 + Top = 46 + Width = 290 + Height = 201 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + object ocPreview: TdxOrgChart + Left = 6 + Top = 5 + Width = 279 + Height = 192 + DefaultImageAlign = iaLT + BorderStyle = bsNone + Options = [ocDblClick, ocEdit, ocCanDrag, ocShowDrag, ocRect3D] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Visible = False + Items = { + 000001005A000000FFFFFF1F01000200011600436F72706F7261746520486561 + 647175617274657273020050000000FFFFFF1F0100010001130053616C657320 + 616E64204D61726B6574696E67010050000000FFFFFF1F010003000117004669 + 656C64204F66666963653A2043616E6164610D0A09000050000000FFFFFF1F01 + 000000010B00456E67696E656572696E670000} + end + end +end diff --git a/official/x.19/Lib/D5/dxPSdxTLLnk.dfm b/official/x.19/Lib/D5/dxPSdxTLLnk.dfm new file mode 100644 index 00000000..01736dc8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSdxTLLnk.dfm @@ -0,0 +1,1467 @@ +object dxTLReportLinkDesignWindow: TdxTLReportLinkDesignWindow + Left = 485 + Top = 220 + BorderStyle = bsDialog + Caption = 'dxTLReportLinkDesigner' + ClientHeight = 434 + ClientWidth = 582 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 574 + Height = 395 + ActivePage = tshColors + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object Bevel11: TBevel + Left = 46 + Top = 13 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object imgShow: TImage + Left = 9 + Top = 35 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 9 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel16: TBevel + Left = 89 + Top = 107 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object bvlShowImages: TBevel + Left = 89 + Top = 223 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object Bevel2: TBevel + Left = 89 + Top = 164 + Width = 178 + Height = 3 + Shape = bsBottomLine + end + object Bevel10: TBevel + Left = 90 + Top = 282 + Width = 177 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 9 + Top = 303 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 8 + Top = 278 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object chbxShowGrid: TCheckBox + Tag = 6 + Left = 90 + Top = 177 + Width = 165 + Height = 17 + Caption = '&Grid Lines' + TabOrder = 6 + OnClick = chbxShowClick + end + object chbxShowNodeGrid: TCheckBox + Tag = 5 + Left = 90 + Top = 198 + Width = 165 + Height = 17 + Caption = 'Node Grid Lines' + TabOrder = 7 + OnClick = chbxShowClick + end + object chbxShowBands: TCheckBox + Left = 90 + Top = 23 + Width = 165 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxShowHeaders: TCheckBox + Tag = 1 + Left = 90 + Top = 43 + Width = 165 + Height = 17 + Caption = '&Headers' + TabOrder = 1 + OnClick = chbxShowClick + end + object chbxShowFooters: TCheckBox + Tag = 2 + Left = 90 + Top = 64 + Width = 165 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 2 + OnClick = chbxShowClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 165 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 3 + OnClick = chbxShowClick + end + object chbxShowStateImages: TCheckBox + Tag = 9 + Left = 90 + Top = 236 + Width = 165 + Height = 17 + Caption = 'State Images' + TabOrder = 8 + OnClick = chbxShowClick + end + object chbxShowImages: TCheckBox + Tag = 8 + Left = 90 + Top = 256 + Width = 165 + Height = 17 + Caption = 'Images' + TabOrder = 9 + OnClick = chbxShowClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 17 + Left = 90 + Top = 119 + Width = 165 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxShowTreeLines: TCheckBox + Tag = 16 + Left = 90 + Top = 140 + Width = 165 + Height = 17 + Caption = 'TreeLines' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxBandsOnEveryPage: TCheckBox + Left = 90 + Top = 300 + Width = 165 + Height = 17 + Caption = 'Ba&nds On Every Page' + TabOrder = 10 + OnClick = chbxBandsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 90 + Top = 322 + Width = 165 + Height = 17 + Caption = 'Headers On Every &Page' + TabOrder = 11 + OnClick = chbxHeadersOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Left = 90 + Top = 344 + Width = 165 + Height = 17 + Caption = 'Footers On E&very Page' + TabOrder = 12 + OnClick = chbxFootersOnEveryPageClick + end + object lblPreviewWindow: TStaticText + Left = 279 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 13 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridlineColor: TLabel + Left = 9 + Top = 296 + Width = 74 + Height = 13 + Caption = '&Grid Line color :' + OnClick = lblColorClick + end + object bvlGridLineColorHolder: TBevel + Left = 122 + Top = 291 + Width = 145 + Height = 22 + Visible = False + end + object bvlTreeLineColorHolder: TBevel + Left = 122 + Top = 320 + Width = 145 + Height = 22 + end + object lblTreeLineColor: TLabel + Left = 9 + Top = 325 + Width = 78 + Height = 13 + Caption = 'TreeLines Color:' + end + object lblDrawMode: TLabel + Left = 7 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblDrawModeClick + end + object gbxFixedTransparent: TGroupBox + Left = 4 + Top = 162 + Width = 269 + Height = 121 + Caption = ' ' + TabOrder = 4 + object lblBandColor: TLabel + Left = 5 + Top = 23 + Width = 60 + Height = 13 + Caption = '&Band color : ' + OnClick = lblColorClick + end + object lblHeaderColor: TLabel + Left = 5 + Top = 47 + Width = 71 + Height = 13 + Caption = '&Header color : ' + OnClick = lblColorClick + end + object lblRowFooterColor: TLabel + Left = 5 + Top = 96 + Width = 94 + Height = 13 + Caption = 'Gro&upFooter color :' + OnClick = lblColorClick + end + object bvlBandColorHolder: TBevel + Tag = 2 + Left = 118 + Top = 17 + Width = 145 + Height = 22 + Visible = False + end + object bvlHeaderColorHolder: TBevel + Left = 118 + Top = 42 + Width = 145 + Height = 22 + Visible = False + end + object bvlRowFooterColorHolder: TBevel + Left = 118 + Top = 92 + Width = 145 + Height = 22 + Visible = False + end + object lblGroupNodeColor: TLabel + Left = 5 + Top = 72 + Width = 87 + Height = 13 + Caption = 'Group&Node color :' + OnClick = lblColorClick + end + object bvlGroupNodeColorHolder: TBevel + Left = 118 + Top = 67 + Width = 145 + Height = 22 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 4 + Top = 51 + Width = 269 + Height = 104 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 5 + Top = 23 + Width = 29 + Height = 13 + Caption = 'C&olor:' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 118 + Top = 18 + Width = 145 + Height = 22 + Visible = False + end + object lblPreviewColor: TLabel + Left = 5 + Top = 77 + Width = 71 + Height = 13 + Caption = '&Preview color :' + OnClick = lblColorClick + end + object bvlPreviewColorHolder: TBevel + Tag = 1 + Left = 118 + Top = 72 + Width = 145 + Height = 22 + Visible = False + end + object lblEvenColor: TLabel + Left = 5 + Top = 47 + Width = 59 + Height = 13 + Caption = 'Even Color :' + OnClick = lblColorClick + end + object bvlEvenColorHolder: TBevel + Left = 118 + Top = 43 + Width = 145 + Height = 22 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 15 + Top = 49 + Width = 15 + Height = 17 + Caption = ' Tr&ansparent ' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 15 + Top = 160 + Width = 15 + Height = 17 + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 104 + Top = 15 + Width = 169 + Height = 25 + Style = csOwnerDrawFixed + ItemHeight = 19 + TabOrder = 0 + OnChange = cbxDrawModeChange + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 30 + Top = 50 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 30 + Top = 161 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnChangeFont: TButton + Left = 6 + Top = 189 + Width = 116 + Height = 23 + Caption = 'Change Fo&nt ...' + TabOrder = 0 + OnClick = btnChangeFontClick + end + object lbxFonts: TListBox + Left = 6 + Top = 16 + Width = 268 + Height = 167 + Style = lbOwnerDrawFixed + ItemHeight = 16 + MultiSelect = True + ParentShowHint = False + PopupMenu = pmChangeFont + ShowHint = True + TabOrder = 1 + OnClick = lbxFontsClick + OnDblClick = lbxFontsDblClick + OnDrawItem = lbxFontsDrawItem + OnKeyDown = FontsKeyDown + OnMouseMove = FontsMouseMove + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Bevel12: TBevel + Left = 57 + Top = 13 + Width = 210 + Height = 4 + Shape = bsBottomLine + end + object Bevel13: TBevel + Left = 63 + Top = 85 + Width = 204 + Height = 4 + Shape = bsBottomLine + end + object Image3: TImage + Left = 9 + Top = 33 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Image4: TImage + Left = 9 + Top = 104 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblExpandLevel: TLabel + Left = 90 + Top = 124 + Width = 68 + Height = 13 + Caption = 'Expand &level: ' + OnClick = lblExpandLevelClick + end + object bvlExpandLevelHolder: TBevel + Left = 210 + Top = 122 + Width = 58 + Height = 21 + Visible = False + end + object lblSelection: TLabel + Left = 6 + Top = 9 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object lblExpanding: TLabel + Left = 6 + Top = 81 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object lblRefinements: TLabel + Left = 7 + Top = 225 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 73 + Top = 230 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 9 + Top = 248 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFF99999FF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F77777777FF7FCC99999FF07DDCCCCCCCCDD0F77777777FF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCC99999FF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777FFFF7FCC99999FF07DDCDDDDCDDDD0F777777FFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCC99999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F77777777FF7FCCCCCFFFF07DDDDDDDDDDDD0F77777777FF7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCCCF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FF9999999F07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFF99999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FFFFFFFFFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLookAndFeel: TLabel + Left = 6 + Top = 152 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Image8: TImage + Left = 9 + Top = 174 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel15: TBevel + Left = 82 + Top = 156 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object chbxTransparentColumnGraphic: TCheckBox + Tag = 10 + Left = 90 + Top = 246 + Width = 179 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 11 + Left = 90 + Top = 268 + Width = 179 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 6 + OnClick = chbxShowClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 31 + Width = 179 + Height = 17 + Caption = 'Only &selected' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxExtendedSelect: TCheckBox + Left = 90 + Top = 53 + Width = 179 + Height = 17 + Caption = '&Extended select' + TabOrder = 1 + OnClick = chbxExtendedSelectClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 98 + Width = 179 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 2 + OnClick = chbxAutoNodesExpandClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 90 + Top = 172 + Width = 179 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 3 + OnClick = chbxShowClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 90 + Top = 194 + Width = 179 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 15 + Left = 90 + Top = 312 + Width = 179 + Height = 17 + Caption = 'Display Check Marks as Text' + TabOrder = 8 + OnClick = chbxShowClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 7 + Left = 90 + Top = 290 + Width = 179 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 7 + OnClick = chbxShowClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + object Bevel9: TBevel + Left = 54 + Top = 13 + Width = 213 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewLineCount: TLabel + Left = 90 + Top = 69 + Width = 99 + Height = 13 + Caption = 'Preview &Line Count: ' + OnClick = lblExpandLevelClick + end + object bvlPreviewLineCountHolder: TBevel + Left = 196 + Top = 66 + Width = 67 + Height = 21 + Visible = False + end + object lblPreview: TLabel + Left = 6 + Top = 9 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object imgPreview: TImage + Left = 9 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxShowPreview: TCheckBox + Tag = 4 + Left = 90 + Top = 23 + Width = 169 + Height = 17 + Caption = 'Pre&view' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxAutoCalcPreviewLines: TCheckBox + Left = 90 + Top = 43 + Width = 169 + Height = 17 + Caption = '&Auto Calc Preview Lines' + TabOrder = 1 + OnClick = chbxAutoCalcPreviewLinesClick + end + end + end + object pnlPreview: TPanel + Left = 287 + Top = 44 + Width = 282 + Height = 343 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + Ctl3D = True + ParentCtl3D = False + TabOrder = 1 + object dxTLPreview: TdxTreeList + Left = 7 + Top = 4 + Width = 268 + Height = 330 + Bands = < + item + Caption = 'Item Data' + Width = 201 + end> + DefaultLayout = False + HeaderPanelRowCount = 1 + BorderStyle = bsNone + Ctl3D = True + Enabled = False + ParentCtl3D = False + TabOrder = 0 + Visible = False + Images = ilTLImages + LookAndFeel = lfFlat + Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoPreview, aoAutoWidth] + OptionsEx = [aoBandHeaderWidth, aoAutoCalcPreviewLines, aoBandSizing, aoBandMoving, aoDragScroll, aoDragExpand] + PaintStyle = psOutlook + StateImages = ilTLImages + TreeLineColor = clGrayText + ScrollBars = ssNone + ShowBands = True + ShowButtons = False + ShowGrid = True + ShowRowFooter = True + ShowFooter = True + OnCustomDrawBand = dxTLPreviewCustomDrawBand + OnCustomDrawColumnHeader = dxTLPreviewCustomDrawColumnHeader + OnCustomDrawCell = dxTLPreviewCustomDrawCell + OnCustomDrawFooterNode = dxTLPreviewCustomDrawFooterNode + OnCustomDrawFooter = dxTLPreviewCustomDrawFooter + OnCustomDrawPreviewCell = dxTLPreviewCustomDrawPreviewCell + OnGetFooterCellText = dxTLPreviewGetFooterCellText + OnGetPreviewLineCount = dxTLPreviewGetPreviewLineCount + OnGetPreviewText = dxTLPreviewGetPreviewText + OnIsExistRowFooterCell = dxTLPreviewIsExistRowFooterCell + OnIsExistFooterCell = dxTLPreviewIsExistFooterCell + OnIsLevelFooter = dxTLPreviewIsLevelFooter + Data = { + FFFFFFFF03000000180000000000000000000000010000000000000000000000 + 020000000D0000004E6F6465203120436F6C2023310D0000004E6F6465203120 + 436F6C2023331800000000000000000000000100000000000000020000000200 + 00000D0000004E6F6465203220436F6C20233104000000547275651800000000 + 0000000000000001000000000000000000000002000000090000005375624E6F + 6465203100000000180000000000000000000000010000000000000000000000 + 01000000090000005375624E6F64652032180000000000000000000000010000 + 000000000001000000020000000D0000004E6F6465203320436F6C2023310400 + 0000547275651800000000000000000000000100000000000000000000000200 + 0000090000005375624E6F64652033090000005375624E6F64652033} + object dxTLPreviewColumn1: TdxTreeListColumn + Alignment = taLeftJustify + Width = 117 + BandIndex = 0 + RowIndex = 0 + end + object dxTLPreviewColumn3: TdxTreeListCheckColumn + Caption = 'Axisymmetric' + Width = 83 + BandIndex = 0 + RowIndex = 0 + OnCustomDrawCell = dxTLPreviewColumn3CustomDrawCell + AllowGrayed = True + ShowNullFieldStyle = nsInactive + ValueChecked = 'True' + ValueUnchecked = 'False' + end + object dxTLPreviewColumn4: TdxTreeListImageColumn + Alignment = taLeftJustify + Caption = 'Shape' + MinWidth = 16 + Width = 68 + BandIndex = 0 + RowIndex = 0 + OnCustomDrawCell = dxTLPreviewColumn4CustomDrawCell + Images = ilTLImages + ImageIndexes.Strings = ( + '0' + '1' + '2' + '3' + '4' + '5' + '6') + Values.Strings = ( + '' + '' + '2' + '3' + '4' + '5' + '6') + end + end + end + object ilTLImages: TImageList + Left = 5 + Top = 404 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000008400000000000000000000000000000000000000FF000000FF00 + 0000FF00000000000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000FF000000FF00 + 0000FF00000000000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000000084000000000000008400FF000000FF000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000000084000000840000000000000084000000840000008400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF0000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000000000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000840000008400000084000000000000008400000084000000 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF000000FF00000084000000840000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000000000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000008400000084000000840000000000000084000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF00000084000000840000008400 + 0000000000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000008400000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF00000084000000FF000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484840084848400C6C6C60084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 000000000000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60084848400848484008484 + 840000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF00000084000000FF0000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF0000008400000000000000840000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF00000084000000FF0000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF0000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C60084848400848484000000000000000000000000000000000000000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 000084848400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600C6C6C6008484840084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF0000FC7F003FFFFF0000 + F01F7FDF803F0000C0077FEF801F000000010077800F00000001003B80070000 + 8003003D80030000C007400180010000C007401D80010000E00F600DC0010000 + F01F7001E0010000F01FB805F0010000F83FDC0DF8010000FC7FEDFDFC010000 + FC7FF5FDFE010000FEFFF801FFFF0000FFFFFFFFFFFFFFFFFFFFFFFFF81FF83F + FF3FFF3FE007E00FF81FF81FC003C007E00FE00FC003C007C007C007C003C007 + C003C003C003C007C003C003C003E00FC003C003C003E00FC003C003C003F01F + C003C003C003F01FE003E003C003F83FF00FF00FC003F83FF83FF83FC003FC7F + FCFFFCFFE007FC7FFFFFFFFFF81FFEFF00000000000000000000000000000000 + 000000000000} + end + object pmChangeFont: TPopupMenu + OnPopup = pmChangeFontPopup + Left = 33 + Top = 404 + object miChangeFont: TMenuItem + Caption = 'Change Fo&nt ...' + Default = True + ShortCut = 16454 + OnClick = btnChangeFontClick + end + end +end diff --git a/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dcu b/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dcu new file mode 100644 index 00000000..b1b1d094 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dfm b/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dfm new file mode 100644 index 00000000..92e4a18e --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmAutoHFTextFmt.dfm @@ -0,0 +1,127 @@ +object dxfmAutoText: TdxfmAutoText + Left = 467 + Top = 306 + BorderStyle = bsDialog + Caption = 'AutoText' + ClientHeight = 358 + ClientWidth = 394 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object gbxEnterAutoTextEntriesHere: TGroupBox + Left = 4 + Top = 4 + Width = 387 + Height = 317 + Caption = ' Enter A&utoText Entries Here: ' + TabOrder = 0 + object lblPreview: TLabel + Left = 9 + Top = 215 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object ToolBar: TToolBar + Left = 9 + Top = 176 + Width = 275 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + ParentShowHint = False + ShowHint = True + TabOrder = 3 + end + object btnAdd: TButton + Left = 289 + Top = 20 + Width = 90 + Height = 23 + Caption = '&Add' + Default = True + TabOrder = 1 + OnClick = btnAddClick + end + object btnDelete: TButton + Left = 289 + Top = 47 + Width = 90 + Height = 23 + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + end + object cbxAutoEntries: TComboBox + Left = 9 + Top = 20 + Width = 274 + Height = 154 + Style = csSimple + ItemHeight = 13 + Sorted = True + TabOrder = 0 + OnChange = NewAutoTextChange + OnClick = AutoEntriesClick + OnEnter = cbxAutoEntriesEnter + OnExit = cbxAutoEntriesExit + OnKeyDown = NewAutoTextKeyDown + end + object Panel1: TPanel + Left = 9 + Top = 231 + Width = 370 + Height = 76 + BevelOuter = bvNone + Color = clWindow + TabOrder = 4 + object pbxPreview: TPaintBox + Left = 0 + Top = 0 + Width = 370 + Height = 76 + Align = alClient + Color = clBtnFace + ParentColor = False + OnPaint = pbxPreviewPaint + end + end + end + object btnOK: TButton + Left = 146 + Top = 329 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 229 + Top = 329 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 312 + Top = 329 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/dxPSfmCompositionAdd.dcu b/official/x.19/Lib/D5/dxPSfmCompositionAdd.dcu new file mode 100644 index 00000000..2eb50257 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmCompositionAdd.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmCompositionAdd.dfm b/official/x.19/Lib/D5/dxPSfmCompositionAdd.dfm new file mode 100644 index 00000000..3f38feb4 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmCompositionAdd.dfm @@ -0,0 +1,109 @@ +object dxfmCompositionAddItems: TdxfmCompositionAddItems + Left = 426 + Top = 382 + ActiveControl = lvItems + BorderStyle = bsDialog + Caption = 'Add Items to Composition' + ClientHeight = 381 + ClientWidth = 329 + Color = clBtnFace + Constraints.MinHeight = 250 + Constraints.MinWidth = 337 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 87 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 168 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 249 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = '&Help' + TabOrder = 3 + end + object pgctrlItems: TPageControl + Left = 5 + Top = 7 + Width = 319 + Height = 339 + ActivePage = tshItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tshItems: TTabSheet + Caption = 'Available Items' + object lvItems: TListView + Left = 0 + Top = 0 + Width = 311 + Height = 280 + Align = alTop + Anchors = [akLeft, akTop, akRight, akBottom] + Columns = <> + ColumnClick = False + MultiSelect = True + ReadOnly = True + TabOrder = 0 + OnDblClick = lvItemsDblClick + end + object pnlNoItems: TPanel + Tag = 20 + Left = 19 + Top = 33 + Width = 277 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items do Display' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 1 + end + object chbxHideIncludedItems: TCheckBox + Left = 2 + Top = 287 + Width = 303 + Height = 17 + Anchors = [akLeft, akRight, akBottom] + Caption = 'Hide Already Included Items' + Checked = True + State = cbChecked + TabOrder = 2 + OnClick = chbxHideIncludedItemsClick + end + end + end +end diff --git a/official/x.19/Lib/D5/dxPSfmCompositionDsg.dcu b/official/x.19/Lib/D5/dxPSfmCompositionDsg.dcu new file mode 100644 index 00000000..6bfceb30 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmCompositionDsg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmCompositionDsg.dfm b/official/x.19/Lib/D5/dxPSfmCompositionDsg.dfm new file mode 100644 index 00000000..5d870ece --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmCompositionDsg.dfm @@ -0,0 +1,613 @@ +object dxfmCompositionDesignWindow: TdxfmCompositionDesignWindow + Left = 380 + Top = 267 + ActiveControl = lvItems + BorderStyle = bsDialog + Caption = 'Composition Designer' + ClientHeight = 279 + ClientWidth = 454 + Color = clBtnFace + Constraints.MinHeight = 278 + Constraints.MinWidth = 462 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TButton + Left = 271 + Top = 251 + Width = 86 + Height = 23 + Caption = 'Close' + ModalResult = 1 + TabOrder = 1 + end + object pcItems: TPageControl + Left = 5 + Top = 7 + Width = 444 + Height = 237 + ActivePage = tbsItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tbsItems: TTabSheet + Caption = 'Items' + OnResize = tbsItemsResize + object lvItems: TListView + Left = 0 + Top = 0 + Width = 347 + Height = 209 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + Columns = <> + ColumnClick = False + DragMode = dmAutomatic + MultiSelect = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnDblClick = DesignerClick + OnEdited = lvItemsEdited + OnEditing = lvItemsEditing + OnDragDrop = lvItemsDragDrop + OnDragOver = lvItemsDragOver + OnStartDrag = lvItemsStartDrag + end + object btnMoveDown: TButton + Left = 353 + Top = 134 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Move Down' + TabOrder = 5 + OnClick = MoveDownClick + end + object btnMoveUp: TButton + Left = 353 + Top = 106 + Width = 79 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Move Up' + TabOrder = 4 + OnClick = MoveUpClick + end + object btnDesign: TButton + Left = 353 + Top = 69 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Desi&gn...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 3 + OnClick = DesignerClick + end + object btnDelete: TButton + Left = 353 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Delete...' + TabOrder = 2 + OnClick = DeleteClick + end + object btnAdd: TButton + Left = 353 + Top = 5 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Add...' + TabOrder = 1 + OnClick = AddClick + end + object pnlNoItems: TPanel + Left = 60 + Top = 99 + Width = 248 + Height = 23 + BevelOuter = bvNone + Caption = 'There are no Items to dispay' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 6 + end + end + end + object btnHelp: TButton + Left = 363 + Top = 251 + Width = 86 + Height = 23 + Caption = '&Help' + TabOrder = 2 + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 4 + Top = 248 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 1 + ShortCut = 45 + OnClick = AddClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 2 + ShortCut = 46 + OnClick = DeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miRename: TMenuItem + Caption = 'Rena&me' + ShortCut = 113 + OnClick = RenameClick + end + object miSelectAll: TMenuItem + Caption = 'Select All' + ShortCut = 16449 + OnClick = SelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Desi&gn...' + Default = True + ImageIndex = 0 + ShortCut = 16397 + OnClick = DesignerClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 3 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move &Down' + ImageIndex = 4 + ShortCut = 16424 + OnClick = MoveDownClick + end + end + object ilItems: TImageList + Left = 32 + Top = 248 + Bitmap = { + 494C010105000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000080800000808000008080000080800000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808000008080000080800000808000008080000080800000808000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808000008080000080800000808000008080000080800000808000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000080800000808000008080000080800000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FFFF000000000000FFFF000000000000FEFF000000000000FC7F000000000000 + F83F000000000000F01F000000000000E00F000000000000C007000000000000 + F83F000000000000F83F000000000000F83F000000000000F83F000000000000 + FFFF000000000000FFFF000000000000FC7FFFFFFFFFFFFFFC27FFFFFFFFFFFF + EC23C007FFF9FFFFC401C007E7FFFFFF8001C007C3F3F83FC001C007C3E7F83F + E000C007E1C7F83F0000C007F08FF83F0000C007F81FC0070003C007FC3FE00F + E003C007F81FF01FC001C007F09FF83F8003C00FC1C7FC7FC407C01F83E3FEFF + EC3FC03F8FF1FFFFFC7FFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSfmLnkAdd.dcu b/official/x.19/Lib/D5/dxPSfmLnkAdd.dcu new file mode 100644 index 00000000..2d392602 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmLnkAdd.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmLnkAdd.dfm b/official/x.19/Lib/D5/dxPSfmLnkAdd.dfm new file mode 100644 index 00000000..04e81d74 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmLnkAdd.dfm @@ -0,0 +1,499 @@ +object dxfmAddComponent: TdxfmAddComponent + Left = 675 + Top = 331 + BorderStyle = bsDialog + ClientHeight = 457 + ClientWidth = 392 + Color = clBtnFace + Constraints.MinHeight = 400 + Constraints.MinWidth = 400 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000000000000000000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFF0000000000F + FFFFF0F00000000FFFFFF000000000000000000000000000000000000000FFFF + 0000FFFF0000C0070000C0070000C0070000C0070000C0070000C0070000C007 + 0000C0070000C0070000C0070000C00F0000C01F0000C03F0000FFFF0000} + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + OnDestroy = FormDestroy + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlHost: TPanel + Left = 6 + Top = 5 + Width = 380 + Height = 417 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 4 + object pgctrlItems: TPageControl + Left = 0 + Top = 104 + Width = 380 + Height = 313 + ActivePage = tbsItems + Align = alClient + TabOrder = 4 + TabStop = False + object tbsItems: TTabSheet + Caption = '&Available Components' + object pnlBottomHost: TPanel + Left = 0 + Top = 211 + Width = 372 + Height = 74 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object bvlOnlyUnLinked: TBevel + Left = 0 + Top = 50 + Width = 372 + Height = 24 + Align = alTop + Shape = bsSpacer + end + object bvlHideCustomContainers: TBevel + Left = 0 + Top = 0 + Width = 372 + Height = 26 + Align = alTop + Shape = bsSpacer + end + object bvlOnlyInCurrentModule: TBevel + Left = 0 + Top = 26 + Width = 372 + Height = 24 + Align = alTop + Shape = bsSpacer + end + object chbxOnlyUnLinked: TCheckBox + Left = 7 + Top = 53 + Width = 253 + Height = 17 + Caption = 'Only Components &without Existing ReportLinks' + TabOrder = 2 + OnClick = chbxClick + end + object chbxOnlyInCurrentModule: TCheckBox + Left = 7 + Top = 29 + Width = 258 + Height = 17 + Caption = 'Only Components in the Active &Form' + TabOrder = 1 + OnClick = chbxClick + end + object chbxHideCustomContainers: TCheckBox + Left = 7 + Top = 5 + Width = 253 + Height = 17 + Caption = 'Hide Custom Containers' + TabOrder = 0 + OnClick = chbxClick + end + end + object lvItems: TListView + Left = 0 + Top = 0 + Width = 372 + Height = 211 + Align = alClient + Columns = <> + HideSelection = False + MultiSelect = True + ReadOnly = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnColumnClick = lvItemsColumnClick + OnCompare = lvItemsCompare + OnDblClick = lvItemsDblClick + end + object pnlNoItems: TPanel + Left = 48 + Top = 72 + Width = 266 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items in this View' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 2 + end + end + end + object pnlNameHost: TPanel + Left = 0 + Top = 0 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblName: TLabel + Left = 6 + Top = 8 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = edName + end + object edName: TEdit + Left = 55 + Top = 5 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlCreatorHost: TPanel + Left = 0 + Top = 60 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblCreator: TLabel + Left = 6 + Top = 10 + Width = 41 + Height = 13 + Caption = 'Creato&r:' + FocusControl = edCreator + end + object edCreator: TEdit + Left = 55 + Top = 6 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + object btnDescription: TButton + Left = 294 + Top = 6 + Width = 83 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Description...' + TabOrder = 1 + OnClick = btnDescriptionClick + end + end + object pnlSeparatorHost: TPanel + Left = 0 + Top = 90 + Width = 380 + Height = 14 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object bvlSeparator: TBevel + Left = 0 + Top = 0 + Width = 380 + Height = 4 + Align = alTop + Shape = bsBottomLine + end + end + object pnlCaptionHost: TPanel + Left = 0 + Top = 30 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblCaption: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = '&Caption:' + FocusControl = edCaption + end + object edCaption: TEdit + Left = 55 + Top = 5 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + end + object btnOK: TButton + Left = 68 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 149 + Top = 429 + Width = 75 + Height = 23 + Cancel = True + Caption = 'OK' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 311 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + TabOrder = 3 + end + object btnDesign: TButton + Left = 230 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + TabOrder = 2 + OnClick = btnDesignClick + end + object ilItems: TImageList + AllocBy = 3 + Left = 2 + Top = 427 + Bitmap = { + 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F00000000000000000000000000000000000000000000 + 000000000000} + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 30 + Top = 427 + object miAdd: TMenuItem + Caption = '&Add' + Default = True + OnClick = lvItemsDblClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Add and D&esign Report...' + ImageIndex = 0 + OnClick = btnDesignClick + end + end + object ilColumns: TImageList + AllocBy = 2 + Height = 8 + Width = 8 + Left = 58 + Top = 427 + Bitmap = { + 494C010102000400040008000800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000200000000800000001002000000000000004 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000020000000080000000100010000000000200000000000000000000000 + 000000000000000000000000FFFFFF00FFFF0000FFFF000080F70000C1E30000 + E3C10000F7800000FFFF0000FFFF000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSfmLnkAdde.dcu b/official/x.19/Lib/D5/dxPSfmLnkAdde.dcu new file mode 100644 index 00000000..a33b765f Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmLnkAdde.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmLnkAdde.dfm b/official/x.19/Lib/D5/dxPSfmLnkAdde.dfm new file mode 100644 index 00000000..3519206c --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmLnkAdde.dfm @@ -0,0 +1,431 @@ +object dxfmAddReportLinkClass: TdxfmAddReportLinkClass + Left = 472 + Top = 300 + BorderStyle = bsDialog + Caption = 'Add Report' + ClientHeight = 463 + ClientWidth = 430 + Color = clBtnFace + Constraints.MinHeight = 350 + Constraints.MinWidth = 438 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000000000000000000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFF0000000000F + FFFFF0F00000000FFFFFF000000000000000000000000000000000000000FFFF + 0000FFFF0000C0070000C0070000C0070000C0070000C0070000C0070000C007 + 0000C0070000C0070000C0070000C00F0000C01F0000C03F0000FFFF0000} + Position = poScreenCenter + OnCreate = FormCreate + OnDestroy = FormDestroy + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 107 + Top = 433 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 188 + Top = 433 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 350 + Top = 433 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + OnClick = btnHelpClick + end + object btnDesign: TButton + Left = 269 + Top = 433 + Width = 75 + Height = 23 + Caption = 'D&esign...' + TabOrder = 2 + OnClick = btnDesignClick + end + object pnlHost: TPanel + Left = 5 + Top = 3 + Width = 420 + Height = 422 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 4 + object pnlNameHost: TPanel + Left = 0 + Top = 0 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblName: TLabel + Left = 6 + Top = 7 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = edName + end + object edName: TEdit + Left = 55 + Top = 4 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlCaptionHost: TPanel + Left = 0 + Top = 30 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblCaption: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = '&Caption:' + FocusControl = edCaption + end + object edCaption: TEdit + Left = 55 + Top = 5 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlSeparatorHost: TPanel + Left = 0 + Top = 90 + Width = 420 + Height = 14 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object bvlSeparator: TBevel + Left = 0 + Top = 0 + Width = 420 + Height = 4 + Align = alTop + Shape = bsBottomLine + end + end + object pgctrlItems: TPageControl + Left = 0 + Top = 104 + Width = 420 + Height = 318 + ActivePage = tbsItems + Align = alClient + TabOrder = 4 + TabStop = False + object tbsItems: TTabSheet + Caption = ' &Active Report Links ' + object lvItems: TListView + Left = 0 + Top = 0 + Width = 412 + Height = 290 + Align = alClient + Columns = < + item + Caption = 'Supported Component Class(es)' + Width = 200 + end + item + Caption = 'ReportLink Class(es)' + Width = 200 + end> + HideSelection = False + ReadOnly = True + RowSelect = True + PopupMenu = pmLinks + SortType = stText + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnColumnClick = lvItemsColumnClick + OnCompare = lvItemsCompare + OnCustomDrawItem = lvItemsCustomDrawItem + OnDblClick = lvItemsDblClick + end + end + end + object pnlCreatorHost: TPanel + Left = 0 + Top = 60 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblCreator: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = 'Creato&r:' + FocusControl = edCreator + end + object edCreator: TEdit + Left = 55 + Top = 5 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + object btnDescription: TButton + Left = 334 + Top = 4 + Width = 83 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Description...' + TabOrder = 1 + OnClick = btnDescriptionClick + end + end + end + object ilLinks: TImageList + AllocBy = 3 + Left = 7 + Top = 429 + Bitmap = { + 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F00000000000000000000000000000000000000000000 + 000000000000} + end + object pmLinks: TPopupMenu + OnPopup = pmLinksPopup + Left = 35 + Top = 429 + object miSelect: TMenuItem + Caption = '&Add Report' + Default = True + OnClick = lvItemsDblClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Add and D&esign Report...' + OnClick = btnDesignClick + end + end + object ilColumns: TImageList + AllocBy = 2 + Height = 8 + Width = 8 + Left = 63 + Top = 429 + Bitmap = { + 494C010102000400040008000800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000200000000800000001002000000000000004 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000020000000080000000100010000000000200000000000000000000000 + 000000000000000000000000FFFFFF00FFFF0000FFFF000080F70000C1E30000 + E3C10000F7800000FFFF0000FFFF000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSfmLnkDsg.dcu b/official/x.19/Lib/D5/dxPSfmLnkDsg.dcu new file mode 100644 index 00000000..9f0aa30a Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmLnkDsg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmLnkDsg.dfm b/official/x.19/Lib/D5/dxPSfmLnkDsg.dfm new file mode 100644 index 00000000..828d8ca8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmLnkDsg.dfm @@ -0,0 +1,937 @@ +object dxfmReportLinkDesignWindow: TdxfmReportLinkDesignWindow + Left = 699 + Top = 105 + BorderStyle = bsDialog + Caption = 'Report Links' + ClientHeight = 343 + ClientWidth = 367 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + KeyPreview = True + OnClose = FormClose + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 240 + Top = 0 + Width = 127 + Height = 343 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnAdd: TButton + Left = 5 + Top = 4 + Width = 98 + Height = 22 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Tag = 4 + Left = 5 + Top = 31 + Width = 119 + Height = 22 + Caption = '&Delete' + TabOrder = 2 + OnClick = EditClick + end + object btnShowDesigner: TButton + Left = 5 + Top = 147 + Width = 119 + Height = 22 + Caption = 'Show D&esigner...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 6 + OnClick = LinkDesignClick + end + object btnSelectAll: TButton + Tag = 6 + Left = 5 + Top = 58 + Width = 119 + Height = 22 + Caption = 'Se&lect All' + TabOrder = 3 + OnClick = EditClick + end + object btnRestoreOriginal: TButton + Left = 5 + Top = 233 + Width = 119 + Height = 22 + Caption = 'Rest&ore Or&iginal' + TabOrder = 9 + OnClick = RestoreOriginalClick + end + object btnChangeComponent: TButton + Tag = 3 + Left = 5 + Top = 174 + Width = 119 + Height = 22 + Caption = 'C&hange Component...' + TabOrder = 7 + OnClick = LinkChangeComponentClick + end + object btnPrintPreview: TButton + Tag = 2 + Left = 5 + Top = 291 + Width = 119 + Height = 22 + Caption = 'Pre&view...' + TabOrder = 11 + OnClick = PrintPreviewClick + end + object btnPrint: TButton + Tag = 3 + Left = 5 + Top = 318 + Width = 119 + Height = 22 + Caption = 'Print...' + TabOrder = 12 + OnClick = PrintClick + end + object btnPageSetup: TButton + Tag = 1 + Left = 5 + Top = 264 + Width = 119 + Height = 22 + Caption = 'Pa&ge Setup...' + TabOrder = 10 + OnClick = PageSetupClick + end + object btnMoveUp: TButton + Left = 5 + Top = 89 + Width = 119 + Height = 22 + Caption = 'Move &Up' + TabOrder = 4 + OnClick = MoveUpClick + end + object btnMoveDown: TButton + Tag = 1 + Left = 5 + Top = 116 + Width = 119 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 5 + OnClick = MoveDownClick + end + object btnRestoreDefaults: TButton + Left = 5 + Top = 206 + Width = 119 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 8 + OnClick = RestoreDefaultsClick + end + object btnDropDownMenu: TButton + Left = 103 + Top = 4 + Width = 21 + Height = 22 + Caption = '6' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -19 + Font.Name = 'Marlett' + Font.Style = [] + ParentFont = False + TabOrder = 1 + OnClick = btnDropDownMenuClick + end + end + object lbxLinks: TListBox + Left = 0 + Top = 0 + Width = 240 + Height = 343 + Style = lbOwnerDrawVariable + Align = alClient + Ctl3D = True + DragMode = dmAutomatic + ItemHeight = 16 + MultiSelect = True + ParentCtl3D = False + PopupMenu = pmLinks + TabOrder = 1 + OnClick = lbxLinksClick + OnDblClick = lbxLinksDblClick + OnDragDrop = lbxLinksDragDrop + OnDragOver = lbxLinksDragOver + OnDrawItem = lbxLinksDrawItem + OnEndDrag = lbxLinksEndDrag + OnKeyPress = lbxLinksKeyPress + OnMeasureItem = lbxLinksMeasureItem + OnStartDrag = lbxLinksStartDrag + end + object pmLinks: TPopupMenu + Images = ilLinks + OnPopup = pmLinksPopup + Left = 7 + Top = 6 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition: TMenuItem + Caption = 'Add Composition...' + ImageIndex = 1 + OnClick = AddCompositionClick + end + object miLine7: TMenuItem + Caption = '-' + end + object miAddExisting: TMenuItem + Caption = 'Add Existing' + ShortCut = 32813 + OnClick = AddExistingClick + end + object miAddStandard: TMenuItem + Caption = 'Add Standard Link...' + ShortCut = 16429 + OnClick = AddStandardClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Tag = 2 + Caption = 'Cu&t' + ImageIndex = 3 + ShortCut = 16472 + OnClick = EditClick + end + object miCopy: TMenuItem + Tag = 1 + Caption = '&Copy' + ImageIndex = 2 + ShortCut = 16451 + OnClick = EditClick + end + object miPaste: TMenuItem + Tag = 3 + Caption = '&Paste' + ImageIndex = 4 + ShortCut = 16470 + OnClick = EditClick + end + object miDelete: TMenuItem + Tag = 4 + Caption = '&Delete' + ImageIndex = 5 + ShortCut = 46 + OnClick = EditClick + end + object N3: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Tag = 6 + Caption = 'Se&lect All' + ShortCut = 16449 + OnClick = EditClick + end + end + object N2: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 10 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move Dow&n' + ImageIndex = 11 + ShortCut = 16424 + OnClick = MoveDownClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miShowDesigner: TMenuItem + Caption = 'Show Designer...' + Default = True + ImageIndex = 6 + ShortCut = 16397 + OnClick = LinkDesignClick + end + object miSetAsCurrent: TMenuItem + Caption = '&Make Current' + ShortCut = 16416 + OnClick = SetAsCurrentClick + end + object miChangeComponent: TMenuItem + Caption = 'C&hange Component...' + OnClick = LinkChangeComponentClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miRestoreDefaults: TMenuItem + Caption = 'Rest&ore Defaults' + ShortCut = 16463 + OnClick = RestoreDefaultsClick + end + object miRestoreOriginal: TMenuItem + Caption = 'Rest&ore Or&iginal' + ShortCut = 16457 + OnClick = RestoreOriginalClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Tag = 1 + Caption = 'Pa&ge Setup...' + ImageIndex = 7 + OnClick = PageSetupClick + end + object miPrintPreview: TMenuItem + Tag = 2 + Caption = 'Print Pre&view...' + ImageIndex = 8 + OnClick = PrintPreviewClick + end + object miPrint: TMenuItem + Tag = 3 + Caption = '&Print...' + ImageIndex = 9 + ShortCut = 16464 + OnClick = PrintClick + end + object N1: TMenuItem + Caption = '-' + end + object miBackground: TMenuItem + Caption = 'Bac&kground' + object miBackgroundEffects: TMenuItem + Tag = 4 + Caption = 'E&ffects...' + ImageIndex = 12 + OnClick = BackgroundClick + end + object miBackgroundClear: TMenuItem + Tag = 5 + Caption = 'Clear' + OnClick = ClearBackgroundClick + end + end + object miLine: TMenuItem + Caption = '-' + end + object miShowButtons: TMenuItem + Caption = 'Show &Button Bar' + Checked = True + OnClick = ShowButtonsClick + end + end + object ilLinks: TImageList + Left = 63 + Top = 6 + Bitmap = { + 494C01010D000E00040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000004000000001002000000000000040 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C6008484 + 84000000000084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C600FFFF00008484 + 84008484840000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C6C6C600FFFF0000C6C6C600C6C6C6008484 + 8400C6C6C60000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000084848400FFFF0000FFFF0000C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C6008484 + 840000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C6C6C600000000000000 + 0000000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007B7B7B007B7B7B007B7B7B0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007B7B7B00000000007B7B + 7B007B7B7B000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000007B7B + 7B00000000000000000000000000000000000000000000000000000000000000 + 0000000000007B7B7B0000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF00840000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007B7B7B000000 + 00000000000000000000BDBDBD00BDBDBD00BDBDBD0000000000000000000000 + 000000000000000000007B7B7B00000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000007B7B7B0000000000BDBD + BD007B7B7B000000000000000000BDBDBD00BDBDBD00000000007B7B7B00BDBD + BD0000000000000000007B7B7B00000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF00840000008400000084000000840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000000000007B7B7B00BDBD + BD007B7B7B00BDBDBD00BDBDBD007B7B7B0000000000BDBDBD007B7B7B007B7B + 7B007B7B7B007B7B7B007B7B7B00000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000BDBDBD00BDBDBD0000000000FFFFFF00FFFFFF0000000000BDBDBD000000 + 00000000000000000000000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000007B7B7B0000000000BDBDBD000000 + 0000BDBDBD0000000000BDBDBD00BDBDBD00BDBDBD00FFFFFF007B7B7B000000 + 0000BDBDBD00BDBDBD00000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000007B7B7B0000000000BDBDBD00BDBD + BD00FFFFFF00000000007B7B7B0000000000BDBDBD00FFFFFF007B7B7B00BDBD + BD00BDBDBD00BDBDBD00000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000007B7B7B0000000000000000000000 + 0000FFFFFF00000000007B7B7B007B7B7B00BDBDBD0000000000BDBDBD000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BDBDBD00FFFFFF00000000000000000000000000BDBDBD00BDBDBD000000 + 0000000000007B7B7B0000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 00000000000000000000000000000000000000000000000000007B7B7B00BDBD + BD007B7B7B00BDBDBD00FFFFFF00FFFFFF00BDBDBD00BDBDBD007B7B7B007B7B + 7B007B7B7B00000000007B7B7B00000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 8400848484000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000007B7B7B0000000000BDBD + BD007B7B7B000000000000000000BDBDBD000000000000000000BDBDBD00BDBD + BD00000000007B7B7B0000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000000000000000000007B7B7B000000 + 00007B7B7B0000000000BDBDBD00BDBDBD00BDBDBD00000000007B7B7B000000 + 00007B7B7B000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000007B7B + 7B0000000000000000000000000000000000000000007B7B7B00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007B7B7B007B7B7B007B7B7B0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000C0C0C000FFFFFF00FFFFFF00FFFFFF0000FFFF000000000000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000C0C0C000FF00 + 0000FF000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000C0C0C000FFFFFF00FFFFFF000000000000FF + FF000000000000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000FF000000FF000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000C0C0C000FFFFFF0000000000000000000000000000000000FFFF + FF000000000000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000C0C0C000FFFFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF0000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000C0C0C000FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF000000 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000400000000100010000000000000200000000000000000000 + 000000000000000000000000FFFFFF00FFFF000000000000C001000000000000 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007000000000000C00F000000000000FFFFFFFFFFFFFFFF000CC007FFFFFFFF + 00088003FFFFFFFF00010001FFFFFFFF00030001F83FFEFF00030001F83FFC7F + 00030000F83FF83F00030000F83FF01F00038000C007E00F0007C000E00FC007 + 000FE000F01FF83F000F8000F83FF83F000F8007FC7FF83F001F8000FEFFF83F + 003FF000FFFFFFFF007FF800FFFFFFFFFFFFFFFFFC7FFFFFFC00FFFFFC27FFFF + 8000FFF9EC23F83F0000E7FFC40100010000C3F3800100010000C3E7C0010001 + 0001E1C7E00000010003F08F000000010003F81F000000010003FC3F00030001 + 0003F81FE00300010003F09FC00100010003C1C780030101800783E3C4078383 + F87F8FF1EC3FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFFFFFFFFFFFF801FFFFFF3FF + C007801FFC01ED9FC0078007FC01ED6FC0078007FC01ED6FC00780010001F16F + C00780010001FD1FC00780010001FC7FC00780010001FEFFC00780010003FC7F + C00780010007FD7FC0078001000FF93FC00FE00100FFFBBFC01FE00301FFFBBF + C03FF80703FFFBBFFFFFF80FFFFFFFFF} + end + object pmAdd: TPopupMenu + Images = ilLinks + OnPopup = pmLinksPopup + Left = 35 + Top = 6 + object miAdd1: TMenuItem + Caption = '&Add...' + Default = True + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition1: TMenuItem + Caption = 'Add Composition...' + Hint = 'miAddComposition' + ImageIndex = 1 + OnClick = AddCompositionClick + end + object miLine6: TMenuItem + Caption = '-' + end + object miAddExisting1: TMenuItem + Caption = 'Add Existing' + ShortCut = 32813 + OnClick = AddExistingClick + end + object miAddStandard1: TMenuItem + Caption = 'Add Standard...' + ShortCut = 16429 + OnClick = AddStandardClick + end + end +end diff --git a/official/x.19/Lib/D5/dxPSfmReportProperties.dcu b/official/x.19/Lib/D5/dxPSfmReportProperties.dcu new file mode 100644 index 00000000..ef1edfe4 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmReportProperties.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmReportProperties.dfm b/official/x.19/Lib/D5/dxPSfmReportProperties.dfm new file mode 100644 index 00000000..a36f6ce0 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmReportProperties.dfm @@ -0,0 +1,219 @@ +object dxfmPSReportProperties: TdxfmPSReportProperties + Left = 357 + Top = 319 + ActiveControl = edName + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'Properties' + ClientHeight = 477 + ClientWidth = 359 + Color = clBtnFace + Constraints.MinHeight = 502 + Constraints.MinWidth = 367 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object pcSummary: TPageControl + Left = 5 + Top = 6 + Width = 349 + Height = 434 + ActivePage = tshSummary + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + object tshSummary: TTabSheet + Caption = 'Summary' + object Image1: TImage + Left = 10 + Top = 8 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDD777777777777777777777777777DDDD00000000000000000000000000 + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0F88888888888888888888888F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F88888888888888888888888F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F88888888888888888888888F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F88888888888888888888888F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F88888888888888888888888F07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0F77777777777777777777777F07DDDD0F7777777FFFFFFFFFFFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD000000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 8 + Top = 46 + Width = 320 + Height = 6 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblCreator: TLabel + Left = 10 + Top = 80 + Width = 41 + Height = 13 + Caption = 'Creator:' + FocusControl = edCreator + end + object lblCreationDate: TLabel + Left = 10 + Top = 105 + Width = 71 + Height = 13 + Caption = 'Creation Date:' + FocusControl = edCreationDate + end + object Bevel2: TBevel + Left = 8 + Top = 142 + Width = 320 + Height = 6 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object edName: TEdit + Left = 66 + Top = 16 + Width = 262 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + Text = 'edName' + end + object edCreator: TEdit + Left = 112 + Top = 80 + Width = 215 + Height = 14 + TabStop = False + Anchors = [akLeft, akTop, akRight] + AutoSize = False + BorderStyle = bsNone + Ctl3D = False + ParentCtl3D = False + ReadOnly = True + TabOrder = 1 + Text = 'edCreator' + end + object edCreationDate: TEdit + Left = 112 + Top = 105 + Width = 215 + Height = 14 + TabStop = False + Anchors = [akLeft, akTop, akRight] + AutoSize = False + BorderStyle = bsNone + Ctl3D = False + ParentCtl3D = False + ReadOnly = True + TabOrder = 2 + Text = 'edCreationDate' + end + object pcDescription: TPageControl + Left = 10 + Top = 158 + Width = 319 + Height = 237 + ActivePage = tshPreview + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 3 + object tshDescription: TTabSheet + Caption = '&Description' + object memDescription: TMemo + Left = 0 + Top = 0 + Width = 311 + Height = 209 + Align = alClient + ScrollBars = ssBoth + TabOrder = 0 + end + end + object tshPreview: TTabSheet + Caption = '&Preview' + ImageIndex = 1 + object bvlPreviewHost: TBevel + Left = 0 + Top = 0 + Width = 311 + Height = 172 + Align = alTop + Anchors = [akLeft, akTop, akRight, akBottom] + end + object btnPreview: TButton + Left = 206 + Top = 180 + Width = 100 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'Pre&view...' + TabOrder = 0 + OnClick = PreviewClick + end + end + end + end + end + object btnOK: TButton + Left = 116 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 197 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 279 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/dxPSfmStlAdd.dcu b/official/x.19/Lib/D5/dxPSfmStlAdd.dcu new file mode 100644 index 00000000..8a258350 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmStlAdd.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmStlAdd.dfm b/official/x.19/Lib/D5/dxPSfmStlAdd.dfm new file mode 100644 index 00000000..8cf936a7 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmStlAdd.dfm @@ -0,0 +1,70 @@ +object dxfmSelectStyleClass: TdxfmSelectStyleClass + Left = 427 + Top = 284 + BorderStyle = bsDialog + Caption = 'Select PrintStyle Type' + ClientHeight = 91 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 2 + Top = -2 + Width = 275 + Height = 58 + TabOrder = 0 + object Label1: TLabel + Left = 7 + Top = 24 + Width = 28 + Height = 13 + Caption = '&Type:' + FocusControl = cbxStyleTypes + OnClick = Label1Click + end + object cbxStyleTypes: TComboBox + Left = 44 + Top = 20 + Width = 220 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = cbxStyleTypesChange + end + end + object btnOK: TButton + Left = 31 + Top = 63 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 115 + Top = 63 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 198 + Top = 63 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/dxPSfmStlDsg.dcu b/official/x.19/Lib/D5/dxPSfmStlDsg.dcu new file mode 100644 index 00000000..5c28aa5e Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmStlDsg.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmStlDsg.dfm b/official/x.19/Lib/D5/dxPSfmStlDsg.dfm new file mode 100644 index 00000000..6cc475a1 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmStlDsg.dfm @@ -0,0 +1,795 @@ +object dxfmPrintStylesDesignWindow: TdxfmPrintStylesDesignWindow + Left = 395 + Top = 187 + BorderStyle = bsDialog + Caption = 'Print Styles' + ClientHeight = 199 + ClientWidth = 358 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + KeyPreview = True + OnClose = FormClose + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 249 + Top = 0 + Width = 109 + Height = 199 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnAdd: TButton + Left = 6 + Top = 4 + Width = 100 + Height = 22 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Tag = 4 + Left = 6 + Top = 31 + Width = 100 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = EditClick + end + object btnSelectAll: TButton + Tag = 6 + Left = 6 + Top = 58 + Width = 100 + Height = 22 + Caption = 'Se&lect All' + TabOrder = 2 + OnClick = EditClick + end + object btnPageSetup: TButton + Tag = 1 + Left = 6 + Top = 147 + Width = 100 + Height = 22 + Caption = 'Pa&ge Setup...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 5 + OnClick = PageSetupClick + end + object btnMoveUp: TButton + Left = 6 + Top = 89 + Width = 100 + Height = 22 + Caption = 'Move &Up' + TabOrder = 3 + OnClick = MoveUpClick + end + object btnMoveDown: TButton + Tag = 1 + Left = 6 + Top = 116 + Width = 100 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 4 + OnClick = MoveDownClick + end + object btnRestoreDefaults: TButton + Left = 6 + Top = 174 + Width = 100 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 6 + OnClick = RestoreDefaultsClick + end + end + object lbxStyles: TListBox + Left = 0 + Top = 0 + Width = 249 + Height = 199 + Style = lbOwnerDrawFixed + Align = alClient + Ctl3D = True + DragMode = dmAutomatic + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + ItemHeight = 34 + MultiSelect = True + ParentCtl3D = False + ParentFont = False + PopupMenu = pmStyles + TabOrder = 1 + OnClick = lbxStylesClick + OnDblClick = PageSetupClick + OnDragDrop = lbxStylesDragDrop + OnDragOver = lbxStylesDragOver + OnDrawItem = lbxStylesDrawItem + OnEndDrag = lbxStylesEndDrag + OnKeyPress = lbxStylesKeyPress + OnStartDrag = lbxStylesStartDrag + end + object pmStyles: TPopupMenu + OnPopup = pmStylesPopup + Left = 13 + Top = 9 + object miAdd: TMenuItem + Caption = '&Add...' + ShortCut = 45 + OnClick = AddClick + end + object miAddStandard: TMenuItem + Caption = 'Add' + ShortCut = 32813 + OnClick = AddStandardClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Tag = 2 + Caption = 'Cu&t' + ShortCut = 16472 + OnClick = EditClick + end + object miCopy: TMenuItem + Tag = 1 + Caption = '&Copy' + ShortCut = 16451 + OnClick = EditClick + end + object miPaste: TMenuItem + Tag = 3 + Caption = '&Paste' + ShortCut = 16470 + OnClick = EditClick + end + object miDelete: TMenuItem + Tag = 4 + Caption = '&Delete' + ShortCut = 46 + OnClick = EditClick + end + object N2: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Tag = 6 + Caption = 'Se&lect All' + ShortCut = 16449 + OnClick = EditClick + end + end + object N1: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move Dow&n' + ShortCut = 16424 + OnClick = MoveDownClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Tag = 1 + Caption = 'Pa&ge Setup...' + Default = True + ShortCut = 16397 + OnClick = PageSetupClick + end + object miSetAsCurrent: TMenuItem + Caption = '&Make Current' + ShortCut = 16416 + OnClick = miSetAsCurrentClick + end + object miLine: TMenuItem + Caption = '-' + end + object miRestoreDefaults: TMenuItem + Caption = 'Rest&ore Defaults' + ShortCut = 16463 + OnClick = RestoreDefaultsClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miBackground: TMenuItem + Caption = 'Bac&kground' + object miBackgroundEffects: TMenuItem + Tag = 4 + Caption = 'E&ffects...' + OnClick = BackgroundClick + end + object miBackgroundClear: TMenuItem + Tag = 5 + Caption = 'Clear' + OnClick = ClearBackgroundClick + end + end + object N3: TMenuItem + Caption = '-' + end + object miShowButtons: TMenuItem + Caption = 'Show &Button Bar' + Checked = True + OnClick = miShowButtonsClick + end + end + object ilMenu: TImageList + Left = 41 + Top = 9 + Bitmap = { + 494C01010A000F00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000004000000001002000000000000040 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 000084000000840000008400000084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF000000000000FF000000000000FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF0084000000000000000000000000000000FFFF + FF000000000000FF000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF0084000000840000008400000084000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF008400000000000000000000000000000000000000FFFF + FF00FF000000FF0000008400000000000000000000000000000000000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000FF000000FF00000084000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000084000000840000008400 + 0000FF000000FF00000084000000840000008400000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 84000084840000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 84008484840000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF0000008400000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF00000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000400000000100010000000000000200000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FFFFC00100000000 + FFFFC00100000000FFFFC00100000000FEFFC00100000000FC7FC00100000000 + F83F800100000000F01F000100000000E00F000100000000C007000100000000 + F83F800100000000F83FC00100000000F83FC00100000000F83FC00300000000 + FFFFC00700000000FFFFC00F00000000FFFFF80FFFFFFFFFFFFFF007FFFFFFFF + FFF9F007F83FFFFFE7FFF0070001FFFFC3F3F0070001F83FC3E7F0070001F83F + E1C7F0070001F83FF08FF0070001F83FF81FF0070001C007FC3FF0070001E00F + F81FF0070001F01FF09FE0030001F83FC1C7E0030101FC7F83E3F0078383FEFF + 8FF1FE3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC03FFFFFF3FFFC00 + C09FFC01ED9F8000CAAFFC01ED6F0000CA97FC01ED6F0000C0030001F16F0000 + C1C30001FD1F0001C1E30001FC7F0003D1F30001FEFF000380330003FC7F0003 + 80330007FD7F00038003000FF93F0003C10300FFFBBF0003C00301FFFBBF8007 + C00303FFFBBFF87FC003FFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPSfmTtl.dcu b/official/x.19/Lib/D5/dxPSfmTtl.dcu new file mode 100644 index 00000000..ea38d528 Binary files /dev/null and b/official/x.19/Lib/D5/dxPSfmTtl.dcu differ diff --git a/official/x.19/Lib/D5/dxPSfmTtl.dfm b/official/x.19/Lib/D5/dxPSfmTtl.dfm new file mode 100644 index 00000000..bc94dc95 --- /dev/null +++ b/official/x.19/Lib/D5/dxPSfmTtl.dfm @@ -0,0 +1,690 @@ +object dxfmReportTitleProperties: TdxfmReportTitleProperties + Left = 442 + Top = 242 + ActiveControl = chbxTransparent + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'Report Title' + ClientHeight = 443 + ClientWidth = 392 + Color = clBtnFace + Constraints.MinHeight = 470 + Constraints.MinWidth = 400 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnClose = FormClose + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object lblMode: TLabel + Left = 8 + Top = 11 + Width = 30 + Height = 13 + Caption = '&Mode:' + FocusControl = cbxMode + end + object btnOK: TButton + Left = 151 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 231 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 311 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 4 + end + object pctlMain: TPageControl + Left = 6 + Top = 39 + Width = 380 + Height = 366 + ActivePage = tshProperties + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 1 + object tshText: TTabSheet + Caption = '&Text' + object memText: TMemo + Left = 0 + Top = 0 + Width = 372 + Height = 338 + Align = alClient + Lines.Strings = ( + '') + TabOrder = 0 + OnChange = TitleChanged + end + end + object tshProperties: TTabSheet + Caption = '&Properties' + OnResize = tshPropertiesResize + object bvlFont: TBevel + Left = 41 + Top = 84 + Width = 324 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblAlignment: TLabel + Left = 7 + Top = 173 + Width = 47 + Height = 13 + Caption = 'Alignment' + end + object lblTextAlignY: TLabel + Left = 196 + Top = 199 + Width = 47 + Height = 13 + Caption = '&Vertically:' + FocusControl = cbxTextAlignY + end + object bvlTransparent: TBevel + Left = 100 + Top = 15 + Width = 265 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object bvlAlignment: TBevel + Left = 74 + Top = 177 + Width = 290 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblColor: TLabel + Left = 65 + Top = 41 + Width = 29 + Height = 13 + Alignment = taRightJustify + Caption = '&Color:' + end + object bvlColorHolder: TBevel + Left = 104 + Top = 37 + Width = 261 + Height = 21 + Anchors = [akLeft, akTop, akRight] + end + object lblTextAlignX: TLabel + Left = 8 + Top = 199 + Width = 60 + Height = 13 + Caption = 'Hori&zontally:' + FocusControl = cbxTextAlignX + end + object imgFont: TImage + Left = 9 + Top = 79 + Width = 16 + Height = 16 + AutoSize = True + Picture.Data = { + 07544269746D6170F6000000424DF60000000000000076000000280000001000 + 0000100000000100040000000000800000000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDD00D + DDDDDDDDDDDDD00DDDDDDDD77777700DDDDDDDDDD77DD00DDDDDDDDDD70DD00D + D0DDDDDDD70DD00DD0DDDDDDD700D00D00DDDD7DD700000000DDDD7DD77DD7DD + DDDDDD77D77D77DDDDDDDD77777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel2: TBevel + Left = 10 + Top = 294 + Width = 354 + Height = 5 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object lblTransparent: TLabel + Left = 25 + Top = 11 + Width = 62 + Height = 13 + Caption = '&Transparent ' + FocusControl = chbxTransparent + OnClick = lblTransparentClick + end + object cbxTextAlignX: TComboBox + Left = 92 + Top = 194 + Width = 95 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 4 + OnChange = TitleChanged + OnDrawItem = cbxTextAlignYDrawItem + Items.Strings = ( + 'Left' + 'Center' + 'Right') + end + object cbxTextAlignY: TComboBox + Tag = 1 + Left = 270 + Top = 194 + Width = 95 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 5 + OnChange = TitleChanged + OnDrawItem = cbxTextAlignYDrawItem + Items.Strings = ( + 'Top' + 'Center' + 'Bottom') + end + object chbxAdjustOnScale: TCheckBox + Left = 104 + Top = 137 + Width = 261 + Height = 17 + Anchors = [akLeft, akTop, akRight] + Caption = '&Adjust on Scale' + TabOrder = 3 + OnClick = TitleChanged + end + object edFont: TEdit + Left = 104 + Top = 107 + Width = 261 + Height = 21 + TabStop = False + Anchors = [akLeft, akTop, akRight] + Color = clBtnFace + ReadOnly = True + TabOrder = 2 + end + object btnFont: TButton + Left = 8 + Top = 105 + Width = 88 + Height = 25 + Caption = 'Fo&nt...' + TabOrder = 1 + OnClick = btnFontClick + end + object btnRestoreDefaults: TButton + Left = 189 + Top = 307 + Width = 176 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Restore Defaults' + TabOrder = 6 + OnClick = btnRestoreDefaultsClick + end + object chbxTransparent: TCheckBox + Left = 7 + Top = 10 + Width = 15 + Height = 17 + Caption = '&Transparent' + TabOrder = 0 + OnClick = TitleChanged + end + end + end + object cbxMode: TComboBox + Left = 48 + Top = 8 + Width = 338 + Height = 21 + Style = csDropDownList + Anchors = [akLeft, akTop, akRight] + ItemHeight = 13 + TabOrder = 0 + OnChange = TitleChanged + Items.Strings = ( + 'None' + 'On First Page, ' + 'On Every Top Page') + end + object ilAlignments: TImageList + AllocBy = 6 + Left = 10 + Top = 411 + Bitmap = { + 494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FF7FFFFF00000000FF7FFFFF00000000 + FF7FE00300000000FC1FFFFF00000000FE3FFF7F00000000FF7FFE3F00000000 + FFFFFC1F00000000E003FF7F00000000FFFFFF7F00000000FF7FFF7F00000000 + FE3FFF7F00000000FC1FFFFF00000000FF7FFFFF00000000FF7FFFFF00000000 + FF7FFFFF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF003FC00FF003FFFFFFFFFFFFFFFFFFFF000300030003FF7F + FFFFFFFFFFFFFF7F003FC00FF003FF7FFFFFFFFFFFFFFF7F000300030003FC1F + FFFFFFFFFFFFFE3F003FC00FF003FF7FFFFFFFFFFFFFFFFF000300030003E003 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPcPrVw.dcu b/official/x.19/Lib/D5/dxPcPrVw.dcu new file mode 100644 index 00000000..98ed221d Binary files /dev/null and b/official/x.19/Lib/D5/dxPcPrVw.dcu differ diff --git a/official/x.19/Lib/D5/dxPgsDlg.dcu b/official/x.19/Lib/D5/dxPgsDlg.dcu new file mode 100644 index 00000000..1a335b5e Binary files /dev/null and b/official/x.19/Lib/D5/dxPgsDlg.dcu differ diff --git a/official/x.19/Lib/D5/dxPgsDlg.dfm b/official/x.19/Lib/D5/dxPgsDlg.dfm new file mode 100644 index 00000000..bcc5516c --- /dev/null +++ b/official/x.19/Lib/D5/dxPgsDlg.dfm @@ -0,0 +1,3665 @@ +object dxfmPageSetupDialog: TdxfmPageSetupDialog + Left = 448 + Top = 228 + BorderStyle = bsDialog + Caption = 'Page Setup' + ClientHeight = 435 + ClientWidth = 526 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnClose = FormClose + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pnlStyleName: TPanel + Left = 0 + Top = 0 + Width = 526 + Height = 31 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblStyleName: TLabel + Left = 4 + Top = 9 + Width = 61 + Height = 13 + Caption = 'Style &Name: ' + FocusControl = edStyleName + end + object edStyleName: TEdit + Left = 66 + Top = 6 + Width = 259 + Height = 21 + MaxLength = 31 + TabOrder = 0 + OnChange = edStyleNameChange + OnExit = edStyleNameExit + end + object btnOptions: TButton + Left = 331 + Top = 5 + Width = 88 + Height = 24 + Caption = '&Options ...' + TabOrder = 1 + end + end + object pnlButtons: TPanel + Left = 0 + Top = 399 + Width = 526 + Height = 36 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnPrintPreview: TButton + Left = 117 + Top = 7 + Width = 106 + Height = 23 + Caption = 'Print Preview...' + TabOrder = 1 + OnClick = btnPrintPreviewClick + end + object btnPrint: TButton + Left = 5 + Top = 7 + Width = 106 + Height = 23 + Caption = 'Print...' + TabOrder = 0 + OnClick = btnPrintClick + end + object btnOK: TButton + Left = 273 + Top = 7 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 358 + Top = 7 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 443 + Top = 7 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + end + object Panel4: TPanel + Left = 0 + Top = 31 + Width = 526 + Height = 368 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object pgctrlMain: TPageControl + Left = 5 + Top = 3 + Width = 517 + Height = 365 + ActivePage = tshMargins + MultiLine = True + TabOrder = 0 + OnChange = pgctrlMainChange + OnChanging = pgctrlMainChanging + object tshPage: TTabSheet + Caption = '&Page' + object Panel5: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object gbxPaper: TGroupBox + Left = 5 + Top = 5 + Width = 231 + Height = 326 + Caption = ' Paper ' + TabOrder = 0 + object lblPaperWidth: TLabel + Left = 18 + Top = 208 + Width = 32 + Height = 13 + Caption = '&Width:' + OnClick = lblMarginTopClick + end + object lblPaperHeight: TLabel + Left = 18 + Top = 234 + Width = 35 + Height = 13 + Caption = 'H&eight:' + OnClick = lblMarginTopClick + end + object bvlPaperDimensions: TBevel + Left = 64 + Top = 191 + Width = 157 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperSource: TBevel + Left = 79 + Top = 278 + Width = 142 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperType: TBevel + Left = 36 + Top = 20 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperWidthHolder: TBevel + Left = 81 + Top = 204 + Width = 100 + Height = 22 + Visible = False + end + object bvlPaperHeightHolder: TBevel + Left = 81 + Top = 230 + Width = 100 + Height = 22 + Visible = False + end + object lblPaperSource: TLabel + Left = 6 + Top = 272 + Width = 63 + Height = 13 + Caption = 'Paper so&urce' + FocusControl = cbxPaperSource + OnClick = lblPaperSourceClick + end + object lblPaperType: TLabel + Left = 6 + Top = 15 + Width = 24 + Height = 13 + Caption = 'T&ype' + FocusControl = lbxPaperType + end + object lblPaperDimensions: TLabel + Left = 6 + Top = 186 + Width = 53 + Height = 13 + Caption = 'Dimensions' + end + object lbxPaperType: TListBox + Left = 12 + Top = 31 + Width = 208 + Height = 148 + Style = lbOwnerDrawFixed + IntegralHeight = True + ItemHeight = 18 + TabOrder = 0 + OnClick = lbxPaperTypeClick + OnDrawItem = lbxPaperTypeDrawItem + end + object cbxPaperSource: TComboBox + Left = 12 + Top = 289 + Width = 208 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 1 + OnChange = cbxPaperSourceChange + OnDrawItem = cbxPaperSourceDrawItem + end + end + object Panel1: TPanel + Left = 239 + Top = 0 + Width = 270 + Height = 337 + Align = alRight + BevelOuter = bvNone + ParentColor = True + TabOrder = 1 + object Label1: TLabel + Left = 265 + Top = 5 + Width = 5 + Height = 326 + Align = alRight + AutoSize = False + Transparent = True + end + object Label2: TLabel + Left = 0 + Top = 5 + Width = 5 + Height = 326 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label3: TLabel + Left = 0 + Top = 0 + Width = 270 + Height = 5 + Align = alTop + AutoSize = False + Transparent = True + end + object Label4: TLabel + Left = 0 + Top = 331 + Width = 270 + Height = 6 + Align = alBottom + AutoSize = False + Transparent = True + end + object Panel6: TPanel + Left = 5 + Top = 5 + Width = 260 + Height = 326 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object gbxOrientation: TGroupBox + Left = 0 + Top = 0 + Width = 260 + Height = 187 + Align = alTop + Caption = ' Orientation ' + TabOrder = 0 + object bvlOrientationHolder: TBevel + Left = 8 + Top = 20 + Width = 145 + Height = 159 + Visible = False + end + object rBtnLandscape: TRadioButton + Tag = 1 + Left = 162 + Top = 109 + Width = 93 + Height = 17 + Caption = '&Landscape' + TabOrder = 1 + OnClick = OrientationClick + OnDblClick = OrientationDblClick + end + object rBtnPortrait: TRadioButton + Left = 162 + Top = 62 + Width = 93 + Height = 17 + Caption = 'P&ortrait' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = OrientationClick + OnDblClick = OrientationDblClick + end + end + object gbxPrintOrder: TGroupBox + Left = 0 + Top = 187 + Width = 260 + Height = 80 + Align = alTop + Caption = ' Print Order ' + TabOrder = 1 + object pbxPageOrder: TPaintBox + Left = 10 + Top = 20 + Width = 74 + Height = 49 + OnDblClick = pbxPageOrderDblClick + OnPaint = pbxPageOrderPaint + end + object rbtnOverThenDown: TRadioButton + Left = 105 + Top = 47 + Width = 150 + Height = 17 + Caption = 'O&ver, then down' + TabOrder = 0 + OnClick = PageOrderClick + end + object rbtnDownThenOver: TRadioButton + Tag = 1 + Left = 105 + Top = 24 + Width = 150 + Height = 17 + Caption = '&Down, then over' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = PageOrderClick + end + end + object gbxShading: TGroupBox + Left = 0 + Top = 267 + Width = 260 + Height = 59 + Align = alClient + Caption = ' Shading ' + TabOrder = 2 + object chbxShading: TCheckBox + Left = 11 + Top = 25 + Width = 206 + Height = 17 + Caption = 'Print using &gray shading' + TabOrder = 0 + OnClick = chbxShadingClick + end + end + end + end + end + end + object tshMargins: TTabSheet + Caption = '&Margins' + object pnlInMargins: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel12: TBevel + Left = 297 + Top = 7 + Width = 201 + Height = 5 + Shape = bsBottomLine + end + object bvlPreviewHolder: TBevel + Left = 252 + Top = 18 + Width = 246 + Height = 310 + Visible = False + end + object lblPreview: TLabel + Left = 252 + Top = 3 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Panel14: TPanel + Left = 0 + Top = 0 + Width = 237 + Height = 337 + Align = alLeft + BevelOuter = bvNone + ParentColor = True + TabOrder = 0 + object Label5: TLabel + Left = 0 + Top = 0 + Width = 237 + Height = 5 + Align = alTop + AutoSize = False + Transparent = True + end + object Label6: TLabel + Left = 0 + Top = 332 + Width = 237 + Height = 5 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label7: TLabel + Left = 0 + Top = 5 + Width = 5 + Height = 327 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label8: TLabel + Left = 232 + Top = 5 + Width = 5 + Height = 327 + Align = alRight + AutoSize = False + Transparent = True + end + object Panel8: TPanel + Left = 5 + Top = 5 + Width = 227 + Height = 327 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object bvlMarginsWarningHolder: TBevel + Left = 4 + Top = 281 + Width = 222 + Height = 33 + Visible = False + end + object gbxMargins: TGroupBox + Left = 0 + Top = 0 + Width = 227 + Height = 223 + Align = alTop + TabOrder = 0 + object pnlMargins: TPanel + Left = 2 + Top = 15 + Width = 223 + Height = 106 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblMarginTop: TLabel + Left = 13 + Top = 8 + Width = 22 + Height = 13 + Caption = '&Top:' + OnClick = lblMarginTopClick + end + object lblMarginBottom: TLabel + Left = 13 + Top = 34 + Width = 41 + Height = 13 + Caption = '&Bottom: ' + OnClick = lblMarginTopClick + end + object lblMarginLeft: TLabel + Left = 13 + Top = 60 + Width = 26 + Height = 13 + Caption = 'Le&ft: ' + OnClick = lblMarginTopClick + end + object lblMarginRight: TLabel + Left = 13 + Top = 86 + Width = 32 + Height = 13 + Caption = 'Ri&ght: ' + OnClick = lblMarginTopClick + end + object bvlMarginTopHolder: TBevel + Left = 97 + Top = 3 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginBottomHolder: TBevel + Left = 97 + Top = 29 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginLeftHolder: TBevel + Left = 97 + Top = 55 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginRightHolder: TBevel + Left = 97 + Top = 81 + Width = 117 + Height = 22 + Visible = False + end + end + object pnlHFMargins: TPanel + Left = 2 + Top = 121 + Width = 223 + Height = 58 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblMarginHeader: TLabel + Left = 13 + Top = 11 + Width = 42 + Height = 13 + Caption = 'H&eader: ' + OnClick = lblMarginTopClick + end + object lblMarginFooter: TLabel + Left = 13 + Top = 38 + Width = 36 + Height = 13 + Caption = 'Foote&r:' + OnClick = lblMarginTopClick + end + object bvlMarginHeaderHolder: TBevel + Left = 97 + Top = 6 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginFooterHolder: TBevel + Left = 97 + Top = 33 + Width = 117 + Height = 22 + Visible = False + end + end + object Panel3: TPanel + Left = 2 + Top = 179 + Width = 223 + Height = 39 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object btnFix: TButton + Left = 6 + Top = 13 + Width = 79 + Height = 23 + Caption = 'Fi&x' + TabOrder = 0 + OnClick = btnFixClick + end + object btnRestoreOriginalMargins: TButton + Left = 88 + Top = 13 + Width = 127 + Height = 23 + Caption = 'Restore &Original' + TabOrder = 1 + OnClick = btnRestoreOriginalMarginsClick + end + end + end + object pnlCenterOnPage: TPanel + Left = 0 + Top = 223 + Width = 227 + Height = 54 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object bvlCenterOnPage: TBevel + Left = 99 + Top = 16 + Width = 128 + Height = 4 + Shape = bsBottomLine + end + object lblCenterOnPage: TLabel + Left = 1 + Top = 13 + Width = 78 + Height = 13 + Caption = 'Center on page ' + end + object chbxCenterHorz: TCheckBox + Left = 9 + Top = 33 + Width = 112 + Height = 17 + Caption = 'Hori&zontaly' + Color = clBtnFace + ParentColor = False + TabOrder = 0 + OnClick = CenterOnPageClick + end + object chbxCenterVert: TCheckBox + Tag = 1 + Left = 131 + Top = 33 + Width = 92 + Height = 17 + Caption = '&Verticaly' + TabOrder = 1 + OnClick = CenterOnPageClick + end + end + end + end + end + end + object tshHeaderFooter: TTabSheet + Caption = '&Header\Footer' + object Panel7: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlBottom: TPanel + Left = 0 + Top = 236 + Width = 509 + Height = 67 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object pnlHFOpt: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 67 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label18: TLabel + Left = 0 + Top = 65 + Width = 509 + Height = 2 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label17: TLabel + Left = 0 + Top = 2 + Width = 4 + Height = 63 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label19: TLabel + Left = 505 + Top = 2 + Width = 4 + Height = 63 + Align = alRight + AutoSize = False + Transparent = True + end + object Label20: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 2 + Align = alTop + AutoSize = False + Transparent = True + end + object Panel9: TPanel + Left = 4 + Top = 2 + Width = 501 + Height = 63 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlVertAlignment: TPanel + Left = 0 + Top = 0 + Width = 125 + Height = 63 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object gbxVertAlignment: TGroupBox + Left = 0 + Top = 0 + Width = 120 + Height = 63 + Caption = ' Vertical Alignment ' + TabOrder = 0 + object tbTAVert: TToolBar + Left = 22 + Top = 23 + Width = 79 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + Images = ilPaperTypes + TabOrder = 0 + Wrapable = False + object ToolButton12: TToolButton + Left = 0 + Top = 2 + Caption = 'ToolButton9' + Down = True + Grouped = True + ImageIndex = 0 + Style = tbsCheck + OnClick = VertTextAlignClick + end + object ToolButton13: TToolButton + Tag = 1 + Left = 25 + Top = 2 + Caption = 'ToolButton10' + Grouped = True + ImageIndex = 1 + Style = tbsCheck + OnClick = VertTextAlignClick + end + object ToolButton14: TToolButton + Tag = 2 + Left = 50 + Top = 2 + Caption = 'ToolButton11' + Grouped = True + ImageIndex = 2 + Style = tbsCheck + OnClick = VertTextAlignClick + end + end + end + end + object gbxFunctions: TGroupBox + Left = 125 + Top = 0 + Width = 376 + Height = 63 + Align = alClient + Caption = ' Predefined Functions ' + TabOrder = 1 + object pnlToolBar: TPanel + Left = 2 + Top = 15 + Width = 372 + Height = 46 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel1' + TabOrder = 0 + object tbPredefined: TToolBar + Left = 19 + Top = 8 + Width = 335 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + ParentShowHint = False + ShowHint = True + TabOrder = 0 + Wrapable = False + end + end + end + end + end + end + object pnlHeader: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 118 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object pnlHeaderMemos: TPanel + Left = 0 + Top = 46 + Width = 509 + Height = 72 + Align = alClient + BevelOuter = bvNone + ParentColor = True + TabOrder = 2 + object Label9: TLabel + Left = 0 + Top = 4 + Width = 4 + Height = 64 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label10: TLabel + Left = 505 + Top = 4 + Width = 4 + Height = 64 + Align = alRight + AutoSize = False + Transparent = True + end + object Label11: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 4 + Align = alTop + AutoSize = False + Transparent = True + end + object Label12: TLabel + Left = 0 + Top = 68 + Width = 509 + Height = 4 + Align = alBottom + AutoSize = False + Transparent = True + end + object pnlHeaderMemosHost: TPanel + Left = 4 + Top = 4 + Width = 501 + Height = 64 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object memHeaderLeft: TMemo + Left = 0 + Top = 0 + Width = 167 + Height = 64 + Align = alClient + ScrollBars = ssVertical + TabOrder = 0 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memHeaderCenter: TMemo + Tag = 1 + Left = 167 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taCenter + ScrollBars = ssVertical + TabOrder = 1 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memHeaderRight: TMemo + Tag = 2 + Left = 334 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taRightJustify + ScrollBars = ssVertical + TabOrder = 2 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + end + end + object pnlHeaderFont: TPanel + Left = 0 + Top = 16 + Width = 509 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnHeaderFont: TButton + Left = 4 + Top = 3 + Width = 75 + Height = 26 + Caption = '&Font...' + TabOrder = 0 + OnClick = btnHFFontClick + end + object edHeaderFontInfo: TEdit + Left = 84 + Top = 6 + Width = 244 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeaderBackground: TBitBtn + Left = 333 + Top = 3 + Width = 172 + Height = 26 + Caption = '&Background' + TabOrder = 2 + OnClick = BackgroundClick + Layout = blGlyphRight + end + end + object pnlHeaderTitle: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 16 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object bvlHeader: TBevel + Left = 47 + Top = 6 + Width = 454 + Height = 5 + Shape = bsBottomLine + end + object lblHeader: TLabel + Left = 6 + Top = 2 + Width = 35 + Height = 13 + Caption = 'Header' + end + end + end + object pnlFooter: TPanel + Left = 0 + Top = 118 + Width = 509 + Height = 118 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object pnlFooterTitle: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 16 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object bvlFooter: TBevel + Left = 48 + Top = 8 + Width = 456 + Height = 4 + Shape = bsBottomLine + end + object lblFooter: TLabel + Left = 6 + Top = 3 + Width = 32 + Height = 13 + Caption = 'Footer' + end + end + object pnlFooterFont: TPanel + Left = 0 + Top = 16 + Width = 509 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnFooterFont: TButton + Tag = 1 + Left = 4 + Top = 3 + Width = 75 + Height = 26 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnHFFontClick + end + object edFooterFontInfo: TEdit + Left = 83 + Top = 6 + Width = 244 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFooterBackGround: TBitBtn + Tag = 1 + Left = 332 + Top = 3 + Width = 172 + Height = 26 + Caption = 'Back&ground' + TabOrder = 2 + OnClick = BackgroundClick + Layout = blGlyphRight + end + end + object pnlFooterMemos: TPanel + Left = 0 + Top = 46 + Width = 509 + Height = 72 + Align = alClient + BevelOuter = bvNone + ParentColor = True + TabOrder = 2 + object Label14: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 4 + Align = alTop + AutoSize = False + Transparent = True + end + object Label15: TLabel + Left = 0 + Top = 68 + Width = 509 + Height = 4 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label13: TLabel + Left = 0 + Top = 4 + Width = 4 + Height = 64 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label16: TLabel + Left = 505 + Top = 4 + Width = 4 + Height = 64 + Align = alRight + AutoSize = False + Transparent = True + end + object pnlFooterMemosHost: TPanel + Left = 4 + Top = 4 + Width = 501 + Height = 64 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object memFooterLeft: TMemo + Tag = 3 + Left = 0 + Top = 0 + Width = 167 + Height = 64 + Align = alClient + ScrollBars = ssVertical + TabOrder = 0 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memFooterCenter: TMemo + Tag = 4 + Left = 167 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taCenter + ScrollBars = ssVertical + TabOrder = 1 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memFooterRight: TMemo + Tag = 5 + Left = 334 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taRightJustify + ScrollBars = ssVertical + TabOrder = 2 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + end + end + end + object pnlReverse: TPanel + Left = 0 + Top = 303 + Width = 509 + Height = 28 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object chbxReverseOnEvenPages: TCheckBox + Left = 7 + Top = 8 + Width = 264 + Height = 17 + Caption = '&Reverse on even pages' + TabOrder = 0 + OnClick = chbxReverseOnEvenPagesClick + end + end + end + end + object tshScaling: TTabSheet + Caption = '&Scaling' + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object bvlAdjustToHolder: TBevel + Left = 35 + Top = 32 + Width = 75 + Height = 22 + Visible = False + end + object bvlFitToPageHolder: TBevel + Left = 35 + Top = 84 + Width = 75 + Height = 22 + Visible = False + end + object lblPagesWideBy: TLabel + Left = 119 + Top = 91 + Width = 77 + Height = 13 + Caption = 'page(s) &wide by' + end + object lblPercentOfNormalSize: TLabel + Left = 118 + Top = 39 + Width = 67 + Height = 13 + Caption = '% normal size' + end + object bvlFitToPageTallHolder: TBevel + Left = 261 + Top = 84 + Width = 75 + Height = 22 + Visible = False + end + object lblTall: TLabel + Left = 343 + Top = 91 + Width = 14 + Height = 13 + Caption = '&tall' + end + object rbtnAdjustTo: TRadioButton + Left = 12 + Top = 9 + Width = 150 + Height = 17 + Caption = '&Adjust To:' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = ScalingClick + end + object rbtnFitTo: TRadioButton + Tag = 1 + Left = 12 + Top = 62 + Width = 150 + Height = 17 + Caption = '&Fit To:' + TabOrder = 1 + OnClick = ScalingClick + end + end + end + end + end + object ilPrintOrders: TImageList + BkColor = clWhite + AllocBy = 2 + Height = 49 + Masked = False + Width = 74 + Left = 210 + Top = 65534 + Bitmap = { + 494C01010200040004004A003100FFFFFF00FE00FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000028010000310000000100200000000000A0E2 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000080800000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000000000000000000000000000000000008080 + 00008080000080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF0000000000000000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000000000000000000000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 000000000000808000008080000080800000FFFFFF00FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000080800000808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008080000080800000808000008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 000000000000808000008080000080800000808000008080000080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF008080800080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 000000000000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000008080000080800000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000008080000080800000808000008080000080800000808000008080 + 000080800000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00000000000000000080800000808000008080 + 0000808000008080000000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00000000000000 + 0000000000000000000080800000808000008080000080800000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00808080008080 + 0000808000008080000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808000008080000080800000808000008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808000008080000080800000808000008080000080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080800000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00000000000000000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 0000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 000080800000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 000080800000FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF008080000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF008080000080800000808000008080 + 000000000000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 0000808000000000000000000000FFFFFF0080808000FFFFFF00000000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0080800000808000008080 + 000080800000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000008080 + 0000808000008080000080800000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF008080 + 00008080000080800000808000008080000080808000FFFFFF00000000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808000008080000080800000808000000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF008080000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080800000808000008080000080800000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000080800000808000008080000080800000808000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808000008080000080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF008080000080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080000080800000808000008080 + 000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000} + end + object ilPaperTypes: TImageList + AllocBy = 8 + Left = 126 + Top = 65534 + Bitmap = { + 494C010103000800080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFF7FFFFF0000FFFFFF7FFFFF0000 + FFFFFF7FE0030000FFFFFC1FFFFF0000FFFFFE3FFFBF0000FF7FFF7FFF1F0000 + FF7FFFFFFE0F0000FF7FE003FFBF0000FF7FFFFFFFBF0000FC1FFF7FFFBF0000 + FE3FFE3FFFBF0000FF7FFC1FFFFF0000FFFFFF7FFFFF0000E003FF7FFFFF0000 + FFFFFF7FFFFF0000FFFFFFFFFFFF000000000000000000000000000000000000 + 000000000000} + end + object ilBins: TImageList + Left = 154 + Top = 65534 + Bitmap = { + 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000FF + FF00000000000000000000000000FFFFFF008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000FFFFFF008080800000000000808080000000000000000000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 800080808000808080008080800000000000000000000000000080808000FFFF + FF00808080008080800000000000FFFFFF008080800080808000000000000000 + 0000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00808080000000000080808000FFFFFF00808080008080 + 8000FFFFFF008080800000000000FFFFFF008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00808080008080800080808000808080000000000000000000FFFF + FF0000FFFF00FFFFFF008080800000000000808080008080800080808000FFFF + FF00808080008080800000000000FFFFFF008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0080808000FFFFFF00FFFFFF008080800080808000808080000000 + 0000FFFFFF0000FFFF00808080000000000080808000FFFFFF00808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00808080008080800000FF00000000FF0000000000808080000000 + 000000FFFF00FFFFFF008080800000000000808080008080800080808000FFFF + FF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080008080800000FF + FF00FFFFFF0000FFFF00FFFFFF008080800080808000808080000000000000FF + FF00FFFFFF0000FFFF0080808000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000FF000000FF00FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 000000FFFF00FFFFFF008080800000000000000000000000000080808000FFFF + FF00FFFFFF0000FF000000FF0000FFFFFF00FFFFFF00FFFFFF00808080008080 + 800000000000FFFFFF0080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00808080008080800000FF + FF00FFFFFF0000FFFF0080808000000000000000000000000000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000FFFFFF00FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000000000000000000000000000000000000000 + 00008080800080808000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FFFFFE3F00000000E000E00F00000000 + C000800300000000800000010000000080000001000000008000000100000000 + 8000000000000000800000000000000080008000000000008000800000000000 + 8000C001000000008000F003000000008001FC0100000000C07FFF0000000000 + E0FFFF8100000000FFFFFFC70000000000000000000000000000000000000000 + 000000000000} + end + object ilPapers: TImageList + Left = 182 + Top = 65534 + Bitmap = { + 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000808000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF000080800000FF + FF00FFFFFF00FFFFFF00FFFFFF000080800000808000FFFFFF00FFFFFF0000FF + FF00FFFFFF0000808000FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF00FFFFFF000080 + 8000FFFFFF0000FFFF0000808000FFFFFF00FFFFFF0000808000FFFFFF00FFFF + FF000080800000FFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF00FFFFFF0000FF + FF000000000000808000FFFFFF0000FFFF00FFFFFF00FFFFFF00008080000000 + 0000FFFFFF00FFFFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF00FFFFFF00FFFF + FF000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF000080 + 8000FFFFFF0000FFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF00FFFFFF000080 + 8000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF0000808000FFFFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF0000808000FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000808000FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000808000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00C001FFFF00000000C001FFFF00000000 + C001FFFF00000000C001000000000000C001000000000000C001000000000000 + C001000000000000C001081000000000C001000000000000C001000000000000 + C001000000000000C001000000000000C001000000000000C003FFFF00000000 + C007FFFF00000000C00FFFFF0000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxPrevw.dcu b/official/x.19/Lib/D5/dxPrevw.dcu new file mode 100644 index 00000000..73a25ca8 Binary files /dev/null and b/official/x.19/Lib/D5/dxPrevw.dcu differ diff --git a/official/x.19/Lib/D5/dxPrnDev.dcu b/official/x.19/Lib/D5/dxPrnDev.dcu new file mode 100644 index 00000000..64dac317 Binary files /dev/null and b/official/x.19/Lib/D5/dxPrnDev.dcu differ diff --git a/official/x.19/Lib/D5/dxPrnDlg.dcu b/official/x.19/Lib/D5/dxPrnDlg.dcu new file mode 100644 index 00000000..f1462b52 Binary files /dev/null and b/official/x.19/Lib/D5/dxPrnDlg.dcu differ diff --git a/official/x.19/Lib/D5/dxPrnDlg.dfm b/official/x.19/Lib/D5/dxPrnDlg.dfm new file mode 100644 index 00000000..25d35be8 --- /dev/null +++ b/official/x.19/Lib/D5/dxPrnDlg.dfm @@ -0,0 +1,861 @@ +object dxfmPrintDialog: TdxfmPrintDialog + Left = 384 + Top = 200 + BorderStyle = bsDialog + Caption = 'Print' + ClientHeight = 458 + ClientWidth = 484 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 427 + Width = 484 + Height = 31 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + object btnPreview: TBitBtn + Left = 113 + Top = 2 + Width = 105 + Height = 23 + Caption = 'Print Pre&view' + TabOrder = 1 + OnClick = btnPreviewClick + end + object btnOK: TButton + Left = 234 + Top = 2 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 318 + Top = 2 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 402 + Top = 2 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object btnPageSetup: TBitBtn + Left = 3 + Top = 2 + Width = 105 + Height = 23 + Caption = 'Page Set&up...' + TabOrder = 0 + OnClick = btnPageSetupClick + Layout = blGlyphRight + end + end + object pnlPrintStyles: TPanel + Left = 0 + Top = 317 + Width = 484 + Height = 105 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object gbxPrintStyles: TGroupBox + Left = 3 + Top = 3 + Width = 478 + Height = 99 + Align = alClient + Caption = ' Print Styles ' + TabOrder = 0 + object lbxPrintStyles: TListBox + Left = 7 + Top = 15 + Width = 322 + Height = 78 + Style = lbOwnerDrawFixed + ItemHeight = 34 + PopupMenu = pmPrintStyles + TabOrder = 0 + OnClick = lbxPrintStylesClick + OnDblClick = PageSetup2Click + OnDrawItem = lbxPrintStylesDrawItem + end + object btnPageSetup2: TButton + Left = 335 + Top = 15 + Width = 136 + Height = 23 + Caption = 'Page Set&up...' + Default = True + TabOrder = 1 + OnClick = PageSetup2Click + end + object btnDefineStyles: TButton + Left = 335 + Top = 42 + Width = 136 + Height = 23 + Caption = 'Define S&tyles...' + TabOrder = 2 + OnClick = DefineStylesClick + end + end + end + object pnlMiddle: TPanel + Left = 0 + Top = 164 + Width = 484 + Height = 153 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 1 + object gbxPageRange: TGroupBox + Left = 3 + Top = 3 + Width = 244 + Height = 147 + Align = alLeft + Caption = ' Page ra&nge ' + TabOrder = 0 + object lblDescription: TLabel + Left = 6 + Top = 98 + Width = 232 + Height = 41 + AutoSize = False + Caption = + 'Enter page number and/or page ranges'#13#10'separated by commes. For e' + + 'xample : 1,3,5-12' + Transparent = True + WordWrap = True + end + object bvlPRWarningHolder: TBevel + Left = 80 + Top = 12 + Width = 157 + Height = 30 + Visible = False + end + object rbtnAllPages: TRadioButton + Left = 9 + Top = 23 + Width = 58 + Height = 17 + Caption = '&All' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = rbtnPagesClick + end + object rbtnCurrentPage: TRadioButton + Tag = 1 + Left = 9 + Top = 48 + Width = 104 + Height = 17 + Caption = 'Curr&ent page' + TabOrder = 1 + OnClick = rbtnPagesClick + end + object rbtnPageRanges: TRadioButton + Tag = 2 + Left = 9 + Top = 72 + Width = 67 + Height = 17 + Caption = 'Pa&ges: ' + TabOrder = 2 + OnClick = rbtnPagesClick + end + object edPageRanges: TEdit + Left = 80 + Top = 70 + Width = 157 + Height = 21 + AutoSelect = False + TabOrder = 3 + OnChange = edPageRangesChange + OnExit = edPageRangesExit + OnKeyPress = edPageRangesKeyPress + end + object rbtnSelection: TRadioButton + Tag = 3 + Left = 116 + Top = 48 + Width = 113 + Height = 17 + Caption = '&Selection' + TabOrder = 4 + OnClick = rbtnPagesClick + end + end + object gbxCopies: TGroupBox + Left = 251 + Top = 3 + Width = 230 + Height = 147 + Align = alRight + Caption = ' C&opies ' + TabOrder = 1 + object lblNumberOfCopies: TLabel + Left = 11 + Top = 48 + Width = 90 + Height = 13 + Caption = 'Number of &copies :' + OnClick = lblNumberOfCopiesClick + end + object bvlCopiesHolder: TBevel + Left = 122 + Top = 43 + Width = 101 + Height = 22 + Visible = False + end + object lblNumberOfPages: TLabel + Left = 11 + Top = 21 + Width = 89 + Height = 13 + Caption = 'Number of pa&ges :' + FocusControl = cbxNumberOfPages + OnClick = lblNumberOfPagesClick + end + object pbxCollate: TPaintBox + Left = 62 + Top = 96 + Width = 118 + Height = 44 + Font.Charset = ANSI_CHARSET + Font.Color = clWindowText + Font.Height = -9 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + OnDblClick = pbxCollateDblClick + OnPaint = pbxCollatePaint + end + object chbxCollate: TCheckBox + Left = 9 + Top = 74 + Width = 171 + Height = 17 + Caption = 'Co&llate copies' + TabOrder = 1 + OnClick = chbxCollateClick + end + object cbxNumberOfPages: TComboBox + Left = 122 + Top = 17 + Width = 101 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = cbxNumberOfPagesChange + Items.Strings = ( + 'All' + 'Even' + 'Odd') + end + end + end + object pnlTop: TPanel + Left = 0 + Top = 0 + Width = 484 + Height = 164 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 0 + object gbxPrinter: TGroupBox + Left = 3 + Top = 3 + Width = 478 + Height = 158 + Align = alClient + Caption = ' &Printer ' + TabOrder = 0 + object lblName: TLabel + Left = 8 + Top = 20 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = cbxPrinters + OnClick = lblNameClick + end + object lblStatus: TLabel + Left = 8 + Top = 48 + Width = 35 + Height = 13 + Caption = 'Status:' + end + object lblType: TLabel + Left = 8 + Top = 67 + Width = 28 + Height = 13 + Caption = 'Type:' + end + object lblWhere: TLabel + Left = 8 + Top = 86 + Width = 36 + Height = 13 + Caption = 'Where:' + end + object lblComment: TLabel + Left = 8 + Top = 105 + Width = 49 + Height = 13 + Caption = 'Comment:' + end + object lStatus: TLabel + Left = 90 + Top = 49 + Width = 31 + Height = 13 + Caption = 'Status' + end + object lType: TLabel + Left = 90 + Top = 68 + Width = 24 + Height = 13 + Caption = 'Type' + end + object lWhere: TLabel + Left = 90 + Top = 87 + Width = 32 + Height = 13 + Caption = 'Where' + end + object lComment: TLabel + Left = 90 + Top = 106 + Width = 45 + Height = 13 + Caption = 'Comment' + end + object cbxPrinters: TComboBox + Left = 90 + Top = 15 + Width = 280 + Height = 26 + Style = csOwnerDrawFixed + ItemHeight = 20 + TabOrder = 0 + OnChange = cbxPrintersChange + OnDrawItem = cbxPrintersDrawItem + end + object btnPrinterProperties: TButton + Left = 376 + Top = 15 + Width = 95 + Height = 26 + Caption = 'P&roperties...' + TabOrder = 1 + OnClick = btnPrinterPropertiesClick + end + object btnNetwork: TButton + Left = 376 + Top = 45 + Width = 95 + Height = 26 + Caption = 'Net&work...' + TabOrder = 2 + OnClick = btnNetworkClick + end + object pnlPrintToFile: TPanel + Left = 2 + Top = 120 + Width = 474 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + object chbxPrintToFile: TCheckBox + Left = 8 + Top = 10 + Width = 136 + Height = 15 + Caption = 'Print to &file' + TabOrder = 0 + OnClick = chbxPrintToFileClick + end + object cbxFileName: TComboBox + Left = 150 + Top = 7 + Width = 216 + Height = 21 + ItemHeight = 13 + TabOrder = 1 + Text = 'cbxFileName' + OnExit = cbxFileNameExit + end + object btnBrowse: TButton + Left = 374 + Top = 6 + Width = 95 + Height = 23 + Caption = '&Browse...' + TabOrder = 2 + OnClick = btnBrowseClick + end + end + end + end + object ilPrinters: TImageList + AllocBy = 7 + Left = 85 + Top = 357 + Bitmap = { + 494C010107000C000C0010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008484840084000000FFFFFF008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF00C6C6C600000000000084840000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF000084840000000000C6C6C60000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 00008400000084000000840000008400000000000000000000008484840000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000FFFFFF00840000008400000000000000000000008484840000FF + FF0000FFFF0000FFFF0000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 840084848400840000008484840084000000FFFFFF00FFFFFF00FFFFFF008400 + 000084000000FFFFFF0084000000840000000000000000000000000000008484 + 840000FFFF0000FFFF0000FFFF000000000000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084000000840000008400 + 0000840000008484840084848400848484008400000084000000840000008400 + 0000FFFFFF00FFFFFF0084000000840000000000000000000000000000008484 + 840000FFFF0000FFFF0000848400000000000084840000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 00008484840000FFFF0000848400000000000084840000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 00008484840000FFFF0000848400000000000084840000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 0000000000008484840000FFFF000000000000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000008400 + 000084000000848484008484840084848400840000000000000084000000FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 0000000000008484840000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000840000000000000000000000000000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 000000000000000000008484840000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C6C6C600848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084840000FFFF00C6C6C600008484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000080800000FFFF00C0C0C000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C60084848400000000000000000084848400848484000000 + 000000000000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C60084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000008080 + 8000C0C0C000C0C0C00080808000000000000000000080808000808080000000 + 000000000000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00080808000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000084848400C6C6C6008484 + 84008484840084848400C6C6C600848484008484840000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000080808000C0C0C0008080 + 80008080800080808000C0C0C000808080008080800000000000000000008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000C0C0C000C0C0C000C0C0C000808080008080800080808000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000808080008080800080808000808080000000 + 0000000000000000000000000000000000008484840084848400C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400000000000000000000000000000000008484840084848400C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 8400848484000000000000000000000000008080800080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000000000000000000000000000000000008080800080808000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400848484008484840000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400848484008484840000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000808080008080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00C6C6C600C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400848484008484840000000000C6C6C600FFFFFF00C6C6C600C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400848484008484840000000000C0C0C000FFFFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C00080808000808080008080 + 800080808000808080008080800000000000C0C0C000FFFFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C00080808000808080008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C6000000FF0084848400C6C6C600C6C6C600C6C6C6008484 + 840084848400848484008484840000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C6000000FF0084848400C6C6C600C6C6C600C6C6C6008484 + 840084848400848484008484840000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C0000000FF0080808000C0C0C000C0C0C000C0C0C0008080 + 800080808000808080008080800000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C0000000FF0080808000C0C0C000C0C0C000C0C0C0008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00C6C6C600C6C6 + C60000FF00008484840084848400C6C6C600C6C6C60084848400848484000000 + 0000C6C6C600848484008484840000000000C6C6C600FFFFFF00C6C6C600C6C6 + C60000FF00008484840084848400C6C6C600C6C6C60084848400848484000000 + 0000C6C6C600848484008484840000000000C0C0C000FFFFFF00C0C0C000C0C0 + C00000FF00008080800080808000C0C0C000C0C0C00080808000808080000000 + 0000C0C0C000808080008080800000000000C0C0C000FFFFFF00C0C0C000C0C0 + C00000FF00008080800080808000C0C0C000C0C0C00080808000808080000000 + 0000C0C0C0008080800080808000000000000000000084848400C6C6C600C6C6 + C60084848400C6C6C600C6C6C60084848400C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000084848400C6C6C600C6C6 + C60084848400C6C6C600C6C6C6008484840084848400C6C6C600C6C6C6000000 + 0000C6C6C6008484840084848400000000000000000080808000C0C0C000C0C0 + C00080808000C0C0C000C0C0C00080808000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C0000000000000000000000000000000000080808000C0C0C000C0C0 + C00080808000C0C0C000C0C0C0008080800080808000C0C0C000C0C0C0000000 + 0000C0C0C000808080008080800000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600FFFFFF00FFFFFF008484 + 840000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C60084848400C6C6C600C6C6C600FFFFFF00FFFFFF008484 + 8400848484000000000000000000000000008080800000000000000000000000 + 000080808000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000008080800000000000000000000000 + 000080808000C0C0C00080808000C0C0C000C0C0C000FFFFFF00FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00848484000000000000000000000000000000000000000000FFFFFF000000 + 00000000000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000FFFFFF000000 + 0000000000008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084848400000000000000000000000000C0C0C00000000000FFFF + FF0000000000FFFFFF0000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000000000000000000000000000C0C0C00000000000FFFF + FF0000000000FFFFFF0000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600000000000000000000000000000000008080800000000000000000000000 + 00008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000008080800000000000000000000000 + 00008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C00000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFE0FFFFFF0000FFFF0007E0030000 + F83F0007C0010000000100078001000000010007800300000001000780030000 + 00010000C007000000010000C007000000010000E00F000000018000E00F0000 + 0001E000F01F00000001E000F01F00000101E000F83F00008383E040F83F0000 + FFFFF0E1FC7F0000FFFFFFFFFE7F0000FC7FF87FFC7FF87FF01F0000F01F0000 + C0070000C00700008001F01F8001F01F8001C0078001C0070001000100010001 + 0000000000000000000000000000000000000000000000000000000000000000 + 8001800180018001E007E00700070007F803F80300030003FE00FE0002000200 + FF03FF0303030303FF8FFF8F078F078F00000000000000000000000000000000 + 000000000000} + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 27 + Top = 357 + object miPageSetup: TMenuItem + Caption = 'Page Set&up...' + Default = True + ShortCut = 16397 + OnClick = PageSetup2Click + end + object miLine1: TMenuItem + Caption = '-' + end + object miDefineStyles: TMenuItem + Caption = 'Define Styles...' + OnClick = DefineStylesClick + end + end +end diff --git a/official/x.19/Lib/D5/dxPrnPg.dcu b/official/x.19/Lib/D5/dxPrnPg.dcu new file mode 100644 index 00000000..6e6312f5 Binary files /dev/null and b/official/x.19/Lib/D5/dxPrnPg.dcu differ diff --git a/official/x.19/Lib/D5/dxPsPrVwAdvD5.dcu b/official/x.19/Lib/D5/dxPsPrVwAdvD5.dcu new file mode 100644 index 00000000..c3d763b6 Binary files /dev/null and b/official/x.19/Lib/D5/dxPsPrVwAdvD5.dcu differ diff --git a/official/x.19/Lib/D5/dxPscxTLLnkD5.dcu b/official/x.19/Lib/D5/dxPscxTLLnkD5.dcu new file mode 100644 index 00000000..0e711915 Binary files /dev/null and b/official/x.19/Lib/D5/dxPscxTLLnkD5.dcu differ diff --git a/official/x.19/Lib/D5/dxStatusBar.dcu b/official/x.19/Lib/D5/dxStatusBar.dcu new file mode 100644 index 00000000..7547fa30 Binary files /dev/null and b/official/x.19/Lib/D5/dxStatusBar.dcu differ diff --git a/official/x.19/Lib/D5/dxStatusBar.res b/official/x.19/Lib/D5/dxStatusBar.res new file mode 100644 index 00000000..d8d72d05 Binary files /dev/null and b/official/x.19/Lib/D5/dxStatusBar.res differ diff --git a/official/x.19/Lib/D5/dxStatusBarReg.dcu b/official/x.19/Lib/D5/dxStatusBarReg.dcu new file mode 100644 index 00000000..361414a8 Binary files /dev/null and b/official/x.19/Lib/D5/dxStatusBarReg.dcu differ diff --git a/official/x.19/Lib/D5/dxStatusIndicatorEditor.dcu b/official/x.19/Lib/D5/dxStatusIndicatorEditor.dcu new file mode 100644 index 00000000..9636c4df Binary files /dev/null and b/official/x.19/Lib/D5/dxStatusIndicatorEditor.dcu differ diff --git a/official/x.19/Lib/D5/dxStatusIndicatorEditor.dfm b/official/x.19/Lib/D5/dxStatusIndicatorEditor.dfm new file mode 100644 index 00000000..d3cf7e19 --- /dev/null +++ b/official/x.19/Lib/D5/dxStatusIndicatorEditor.dfm @@ -0,0 +1,112 @@ +object dxStatusBarIndicatorEditor: TdxStatusBarIndicatorEditor + Left = 624 + Top = 110 + BorderStyle = bsDialog + ClientHeight = 234 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Bevel1: TBevel + Left = 8 + Top = 192 + Width = 337 + Height = 2 + end + object BtnOK: TButton + Left = 117 + Top = 202 + Width = 75 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object BtnCancel: TButton + Left = 197 + Top = 202 + Width = 75 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object chlbIndicators: TCheckListBox + Left = 8 + Top = 8 + Width = 153 + Height = 149 + ItemHeight = 13 + TabOrder = 2 + OnClick = chlbIndicatorsClick + OnKeyDown = chlbIndicatorsKeyDown + end + object BtnAdd: TButton + Left = 175 + Top = 8 + Width = 92 + Height = 25 + Caption = '&Add' + TabOrder = 3 + OnClick = BtnAddClick + end + object BtnDelete: TButton + Left = 175 + Top = 40 + Width = 92 + Height = 25 + Caption = '&Delete' + TabOrder = 4 + OnClick = BtnDeleteClick + end + object BtnClear: TButton + Left = 175 + Top = 72 + Width = 92 + Height = 25 + Caption = '&Clear' + TabOrder = 5 + OnClick = BtnClearClick + end + object cbItemTypes: TComboBox + Left = 9 + Top = 164 + Width = 153 + Height = 21 + ItemHeight = 13 + Items.Strings = ( + 'sitOff' + 'sitYellow' + 'sitBlue' + 'sitGreen' + 'sitRed' + 'sitTeal' + 'sitPurple') + TabOrder = 6 + OnChange = cbItemTypesChange + end + object GroupBox1: TGroupBox + Left = 172 + Top = 130 + Width = 97 + Height = 56 + Caption = 'Example' + TabOrder = 7 + object imgExample: TImage + Left = 31 + Top = 26 + Width = 34 + Height = 15 + Center = True + end + end +end diff --git a/official/x.19/Lib/D5/dxThemeConsts.dcu b/official/x.19/Lib/D5/dxThemeConsts.dcu new file mode 100644 index 00000000..621107d5 Binary files /dev/null and b/official/x.19/Lib/D5/dxThemeConsts.dcu differ diff --git a/official/x.19/Lib/D5/dxThemeD5.dcu b/official/x.19/Lib/D5/dxThemeD5.dcu new file mode 100644 index 00000000..21144932 Binary files /dev/null and b/official/x.19/Lib/D5/dxThemeD5.dcu differ diff --git a/official/x.19/Lib/D5/dxThemeManager.dcu b/official/x.19/Lib/D5/dxThemeManager.dcu new file mode 100644 index 00000000..300a8732 Binary files /dev/null and b/official/x.19/Lib/D5/dxThemeManager.dcu differ diff --git a/official/x.19/Lib/D5/dxUxTheme.dcu b/official/x.19/Lib/D5/dxUxTheme.dcu new file mode 100644 index 00000000..d2d1eaff Binary files /dev/null and b/official/x.19/Lib/D5/dxUxTheme.dcu differ diff --git a/official/x.19/Lib/D5/dxWrap.dcu b/official/x.19/Lib/D5/dxWrap.dcu new file mode 100644 index 00000000..04121f8f Binary files /dev/null and b/official/x.19/Lib/D5/dxWrap.dcu differ diff --git a/official/x.19/Lib/D5/dxfmChFn.dcu b/official/x.19/Lib/D5/dxfmChFn.dcu new file mode 100644 index 00000000..e6f768ba Binary files /dev/null and b/official/x.19/Lib/D5/dxfmChFn.dcu differ diff --git a/official/x.19/Lib/D5/dxfmChFn.dfm b/official/x.19/Lib/D5/dxfmChFn.dfm new file mode 100644 index 00000000..8b436210 --- /dev/null +++ b/official/x.19/Lib/D5/dxfmChFn.dfm @@ -0,0 +1,72 @@ +object fmdxChangeFileName: TfmdxChangeFileName + Left = 368 + Top = 184 + ActiveControl = edFileName + BorderStyle = bsDialog + Caption = 'Choose New File Name' + ClientHeight = 104 + ClientWidth = 350 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 109 + Top = 75 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 190 + Top = 75 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 271 + Top = 75 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object GroupBox1: TGroupBox + Left = 4 + Top = 2 + Width = 342 + Height = 65 + TabOrder = 0 + object lblEnterNewFileName: TLabel + Left = 9 + Top = 17 + Width = 103 + Height = 13 + Caption = '&Enter New File Name:' + FocusControl = edFileName + end + object edFileName: TEdit + Left = 9 + Top = 33 + Width = 324 + Height = 21 + MaxLength = 260 + TabOrder = 0 + OnChange = edFileNameChange + end + end +end diff --git a/official/x.19/Lib/D5/dxfmClr.dcu b/official/x.19/Lib/D5/dxfmClr.dcu new file mode 100644 index 00000000..d561da76 Binary files /dev/null and b/official/x.19/Lib/D5/dxfmClr.dcu differ diff --git a/official/x.19/Lib/D5/dxfmClr.dfm b/official/x.19/Lib/D5/dxfmClr.dfm new file mode 100644 index 00000000..ebf43a03 --- /dev/null +++ b/official/x.19/Lib/D5/dxfmClr.dfm @@ -0,0 +1,572 @@ +object dxfmColorPalette: TdxfmColorPalette + Left = 410 + Top = 280 + BorderStyle = bsDialog + ClientHeight = 182 + ClientWidth = 148 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object pnlTop: TPanel + Left = 0 + Top = 0 + Width = 148 + Height = 121 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object SpeedButton1: TSpeedButton + Left = 2 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton2: TSpeedButton + Left = 20 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton3: TSpeedButton + Left = 38 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton4: TSpeedButton + Left = 56 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton5: TSpeedButton + Left = 74 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton6: TSpeedButton + Left = 92 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton7: TSpeedButton + Left = 110 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton8: TSpeedButton + Left = 128 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton9: TSpeedButton + Left = 2 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton10: TSpeedButton + Left = 20 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton11: TSpeedButton + Left = 38 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton12: TSpeedButton + Left = 56 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton13: TSpeedButton + Left = 74 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton14: TSpeedButton + Left = 92 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton15: TSpeedButton + Left = 110 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton16: TSpeedButton + Left = 128 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton17: TSpeedButton + Left = 2 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton18: TSpeedButton + Left = 20 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton19: TSpeedButton + Left = 38 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton20: TSpeedButton + Left = 56 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton21: TSpeedButton + Left = 74 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton22: TSpeedButton + Left = 92 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton23: TSpeedButton + Left = 110 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton24: TSpeedButton + Left = 128 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton25: TSpeedButton + Left = 2 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton26: TSpeedButton + Left = 20 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton27: TSpeedButton + Left = 38 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton28: TSpeedButton + Left = 56 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton29: TSpeedButton + Left = 74 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton30: TSpeedButton + Left = 92 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton31: TSpeedButton + Left = 110 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton32: TSpeedButton + Left = 128 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton33: TSpeedButton + Left = 2 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton34: TSpeedButton + Left = 20 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton35: TSpeedButton + Left = 38 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton36: TSpeedButton + Left = 56 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton37: TSpeedButton + Left = 74 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton38: TSpeedButton + Left = 92 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton39: TSpeedButton + Left = 110 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton40: TSpeedButton + Left = 128 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object bvlNoFillHolder: TBevel + Left = 2 + Top = 3 + Width = 144 + Height = 22 + Visible = False + end + end + object pnlBottom: TPanel + Left = 0 + Top = 126 + Width = 148 + Height = 56 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object sBtnMoreColors: TSpeedButton + Left = 2 + Top = 4 + Width = 144 + Height = 26 + Caption = '&More Colors ...' + Flat = True + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44} + Margin = 3 + Spacing = 10 + OnClick = sBtnMoreColorsClick + end + object sBtnFillEffects: TSpeedButton + Left = 2 + Top = 30 + Width = 144 + Height = 26 + Caption = '&Fill Effects ...' + Flat = True + Glyph.Data = { + 36050000424D3605000000000000360400002800000010000000100000000100 + 0800000000000001000000000000000000000001000000010000000000000000 + 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA + A600D3F0FF00B1E2FF008ED3FF006BC6FF0048B8FF0024AAFF0000AAFF000092 + DC000079B900006196000049730000325000D3E3FF00B1C7FF008EABFF006B8F + FF004873FF002457FF000055FF000049DC00003CB90000309600002473000019 + 5000D3D3FF00B1B1FF008E8EFF006B6BFF004848FF002424FF000000FE000000 + DC000000B900000096000000730000005000E3D3FF00C7B1FF00AB8EFF008F6B + FF007348FF005724FF005500FF004900DC003C00B90030009600240073001900 + 5000F0D3FF00E2B1FF00D38EFF00C66BFF00B848FF00AA24FF00AA00FF009200 + DC007900B900610096004900730032005000FFD3FF00FFB1FF00FF8EFF00FF6B + FF00FF48FF00FF24FF00FE00FE00DC00DC00B900B90096009600730073005000 + 5000FFD3F000FFB1E200FF8ED300FF6BC600FF48B800FF24AA00FF00AA00DC00 + 9200B9007900960061007300490050003200FFD3E300FFB1C700FF8EAB00FF6B + 8F00FF487300FF245700FF005500DC004900B9003C0096003000730024005000 + 1900FFD3D300FFB1B100FF8E8E00FF6B6B00FF484800FF242400FE000000DC00 + 0000B9000000960000007300000050000000FFE3D300FFC7B100FFAB8E00FF8F + 6B00FF734800FF572400FF550000DC490000B93C000096300000732400005019 + 0000FFF0D300FFE2B100FFD38E00FFC66B00FFB84800FFAA2400FFAA0000DC92 + 0000B9790000966100007349000050320000FFFFD300FFFFB100FFFF8E00FFFF + 6B00FFFF4800FFFF2400FEFE0000DCDC0000B9B9000096960000737300005050 + 0000F0FFD300E2FFB100D3FF8E00C6FF6B00B8FF4800AAFF2400AAFF000092DC + 000079B90000619600004973000032500000E3FFD300C7FFB100ABFF8E008FFF + 6B0073FF480057FF240055FF000049DC00003CB9000030960000247300001950 + 0000D3FFD300B1FFB1008EFF8E006BFF6B0048FF480024FF240000FE000000DC + 000000B90000009600000073000000500000D3FFE300B1FFC7008EFFAB006BFF + 8F0048FF730024FF570000FF550000DC490000B93C0000963000007324000050 + 1900D3FFF000B1FFE2008EFFD3006BFFC60048FFB80024FFAA0000FFAA0000DC + 920000B97900009661000073490000503200D3FFFF00B1FFFF008EFFFF006BFF + FF0048FFFF0024FFFF0000FEFE0000DCDC0000B9B90000969600007373000050 + 5000F2F2F200E6E6E600DADADA00CECECE00C2C2C200B6B6B600AAAAAA009E9E + 9E009292920086868600797979006E6E6E006161610056565600494949003E3E + 3E0032323200262626001A1A1A000E0E0E00F0FBFF00A3A0A000808080000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00686868686868 + 686868686868686868686873737373737373737373737373736868737E7E7E7E + 7E7E7E7E7E7E7E7E736868737E7C7C7C7C7C7C7C7C7C7C7E736868737E7C8787 + 8787878787877C7E736868737E7C87858585858585877C7E736868737E7C8785 + 8484848485877C7E736868737E7C87858483838485877C7E736868737E7C8785 + 8483838485877C7E736868737E7C87858484848485877C7E736868737E7C8785 + 8585858585877C7E736868737E7C87878787878787877C7E736868737E7C7C7C + 7C7C7C7C7C7C7C7E736868737E7E7E7E7E7E7E7E7E7E7E7E7368687373737373 + 7373737373737373736868686868686868686868686868686868} + Margin = 4 + Spacing = 10 + OnClick = sBtnFillEffectsClick + end + end + object pnlMiddle: TPanel + Left = 0 + Top = 121 + Width = 148 + Height = 5 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object Bevel1: TBevel + Left = 25 + Top = -2 + Width = 97 + Height = 6 + Shape = bsBottomLine + end + end +end diff --git a/official/x.19/Lib/D5/dxfmDTFmt.dcu b/official/x.19/Lib/D5/dxfmDTFmt.dcu new file mode 100644 index 00000000..85528a6d Binary files /dev/null and b/official/x.19/Lib/D5/dxfmDTFmt.dcu differ diff --git a/official/x.19/Lib/D5/dxfmDTFmt.dfm b/official/x.19/Lib/D5/dxfmDTFmt.dfm new file mode 100644 index 00000000..7d05a47e --- /dev/null +++ b/official/x.19/Lib/D5/dxfmDTFmt.dfm @@ -0,0 +1,109 @@ +object dxfmDateTimeFormats: TdxfmDateTimeFormats + Left = 350 + Top = 153 + ActiveControl = lbxDateFormats + BorderStyle = bsDialog + Caption = 'Change Date and Time Formats' + ClientHeight = 342 + ClientWidth = 282 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 41 + Top = 313 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 122 + Top = 313 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 203 + Top = 313 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object GroupBox1: TGroupBox + Left = 4 + Top = 4 + Width = 274 + Height = 301 + TabOrder = 0 + object lblAvailableDateFormats: TLabel + Left = 10 + Top = 13 + Width = 115 + Height = 13 + Caption = 'Available &Date Formats:' + FocusControl = lbxDateFormats + OnClick = lblAvailableDateFormatsClick + end + object lblAvailableTimeFormats: TLabel + Left = 10 + Top = 187 + Width = 114 + Height = 13 + Caption = 'Available Time &Formats:' + FocusControl = lbxTimeFormats + OnClick = lblAvailableDateFormatsClick + end + object lbxDateFormats: TListBox + Left = 8 + Top = 28 + Width = 257 + Height = 150 + ItemHeight = 13 + TabOrder = 0 + OnClick = lbxDateFormatsClick + OnDblClick = lbxDTFormatsDblClick + end + object lbxTimeFormats: TListBox + Left = 8 + Top = 203 + Width = 257 + Height = 59 + ItemHeight = 13 + TabOrder = 1 + OnClick = TimeFormatsChanged + OnDblClick = lbxDTFormatsDblClick + end + object chbxAutoUpdate: TCheckBox + Left = 8 + Top = 274 + Width = 160 + Height = 17 + Caption = '&Update Automatically ' + TabOrder = 2 + OnClick = chbxAutoUpdateClick + end + object btnDefault: TButton + Left = 175 + Top = 270 + Width = 90 + Height = 23 + Caption = '&Default ...' + TabOrder = 3 + OnClick = btnDefaultClick + end + end +end diff --git a/official/x.19/Lib/D5/dxfmDfnStl.dcu b/official/x.19/Lib/D5/dxfmDfnStl.dcu new file mode 100644 index 00000000..9f16ec2d Binary files /dev/null and b/official/x.19/Lib/D5/dxfmDfnStl.dcu differ diff --git a/official/x.19/Lib/D5/dxfmDfnStl.dfm b/official/x.19/Lib/D5/dxfmDfnStl.dfm new file mode 100644 index 00000000..b7bfca5a --- /dev/null +++ b/official/x.19/Lib/D5/dxfmDfnStl.dfm @@ -0,0 +1,412 @@ +object dxfmDefinePrintStyles: TdxfmDefinePrintStyles + Left = 414 + Top = 232 + ActiveControl = lbxPrintStyles + BorderStyle = bsDialog + Caption = 'Define Print Styles' + ClientHeight = 193 + ClientWidth = 282 + Color = clBtnFace + Constraints.MinHeight = 220 + Constraints.MinWidth = 290 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000004 + 4444000000004444474F444440004477774FFFF440004477774FFFF440004477 + 774FFFF440004477774FFFF440004477774FFFF444444477774FFFF44F444477 + 7474FFF44F44044447774444FF440004477774FFFF440004477774FFFF440004 + 477774FFFF4400044777404FFF4400004444000444400000000000000000E0FF + 0000000700000007000000070000000700000007000000000000000000000000 + 000080000000E0000000E0000000E0000000E0400000F0E10000FFFF0000} + KeyPreview = True + Position = poScreenCenter + OnResize = FormResize + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object lblPrintStyles: TLabel + Left = 3 + Top = 5 + Width = 58 + Height = 13 + Caption = 'Print &Styles:' + FocusControl = lbxPrintStyles + end + object btnEdit: TButton + Left = 196 + Top = 24 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Edit...' + TabOrder = 0 + OnClick = EditClick + end + object btnCopy: TButton + Left = 196 + Top = 53 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Copy...' + TabOrder = 1 + OnClick = CopyClick + end + object btnReset: TButton + Left = 196 + Top = 82 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Reset...' + TabOrder = 2 + OnClick = ResetClick + end + object btnClose: TButton + Left = 196 + Top = 133 + Width = 80 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 3 + end + object btnHelp: TButton + Left = 196 + Top = 162 + Width = 80 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = '&Help' + ModalResult = 1 + TabOrder = 4 + end + object lbxPrintStyles: TListBox + Left = 0 + Top = 24 + Width = 189 + Height = 169 + Anchors = [akLeft, akTop, akRight, akBottom] + ItemHeight = 34 + PopupMenu = pmPrintStyles + Style = lbOwnerDrawFixed + TabOrder = 5 + OnClick = lbxPrintStylesClick + OnDblClick = EditClick + OnDrawItem = lbxPrintStylesDrawItem + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 26 + Top = 120 + object miEdit: TMenuItem + Caption = '&Edit ...' + Default = True + ShortCut = 16397 + OnClick = EditClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miCopy: TMenuItem + Caption = '&Copy ...' + ShortCut = 45 + OnClick = CopyClick + end + object miReset: TMenuItem + Caption = '&Reset ...' + OnClick = ResetClick + end + object miClear: TMenuItem + Caption = 'C&lear ...' + OnClick = ClearClick + end + end + object ilPrintStyles: TImageList + AllocBy = 2 + Left = 54 + Top = 120 + Bitmap = { + 494C010104000800040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 00008400000084000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + F83FFC01FFF9C0070001FC01E7FFC0070001FC01C3F3C00700010001C3E7C007 + 00010001E1C7C00700010001F08FC00700010001F81FC00700010003FC3FC007 + 00010007F81FC0070001000FF09FC007010100FFC1C7C00F838301FF83E3C01F + FFFF03FF8FF1C03FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxfmMnPg.dcu b/official/x.19/Lib/D5/dxfmMnPg.dcu new file mode 100644 index 00000000..c3fbc18d Binary files /dev/null and b/official/x.19/Lib/D5/dxfmMnPg.dcu differ diff --git a/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dcu b/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dcu new file mode 100644 index 00000000..549cbcdc Binary files /dev/null and b/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dcu differ diff --git a/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dfm b/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dfm new file mode 100644 index 00000000..31347e10 --- /dev/null +++ b/official/x.19/Lib/D5/dxfmNavBarDsgnEditor.dfm @@ -0,0 +1,4936 @@ +object dxfmNavBarDesignWindow: TdxfmNavBarDesignWindow + Left = 323 + Top = 194 + Width = 671 + Height = 422 + BorderIcons = [biSystemMenu] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object pcMain: TPageControl + Left = 137 + Top = 0 + Width = 410 + Height = 388 + ActivePage = tsGroups + Align = alClient + Constraints.MinHeight = 385 + Constraints.MinWidth = 410 + PopupMenu = pmMain + TabOrder = 0 + object tsGroups: TTabSheet + Caption = 'Groups' + TabVisible = False + object lbxGroups: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 378 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmMain + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsItems: TTabSheet + Caption = 'Items' + ImageIndex = 1 + TabVisible = False + object lbxItems: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmMain + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsLinks: TTabSheet + Caption = 'Link designer' + ImageIndex = 2 + TabVisible = False + object Splitter1: TSplitter + Left = 201 + Top = 0 + Height = 378 + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 201 + Height = 378 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 201 + Height = 17 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label1: TLabel + Left = 0 + Top = 0 + Width = 79 + Height = 13 + Align = alLeft + Caption = 'Groups and links' + end + end + object tvLinkDesignerGroups: TTreeView + Left = 0 + Top = 17 + Width = 201 + Height = 361 + Align = alClient + DragMode = dmAutomatic + HideSelection = False + Images = ilLinkDesigner + Indent = 19 + PopupMenu = pmMain + ReadOnly = True + TabOrder = 1 + OnClick = tvLinkDesignerGroupsClick + OnDragDrop = tvLinkDesignerGroupsDragDrop + OnDragOver = tvLinkDesignerGroupsDragOver + OnEndDrag = tvLinkDesignerGroupsEndDrag + OnExit = tvLinkDesignerGroupsExit + OnStartDrag = tvLinkDesignerGroupsStartDrag + end + end + object Panel4: TPanel + Left = 204 + Top = 0 + Width = 198 + Height = 378 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel4' + TabOrder = 1 + object Panel5: TPanel + Left = 0 + Top = 0 + Width = 198 + Height = 17 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label2: TLabel + Left = 0 + Top = 0 + Width = 25 + Height = 13 + Align = alLeft + Caption = 'Items' + end + end + object lbxLinkDesignerItems: TListView + Left = 0 + Top = 17 + Width = 198 + Height = 363 + Align = alClient + Columns = <> + DragMode = dmAutomatic + HideSelection = False + ReadOnly = True + SmallImages = ilLinkDesigner + TabOrder = 1 + ViewStyle = vsList + OnClick = lbxLinkDesignerItemsClick + OnEndDrag = lbxLinkDesignerItemsEndDrag + OnDragDrop = lbxLinkDesignerItemsDragDrop + OnDragOver = lbxLinkDesignerItemsDragOver + OnStartDrag = lbxLinkDesignerItemsStartDrag + end + end + end + object tsViews: TTabSheet + Caption = 'Views' + ImageIndex = 4 + TabVisible = False + object Label3: TLabel + Left = 16 + Top = 8 + Width = 41 + Height = 13 + Caption = 'Preview:' + end + object Label4: TLabel + Left = 192 + Top = 8 + Width = 55 + Height = 13 + Anchors = [akTop, akRight] + Caption = 'View styles:' + end + object nbPreview: TdxNavBar + Left = 16 + Top = 32 + Width = 156 + Height = 322 + Anchors = [akLeft, akTop, akRight, akBottom] + BorderStyle = bsSingle + ActiveGroupIndex = 0 + DragCopyCursor = -1141 + DragCursor = -1140 + DragDropFlags = [fAllowDragLink, fAllowDropLink, fAllowDragGroup, fAllowDropGroup] + HotTrackedGroupCursor = crDefault + HotTrackedLinkCursor = crHandPoint + LargeImages = ilPreviewLarge + SmallImages = ilPreviewSmall + View = 0 + object bgLocal: TdxNavBarGroup + Caption = 'Local' + LargeImageIndex = 4 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + SmallImageIndex = 4 + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biInbox + end + item + Item = biOutbox + end + item + Item = biSentItems + end + item + Item = biDeletedItems + end + item + Item = biDrafts + end> + end + object bgNews: TdxNavBarGroup + Caption = 'News' + LargeImageIndex = 5 + LinksUseSmallImages = False + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + SmallImageIndex = 5 + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = True + Visible = True + Links = < + item + Item = biNews + end> + end + object biInbox: TdxNavBarItem + Caption = 'Inbox' + Enabled = True + LargeImageIndex = 3 + SmallImageIndex = 3 + Visible = True + end + object biOutbox: TdxNavBarItem + Caption = 'Outbox' + Enabled = True + LargeImageIndex = 7 + SmallImageIndex = 7 + Visible = True + end + object biSentItems: TdxNavBarItem + Caption = 'Sent Items' + Enabled = False + LargeImageIndex = 0 + SmallImageIndex = 0 + Visible = True + end + object biDeletedItems: TdxNavBarItem + Caption = 'Deleted Items' + Enabled = True + LargeImageIndex = 1 + SmallImageIndex = 1 + Visible = True + end + object biDrafts: TdxNavBarItem + Caption = 'Drafts' + Enabled = True + LargeImageIndex = 2 + SmallImageIndex = 2 + Visible = True + end + object biNews: TdxNavBarItem + Caption = 'News' + Enabled = True + LargeImageIndex = 5 + SmallImageIndex = 5 + Visible = True + end + end + object cbViewStyles: TComboBox + Left = 184 + Top = 32 + Width = 209 + Height = 21 + Style = csDropDownList + Anchors = [akTop, akRight] + ItemHeight = 0 + TabOrder = 1 + OnChange = cbViewStylesChange + end + end + object tsDefaultStyles: TTabSheet + Caption = 'Default styles' + ImageIndex = 5 + TabVisible = False + object lbxDefaultStyles: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsCustomStyles: TTabSheet + Caption = 'Custom styles' + ImageIndex = 3 + TabVisible = False + object lbxCustomStyles: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = ListBoxClick + end + end + end + object pnButtons: TPanel + Left = 547 + Top = 0 + Width = 116 + Height = 388 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object pnBtnAddDelete: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 73 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btAdd: TButton + Left = 8 + Top = 8 + Width = 100 + Height = 25 + Caption = 'Add' + TabOrder = 0 + OnClick = AddClick + end + object btDelete: TButton + Left = 8 + Top = 40 + Width = 100 + Height = 25 + Caption = 'Delete' + TabOrder = 1 + OnClick = ActionClick + end + end + object Panel1: TPanel + Left = 0 + Top = 73 + Width = 116 + Height = 315 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnSelect: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 41 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btSelectAll: TButton + Left = 8 + Top = 8 + Width = 100 + Height = 25 + Caption = 'Select All' + TabOrder = 0 + OnClick = ActionClick + end + end + object Panel6: TPanel + Left = 0 + Top = 41 + Width = 116 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnMove: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 71 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btMoveUp: TButton + Left = 8 + Top = 6 + Width = 100 + Height = 25 + Caption = 'Move Up' + TabOrder = 0 + OnClick = MoveUpClick + end + object btMoveDown: TButton + Left = 8 + Top = 38 + Width = 100 + Height = 25 + Caption = 'Move Down' + TabOrder = 1 + OnClick = MoveDownClick + end + end + object Panel7: TPanel + Left = 0 + Top = 71 + Width = 116 + Height = 203 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnDefaultSettings: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 41 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btnDefaultSettings: TButton + Left = 8 + Top = 8 + Width = 97 + Height = 25 + Caption = 'Default Settings' + TabOrder = 0 + OnClick = DefaultSettingsClick + end + end + object pnBtnApply: TPanel + Left = 0 + Top = 41 + Width = 116 + Height = 162 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object btnApply: TButton + Left = 8 + Top = 8 + Width = 97 + Height = 25 + Caption = 'Apply' + TabOrder = 0 + OnClick = btnApplyClick + end + end + end + end + end + end + object nbMain: TdxNavBar + Left = 0 + Top = 0 + Width = 137 + Height = 388 + Align = alLeft + ActiveGroupIndex = 0 + DragCopyCursor = -1119 + DragCursor = -1120 + DragDropFlags = [fAllowDragLink, fAllowDropLink, fAllowDragGroup, fAllowDropGroup] + HotTrackedGroupCursor = crDefault + HotTrackedLinkCursor = -1118 + LargeImages = ilNavBarLarge + SmallImages = ilNavBarSmall + View = 10 + OnLinkClick = nbMainLinkClick + object bgMain: TdxNavBarGroup + Caption = 'Main' + LargeImageIndex = 0 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biGroups + end + item + Item = biItems + end + item + Item = biLinks + end + item + Item = biViews + end> + end + object bgStyles: TdxNavBarGroup + Caption = 'Styles' + LargeImageIndex = 1 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biDefaultStyles + end + item + Item = biCustomStyles + end> + end + object biGroups: TdxNavBarItem + Caption = 'Groups' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 0 + Visible = True + end + object biItems: TdxNavBarItem + Caption = 'Items' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 1 + Visible = True + end + object biLinks: TdxNavBarItem + Caption = 'Link designer' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 2 + Visible = True + end + object biViews: TdxNavBarItem + Caption = 'Views' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 3 + Visible = True + end + object biDefaultStyles: TdxNavBarItem + Caption = 'Default styles' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 4 + Visible = True + end + object biCustomStyles: TdxNavBarItem + Caption = 'Custom styles' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 5 + Visible = True + end + end + object ilLinkDesigner: TImageList + Left = 16 + Top = 328 + Bitmap = { + 494C010105000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FF000000FF000000FF + 000000FF000000FF000000FF000000FF000000FF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FF0000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FF000000FF000000FF000000FF000000FF00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000086868600000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000086868600C0C0 + C000868686008686860086868600000000000000000000000000800080000000 + 0000800080000000000000000000000000000000000000000000000000000000 + 00000000000086868600C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000000000000086868600FFFF0000000000008686 + 8600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000800080009900FF000000 + 0000800080008000800000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF0000FFFF0000000000008686 + 8600868686000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF0000FFFF000000 + 00000000000000000000000000000000000000000000C0C0C00086868600C0C0 + C00086868600868686000000000000000000800080009900FF00000000009900 + FF000000000080008000000000000000000086868600FFFFFF00868686008686 + 86008686860086868600FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF000086868600FFFF00000000 + 0000868686008686860000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000009900FF00000000009900FF008000 + 80009900FF000000000000000000000000000000000086868600000000000000 + 00000000000086868600FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000008686860086868600FFFF000080800000FFFF + 0000000000008686860000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000008686860086868600000000008686 + 860086868600000000000000000000000000000000009900FF00800080009900 + FF00800080009900FF0000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF000080800000FFFF00008080 + 0000FFFF00000000000000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000009900FF00800080009900FF008000 + 80009900FF000000000000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000000000000086868600FFFF000080800000FFFF + 000080800000FFFF000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000009900FF00800080009900 + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000086868600868686008686860086868600868686008686 + 8600868686008686860086868600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000086868600FFFF00008080 + 0000FFFF00008686860000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000009900FF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000086868600FFFF + 0000868686000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008686 + 8600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FFFF000000000000807F000000000000003F000000000000001F000000000000 + 3C1F000000000000FC1F000000000000F007000000000000F007000000000000 + F80F000000000000FC1F000000000000FE3F000000000000FF7F000000000000 + FFFF000000000000FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFDFFFFFFFFFFC01FF8FFF3FC1D7F800FF07FF1F + FF939800FE03000F832B0000FE010007FF479800FE0100032783F800FE010007 + FF07F800FF01000FFF8FFC01FF83FF1FFFDFFFFFFFC7FF3FFFFFFFFFFFEFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object ilPopup: TImageList + Left = 15 + Top = 295 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF0084000000840000008400000084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF008400000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000840000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 000084000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF0000FFFFFFFFFFFF0000 + FFF9FFFFFFFF0000E7FFFFFFFFFF0000C3F3F83FFEFF0000C3E7F83FFC7F0000 + E1C7F83FF83F0000F08FF83FF01F0000F81FC007E00F0000FC3FE00FC0070000 + F81FF01FF83F0000F09FF83FF83F0000C1C7FC7FF83F000083E3FEFFF83F0000 + 8FF1FFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFF3FFFFFFFC00 + C007ED9FFC018000C007ED6FFC010000C007ED6FFC010000C007F16F00010000 + C007FD1F00010001C007FC7F00010003C007FEFF00010003C007FC7F00030003 + C007FD7F00070003C007F93F000F0003C00FFBBF00FF0003C01FFBBF01FF8007 + C03FFBBF03FFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object pmMain: TPopupMenu + Images = ilPopup + OnPopup = pmMainPopup + Left = 15 + Top = 263 + object miAdd: TMenuItem + Caption = '&Add' + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object N2: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Caption = 'Cu&t' + ImageIndex = 1 + ShortCut = 16472 + OnClick = ActionClick + end + object miCopy: TMenuItem + Caption = '&Copy' + ImageIndex = 2 + ShortCut = 16451 + OnClick = ActionClick + end + object miPaste: TMenuItem + Caption = '&Paste' + ImageIndex = 3 + ShortCut = 16470 + OnClick = ActionClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 4 + ShortCut = 46 + OnClick = ActionClick + end + object N3: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = '&Select All' + ShortCut = 16449 + OnClick = ActionClick + end + end + object N4: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 5 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move &Down' + ImageIndex = 6 + ShortCut = 16424 + OnClick = MoveDownClick + end + end + object ilNavBarLarge: TImageList + Height = 32 + Width = 32 + Left = 48 + Top = 296 + Bitmap = { + 494C010103000500040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000800000004000000001002000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000F0FBFF00C0DCC000C0C0 + C000C0C0C000A4A0A000A4A0A000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000F0FBFF00C0DC + C000C0C0C000C0C0C000A4A0A000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000F0FBFF00C0DCC000C0C0C000A4A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000A4A0A000A4A0A0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000A4A0A000A4A0A0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080A0C00080A0C00080A0C00080A0 + E00080C0C00040404000FFFFFF0080A060008000000080A0A0000040600080A0 + A00080A0C00000000000C0C0C000A4A0A0008060600000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0C000A4A0A0008060 + 6000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C0000000000080A0C00080C0C00080A0C00080A0 + C00080A0C00080A0C00080808000FFFFFF00808080008040000080A0A0004040 + 40004060A00000000000C0C0C000C0C0C000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000C0C0C000A4A0 + A000404040000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000080A0C00080C0C00080A0C00080A0C00080A0 + C00080A0C00080A0C00080A0C00080808000C0C0C00000000000402020000040 + 40004040600000000000C0DCC000C0C0C000A4A0A000A4A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0DCC000C0C0C000A4A0 + A000A4A0A0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000080C0C00080A0C00080A0C00080A0C00080A0 + C00080A0C00080A0C00080A0C00080A0C00080A0A00000000000000000000000 + 00000000000000000000F0FBFF00C0C0C000C0C0C000A4A0A000806060004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000080800000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000F0FBFF00C0C0C000C0C0 + C000A4A0A0008060600040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C0000000000040C0E00000FFFF0000FFFF0000FFFF0080C0 + E00080C0C00080A0C00080A0C00080A0C00080A0C00040404000000000000000 + 00000000800000000000A4A0A000C0DCC000C0C0C000A4A0A000A4A0A0004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C00000000000A4A0A000C0DCC000C0C0 + C000A4A0A000A4A0A00040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000040E0E00000C0E00000FFFF0000FFFF0080C0 + E00080A0C00080C0C00080A0C00080A0C00080A0C00080A0A000402020000020 + 4000400060000000000040404000C0C0C000C0DCC000C0C0C000A4A0A000A4A0 + A000404040004040400000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000A4A0A00080606000C0DC + C000C0C0C000C0C0C000A4A0A000A4A0A000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000040C0E00000FFFF0000FFFF0000FFFF0080C0 + E00080A0C00080A0C00080A0C00080A0C00080A0C00080A0C0008060A0008040 + 60008000A00000000000A4A0A00080606000C0DCC000C0C0C000C0C0C000A4A0 + A000A4A0A000A4A0A00080606000404040000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 800080808000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C0008080800080808000808080008080 + 8000808080008080800080808000C0C0C0000000000040606000C0C0C000F0FB + FF00C0DCC000C0C0C000A4A0A00080606000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00080808000808080000000000040C0E00000FFFF0000FFFF0000FFFF0040C0 + E00080C0C00080C0C00080C0C00080C0C00080A0C00080A0C00080A0C00080A0 + C0008060C0000000000040606000C0C0C000F0FBFF00C0DCC000C0C0C000A4A0 + A00080606000A4A0A000A4A0A000404040000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000040404000F0FBFF00FFFF + FF00F0FBFF00A4A0A00040404000406060000000000040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000040C0E00000C0E00000C0E00000C0E00080C0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080A0C00080A0C00080A0 + C00080C0C0000000000040404000F0FBFF00FFFFFF00F0FBFF00A4A0A0004040 + 4000406060000000000040606000404040000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000040404000F0FBFF00FFFF + FF00FFFFFF004040400000000000000000000000000040606000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080A0E00080C0E00080A0C00080C0 + E00080C0E0000040E0000060E0000040E0000040E00080C0C0008080E0008000 + E0008000E0000000000040404000F0FBFF00FFFFFF00FFFFFF00404040000000 + 0000000000000000000040404000406060000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000040606000A4A0A000FFFF + FF00FFFFFF004040400000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C0000000000080C0E00080C0E00080C0E00080C0 + E00080C0E0000060E0000060E0000060E0000040E00080C0C00080A0C0008000 + E0008000E0000000000040606000A4A0A000FFFFFF00FFFFFF00404040000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C0008080800080808000808080008080 + 8000808080008080800080808000C0C0C00000000000A4A0A00000000000C0C0 + C000F0FBFF004040400000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000808080008080800080808000808080000000000080A0E00080C0E00080C0 + E00080C0E0000040E0000060E0000040E0000040E00080C0C00080A0C0008000 + E0008000E00000000000A4A0A00000000000C0C0C000F0FBFF00404040000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000808080000000 + 0000A4A0A000A4A0A00040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000000080C0E00080C0 + E00080C0E0000040E0000060E0000060E0000060E00080C0C00080A0C0008000 + E0008000E00000000000000000008080800000000000A4A0A000A4A0A0004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000080C0E00080C0E00080C0C00080A0C00080C0E00080C0 + E00080C0E000000000000000000000000000A4A0A00040404000404040004060 + 6000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 8000808080008080800080808000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000808080008080800080808000808080008080800080808000808080008080 + 8000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000080000000400000000100010000000000000400000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF00000000 + FFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFE000F00000000 + FFFFFFFFFFFF00FFFFFC000F00000000FFFFFFFFFFFF80FFF000000F00000000 + FFF81FFF8000007FF000000F00000000F8000FFF8000003FF000000F00000000 + F80007FF8000003FF000000F00000000F80007FF8000001FF000000F00000000 + F80003FF8000000FF000000F00000000F80001FF8000000FF000000F00000000 + F80001FF80000001F000000F00000000F800003F80000000F000000F00000000 + F800003F80000000F000000F00000000F800003F80000000F000000F00000000 + F80003BF8000001CF000000F00000000F80003FF8000001FF000001F00000000 + F80003FF8000001FF0003FFF00000000F80041FF8000020FF0003FFF00000000 + F8007FFF8000030FF0003FFF00000000F8007FFF800003FFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + FFFFFFFF8001FFFFF0003FFF00000000FFFFFFFF8001FFFFFFFFFFFF00000000 + FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 + 000000000000} + end + object ilNavBarSmall: TImageList + Left = 48 + Top = 328 + Bitmap = { + 494C010108000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000040404000404040000000000000000000000000008080 + 8000C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000A4A0A000A4A0A0008060 + 6000000000000000000000000000000000000000000000000000806060008060 + 6000806060008060600080606000806060008060600080606000806060008060 + 6000806060008060600080606000000000000000000040202000402020004020 + 2000402020004020200040202000402020004020200040202000402020004020 + 2000402020004020200040202000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000020C0000020C000000080000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00C0C0C000C0C0C000C0C0C000808080008060 + 6000000000000000000000000000000000000000000040A0C00040A0C0000060 + C0000060A0000060A0000060A0000060A0000060A0000060A0000060A0000060 + A0000060A0000060A00080606000806060000000000040202000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000020C00080A0E0000020C000000080000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C000C0C0C000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0 + E00040A0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0FBFF00A4A0A00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000020 + C00080A0E0000020C00000008000000000000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C000C0C0C000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0 + E00040A0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0CAA600C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000404040004040400040404000808080000000 + FF000020C0000000800000000000000000000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C00080808000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00040C0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0CAA600C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF0080808000FFFF0000FFFF0000FFFF0000404040008080 + 8000FFFFFF000000000000000000000000000000000000000000000000008080 + 8000C0C0C0008080800080808000808080008080800080808000806060000000 + 00000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00080C0E00080E0E0000060A000806060000000000040202000C0A0A000C0A0 + 6000C0A06000C0A06000C0A06000C0A06000C0A06000C0A06000C0A06000C0A0 + 6000C0A06000C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C00080808000C0C0C000FFFF0000FFFF0000FFFF0000FFFF00004040 + 4000C0C0C000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00F0FBFF00C0DCC000C0C0C000C0C0C000C0C0C0008080 + 80008080800000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00080C0E00080E0E0000060A000806060000000000040202000C0A0A000C060 + 6000C0606000C0606000C0606000C0606000C0606000C0606000C0606000C060 + 6000C0606000C0DCC00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF0080808000FFFF0000C0DCC000FFFF0000FFFF0000FFFF00004040 + 4000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800000000000000000000000000040A0C00080C0E00040A0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080C0E000FFFFFF000060A000806060000000000040202000C0A0A000C060 + 4000806040008060400080604000806040008060400080604000806040008060 + 400080604000C0DCC00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C00080808000FFFFFF00FFFF0000C0DCC000FFFF0000FFFF00004040 + 4000C0C0C0000000000000000000000000000000000000000000000000008000 + 0000808000008000C0000000800000000000808000000080800000FFFF000080 + 80000000000000000000000000000000000040A0C00080E0E00080C0E00040A0 + C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0 + C00040A0C00040A0C00040A0C000000000000000000040202000FFFFFF00C0DC + C000C0DCC000F0FBFF00F0FBFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF0080808000FFFFFF00FFFF0000C0DCC00040404000FFFF + FF00FFFFFF000000000000000000000000000000000000000000800000008080 + 0000FF0000008000C000000080000000000080800000808080000080800000FF + FF000080800000000000000000000000000040A0C00080E0E00080E0E00080E0 + E00080E0E00080E0E00080E0E000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000060A0008060600000000000000000000000000040202000FFFFFF00A4A0 + A000A4A0A000A4A0A000C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00FFFFFF0040202000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800040404000808080008080 + 8000808080000000000000000000000000000000000080808000C0C0C000FF00 + 0000000000000000FF00000080000000000080800000FFFF0000800000000080 + 8000C0C0C00080808000000000000000000040A0C000FFFFFF0080E0E00080E0 + E00080E0E00080E0E000FFFFFF0040A0C00040A0C00040A0C00040A0C00040A0 + C0000060C0000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00FFFFFF0040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000080606000F0FBFF00808080000000 + 0000000000000000FF00000080000000000080800000FFFF0000800000000000 + 000000808000FFFFFF0000000000000000000000000040A0C000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0040A0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00C0DCC00080808000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000008060600080808000000000000000 + 00000000000080808000FFFFFF000000000080800000C0C0C000000000000000 + 000000000000000000008080800000000000000000000000000040A0C00040A0 + C00040A0C00040A0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000C0DCC0008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008060600000000000000000000000 + 0000000000004060600000000000000000004060600000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000402020004020 + 2000402020004040400040404000404040004020200040202000402020004020 + 2000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008060600080808000000000008060600080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080400000804000008040 + 0000804000000000000000000000000000000000000000000000000000000000 + 0000000000008080800080008000800080008080800080008000808080000000 + 00000000000000000000000000000000000000000000000000004040A0000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0DCC0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080400000C0404000C040 + 4000804000000000000000000000000000000000000000000000000000000000 + 000080808000800080008080800080808000C0C0C00080808000800080008080 + 8000000000000000000000000000000000000000000080808000000000004040 + A00000000000C0C0C000C0C0C000C0C0C00000000000C0DCC000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000804000008040000080400000C0404000C040 + 4000804000008040000080400000000000000000000000000000000000008080 + 80008080800080808000C0C0C000C0C0C000C0C0C00080808000800080008000 + 8000808080000000000000000000000000000000000080808000FFFFFF000000 + 00004040A00000000000C0C0C00000000000C0DCC00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000808080008080 + 800080808000808080008080800080400000C0606000C0606000C0606000C060 + 6000C0404000C040400080400000000000008080800080808000808080008080 + 80008080800080808000808080008080800080808000C0C0C000808080008000 + 8000800080008080800000000000000000000000000080808000FFFFFF00FFFF + FF00000000004040A00000000000C0DCC0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080400000C0606000C0606000C0606000C060 + 6000C0606000C0606000804000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000808080008000 + 8000800080008000800080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C00000000000C0DCC00000000000FFFFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000804000008040000080400000C0606000C060 + 60008040000080400000804000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C0008080 + 8000800080008000800080008000808080000000000080808000FFFFFF00C0C0 + C00000000000C0DCC000000000004040A0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080400000C0606000C060 + 60008040000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C0008080 + 8000800080008000800080008000800080000000000000000000000000000000 + 0000C0DCC00000000000C0C0C000000000004040A00000000000000000000000 + 00000000000040A0A00000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080400000804000008040 + 00008040000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000808080008000800080008000808080000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00000000004040A000000000000000 + 00000000000040A0A00040A0A000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000808080008000800080808000000000000000000080808000FFFFFF000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF00000000000000000040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800000000000000000000000000080808000FFFFFF000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF000000000040A0A00040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800000000000000000000000000080808000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00000000000000000040A0A00040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000000000000000000040A0A00040A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000808080008080 + 8000808080000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFF00FFFFFFFFFFFFCE007C0018001 + 8000E007800080018000E007000080018001E007000080018003E00700008001 + 8003E007000080018003C003000080018003C003000080018003E00700018001 + 8003C0030003800180038001000780018003081081F8800180031818C3FC8003 + 8003381DFFBA8007FFFFF81FFFC7FFFF800FFFFFFF87F81F800FFFFFFF87F00F + 801FE00FFE01E007803FE00F80010003803FE00F80010001803FE00F80010000 + 803BE00F800700000031E00F800700000000E00F803F00010001E00F803F0003 + 8003E00F803F00038003E00F803F00018007E00F803F0001801FE00F803F0007 + 803FE00F803F003F803FFFFF803F007F00000000000000000000000000000000 + 000000000000} + end + object ilPreviewLarge: TImageList + Height = 32 + Width = 32 + Left = 80 + Top = 296 + Bitmap = { + 494C010109000A00040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 00000000000036000000280000008000000060000000010020000000000000C0 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000808000C0C0C00000808000C0C0C00000808000808080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 800000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000080000000800000008000FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000080000000800000008000FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 000080000000800000008000000080000000800000008000000000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 0000800000008000000000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF008080800080808000C0C0C000C0C0 + C00080808000FFFFFF00C0C0C00080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF00C0C0C0008080800080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C0008080 + 8000FFFFFF00C0C0C000FFFFFF00C0C0C00080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C00000FFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFF + FF00C0C0C000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 00008000000080000000FFFFFF00FFFFFF008080800000000000FFFFFF0000FF + FF00C0C0C00000000000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000C0C0C00080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0 + C000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C000C0C0C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0C0000000000000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00080808000000000008080 + 8000000000000000000000000000C0C0C000C0C0C00000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0080800000C0C0 + C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00808080008080 + 8000C0C0C000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000C0C0C00000FF + FF00C0C0C000C0C0C000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 800000008000000080000000800000000000FFFFFF00C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0080800000808000008080 + 8000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFF + FF008080800080808000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF000080800080808000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00808080000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000000000FFFF00C0C0 + C00000FFFF0000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000080000000FF000000 + FF000000FF000000FF000000FF000000000080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF008080000080800000808000008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000C0C0C0000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF008080800000000000FFFFFF00FFFFFF00C0C0C00000000000C0C0C00000FF + FF00C0C0C00000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF0000000000FF000000FF000000 + FF000000FF00000080000000000000000000FFFFFF008080800080808000FFFF + FF00FFFFFF00C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00808000008080000080800000808000008080 + 8000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF0080808000FFFFFF0000FFFF0080808000FFFF + FF00C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF0000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C000808080000000000080808000000000000000000000000000C0C0 + C0000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF0000FFFF000000 + FF000000800000008000000080000000800080808000FFFFFF00FFFFFF008080 + 800080808000FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF0080800000808000008080000080800000808000008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C000FFFFFF000080800080808000FFFFFF00C0C0C00080808000FFFF + FF00FFFFFF0000FFFF00C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000080000000800000008000000080000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF0000FFFF000000 + FF00008080000000FF000000FF0000008000C0C0C0008080800080808000FFFF + FF00FFFFFF0080808000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF008080000080800000808000008080000080800000808000008080 + 000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFFFF008080 + 800080808000FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFFFF00FFFF + FF0000FFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000080000000FF000000FF000000FF000000FF000000FF000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF000000 + FF0000FFFF000000FF000000FF000000000000000000C0C0C000C0C0C0000080 + 000000800000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C0008080000080800000808000008080000080800000808000008080 + 000080808000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000FFFF + FF0080808000FFFFFF0000FFFF0080808000FFFFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF008080800080808000C0C0C00000FFFF00C0C0C000C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000FF000000FF000000FF000000FF0000008000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000080000080800000000000000080000000FF0000000000C0C0C00000FF + 000000FF000000800000C0C0C0000000000000000000FFFFFF0080808000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0 + C000FFFFFF008080000080800000808000008080000080800000808000008080 + 00008080000080808000C0C0C000C0C0C000FFFFFF0000000000C0C0C0008080 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080808000FFFFFF00C0C0C00080808000FFFFFF00FFFFFF0000FFFF00C0C0 + C000C0C0C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000C0C0C000FFFFFF00FFFFFF0000FFFF0000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF00000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000FF0000FFFF000000FF000000800000008000000080000000 + 80000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000FF000000FF000000FF000000FF000000FF00FFFFFF00C0C0 + C000C0C0C00000FF0000C0C0C000000000000000000080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080808000C0C0C00000000000C0C0C000C0C0C0008080 + 0000808000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF008080800080808000FFFFFF0000FF + FF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080000000FF0000FFFF000000FF00008080000000FF000000FF000000 + 800000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000FF0000FFFF000000FF000000FF00C0C0C000C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000000000000000000000000000008080 + 0000808000008080000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000FFFFFF00FFFFFF00808080008080 + 8000C0C0C00000FFFF00C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C0000000FF000000FF0000FFFF000000FF000000FF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C0000000FF000000FF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0000FFFF00C0C0C000C0C0C000FFFFFF00FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000C0C0C000FFFF + FF00FFFFFF00C0C0C00000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000800000808000000000000000 + 80000000FF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C000000000000000 + 0000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0008080 + 8000C0C0C000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000FF000000FF000000 + FF000000FF000000FF0000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000FF0000FFFF000000 + FF000000FF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C0000000 + 0000C0C0C0008080000080800000808000008080000080800000808000008080 + 0000808000008080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0C00000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF000000000000000000000000000000FF000000 + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 0000808000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000FFFFFF000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000808080000000000000000000C0C0 + C000008080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0C0C0000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0C0C000008080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000000000C0C0C00000808000C0C0C000C0C0 + C000C0C0C000C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C0000080 + 8000C0C0C00000808000C0C0C00000808000C0C0C00000808000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000008000000080 + 000000800000C0C0C00000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C0000080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C0000080000000800000008000000080 + 0000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C00000000000C0C0C0000080800000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0 + C000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000000000008080800000808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000080 + 0000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 0000808080000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080008080 + 8000808080008080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000000000008080 + 800000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000008000000080000000800000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000800000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 00000000000080808000FFFFFF00FFFFFF00C0C0C000000000008080800000FF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF008080800080808000FFFFFF00FFFF + FF008080800080808000C0C0C00000FFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF000080000000800000008000000080000000800000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080008080 + 80008080800080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C0008080800000FFFF0000000000000000000000000000000000000000000000 + 00000000000080808000FFFFFF00C0C0C000000000008080800000FFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C00080808000C0C0C0008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000FFFFFF00FFFFFF008080 + 800000FFFF000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C0000080000080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000FFFFFF008080800000FFFF00000000008080800000FFFF00C0C0C000FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C00080808000C0C0C000FFFFFF00C0C0C000FFFFFF0000FFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000FFFF + FF008080800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF008080800080808000C0C0C0008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C0000080000000800000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080000000 + 0000808080008080800080808000808080008080800080808000FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF000080800000FFFF00FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C0008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0 + C000C0C0C00000800000C0C0C0008080800000800000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF0000FFFF0080808000C0C0C000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFF + FF0000FFFF0000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000C0C0 + C00000800000008000008080800000800000C0C0C000C0C0C000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800000000000C0C0C0000080 + 80008080800080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0080808000FFFFFF0080808000C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C0008080 + 8000C0C0C0000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000080 + 000000800000008000000080000080808000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000808000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF008080800000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000080000000800000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF0000000000C0C0C00000808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00080808000FFFFFF0000000000C0C0C00000808000FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C0000000000000000000000000000000000000000000FFFFFF00FFFFFF008000 + 0000800000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00808080008080 + 8000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF008080800000000000C0C0C00000808000FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C0000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFFFF00808080008000 + 0000FFFFFF00FFFFFF008080800080000000FFFFFF00FFFFFF00808080008000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00FFFFFF00808080008080800080000000C0C0 + C00080000000C0C0C000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF008080800080000000FFFFFF00FFFFFF008080800080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF008080800080808000C0C0C00080000000C0C0C0008000 + 0000C0C0C00080000000C0C0C000FFFFFF00FFFFFF00C0C0C000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080000000FFFFFF00FFFFFF00808080008000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C00080000000FFFFFF0080000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000C0C0C00080000000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 800000808000FFFFFF00FFFFFF0080808000808080008080800080808000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080000000FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF0080000000FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF0080000000FFFF + FF0080000000C0C0C00080000000C0C0C000C0C0C000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 000080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF0080000000FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF008000 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF00FFFFFF00808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000080000000600000000100010000000000000600000000000000000000 + 000000000000000000000000FFFFFF00FFFFFFFF000000000000000000000000 + FFFFFFFF000000000000000000000000FF3FFFFF000000000000000000000000 + FE0FFFFF000000000000000000000000FE03FFFF000000000000000000000000 + FC00FFFF000000000000000000000000FC003FFF000000000000000000000000 + F8000FFF000000000000000000000000F8000007000000000000000000000000 + F0000007000000000000000000000000F0000007000000000000000000000000 + E0000007000000000000000000000000E0000007000000000000000000000000 + C0000003000000000000000000000000C0000001000000000000000000000000 + 8000000300000000000000000000000080000003000000000000000000000000 + 0000000700000000000000000000000000000007000000000000000000000000 + 0000000F0000000000000000000000000000000F000000000000000000000000 + 8000001F000000000000000000000000E300001F000000000000000000000000 + FFC0003F000000000000000000000000FFF0003F000000000000000000000000 + FFFC007F000000000000000000000000FFFF007F000000000000000000000000 + FFFFC0FF000000000000000000000000FFFFF0FF000000000000000000000000 + FFFFFDFF000000000000000000000000FFFFFFFF000000000000000000000000 + FFFFFFFF000000000000000000000000FFFFFFFFFFFFFFFFFE0003FFFFFFFFFF + FFF83FFFFFFFFFFFFE0003FFFFFCFFFFFFF00FFFFF00003FFE0003FFFFF83FFF + FFE003FFFF00003FFE0003FFFFF00FFFFFC000FFFE00003FFE0003FFFFE003FF + FF80003FFE00003FFE0003FFFFC000FFFF00000FFC00003F7E0003FFFF80003F + FE000003FC00003FCE0003FFFF00000FFC000001F800003F720003FFFE000003 + F8000001F800003FC00003FFFC000000F0000001F000003FF00003FFF8000000 + E0000001F000003FFC0003FFF0000000C0000001E000000FF00001FFE0000000 + 80000001E0000003C000007FC000000080000001C00000010000001F80000000 + 80000001C0000001000000070000000080000001800000030000000100000001 + 8000000380000003000000000000000380000007000000070000000000000007 + 8000000F00000007000000000000000F8000001F0000000F000000000000000F + 8000001F0000000F0000000000000007C000001F8000000F0000000000000003 + F000001FE300000F8000000080000001F000003FFFC00007E0000000E0000000 + F00000FFFFF00003F8000001F8000000F80000FFFFFC0003FE000007FE000001 + FE3001FFFFFF0007FF80001FFF800003FFFC07FFFFFFC0CFFFE0007FFFE01FE7 + FFFF07FFFFFFF0FFFFF801FFFFF83FEFFFFFCFFFFFFFFDFFFFFE07FFFFFE7FFF + FFFFFFFFFFFFFFFFFFFF9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFE1FFFFFFFFFFFFFFC7FBFFFF3FFFFFFF807FFFFF3FFFFFFFC1F7FF + FE0FFFFFFE001FFFFE0FFFFFFF8063FFFE03FFFFFC0007FFFE03FFFFFF8007FF + FC00FFFFF80001FFFC00FFFFFF0007FFFC003FFFF800007FFC003FFFFF0001FF + F8000FFFF800003FF8000FFFFE00007FF80003FFF800003FF8000007F8000003 + F000000FF800003FF0000007F8000003F000000FF800003FF0000007F8000003 + E000000FF800003FE0000007F8000003E000000FF000003FE0000003F8000003 + C0000003F000003FC0000001F0000003C0000001F000001FC0000001F0000003 + 80000003F000001F80000003E000000380000003F000001F80000003E0000003 + 00000007F000001F00000007C000000300000007F000001F00000007C0000003 + 0000000FE000001F00000007800000030000000FE000001F0000000780000003 + 8000001FE000000F8000000700000003E300001FE000000FE3000007000001FF + FFC0003FE000000FFFC00007000001FFFFF0003FE000000FFFE00007C00003FF + FFFC007FF000000FFFC00007F00003FFFFFF007FFC00000FFF800007FC0007FF + FFFFC0FFFE00001FFF900007FF0007FFFFFFF0FFFF00007FFFF00007FFC00FFF + FFFFFDFFFF8380FFFFFFFDFFFFF00FFFFFFFFFFFFFC7E1FFFFFFFFFFFFFC1FFF + FFFFFFFFFFEFFBFFFFFFFFFFFFFF1FFF00000000000000000000000000000000 + 000000000000} + end + object ilPreviewSmall: TImageList + Left = 80 + Top = 328 + Bitmap = { + 494C010109000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF0080808000808080008080 + 80008080800080808000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF0080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF00808080008080800080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000800000008000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C0000000000000000000000000000000000000000000FF00 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080808000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008080800000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000808080008080 + 8000C0C0C000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00808080008080800080808000C0C0C000FFFF + FF0080808000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 0000FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFFFF00C0C0C0000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C00080808000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C00000FFFF008080800080808000C0C0C000C0C0 + C000C0C0C000C0C0C000000000000000000000000000000000000000000000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 000000000000000000008080800000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C00080808000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000C0C0C000C0C0C0000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00000080000000 + FF000000FF0000008000000000000000000000000000C0C0C000C0C0C000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00000080000000FF000000FF00000080000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF008080000080800000C0C0C000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF008080 + 80008080800000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00808080008080800000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF000000FF000000 + FF000000FF000000FF00000000000000000000000000C0C0C000C0C0C000FF00 + 0000FFFFFF00FFFFFF00FFFFFF000000FF000000FF000000FF000000FF000000 + 0000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00C0C0C0008080000080800000C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0080808000C0C0 + C00080808000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000808080008080800080808000808080000000 + FF00C0C0C00000000000000080000000000000000000C0C0C000C0C0C000FF00 + 0000FF000000FF000000FF000000FF0000000000FF00C0C0C000000000000000 + 80000080000000800000C0C0C0000000000000000000FFFFFF0080808000C0C0 + C000C0C0C000C0C0C000C0C0C000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000C0C0C0008080800000FF + FF0080808000FFFFFF00C0C0C000FFFFFF0080808000FFFFFF00C0C0C00000FF + FF00C0C0C00000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00000080000000FF000000FF000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000000080000000FF000000 + FF000000000000FF0000C0C0C000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0008080000080800000FFFFFF00FFFF + FF0000000000808000000000000000000000000000000000000080808000C0C0 + C00000FFFF0080808000808080008080800000FFFF008080800080808000C0C0 + C000FFFFFF0000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C0000000FF00C0C0C0000000FF000000800000000000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF00C0C0C0000000 + FF0000008000FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00080800000808000000000 + 000080808000808000008080000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF0000000000FFFFFF00C0C0C00000FFFF00C0C0C0008080 + 8000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C0000000FF000000FF0000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF000000 + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000808000008080 + 0000808000008080000080800000808000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C0C0C00000000000000000000000 + 0000000000008080000080800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000000000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0080808000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C0000080000000800000C0C0C000C0C0 + C00000000000000000000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF0000FFFF00C0C0C000FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF000000000000FFFF00C0C0C0000000000000FFFF0000000000FFFFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C0008080800080808000FFFFFF00FFFFFF00808080008080 + 8000FFFFFF00FFFFFF0080808000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00FFFFFF00C0C0C00000800000C0C0C00000800000C0C0 + C000000000000000000000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF008080800000FFFF00FFFFFF00C0C0C0000000000000FF + FF00FFFFFF00808080000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF000000000000FFFF00000000008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF008080800080808000FFFFFF00FFFF + FF008080800080808000FFFFFF0000000000000000000000000000000000C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C00080808000C0C0C00000800000C0C0 + C00000000000000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00C0C0C0000000000000000000FFFF + FF00FFFFFF008080800000000000000000000000000000000000FFFFFF00FFFF + FF000000000000FFFF000000800000000000FFFFFF00FFFFFF00FFFFFF008080 + 800000FFFF00FFFFFF000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF0080808000FFFFFF0000FFFF00FFFF + FF00FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C0000080000000800000C0C0 + C0008080800000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF0080808000C0C0C0000000000000FFFF000000000000FF + FF00FFFFFF008080800000000000000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF0080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF008080800080808000FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF008080800000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF00808080000000000000FFFF0000000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00000000008080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0080808000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 800080808000808080000000000000000000000000000000000000000000C0C0 + C000FFFFFF0080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000FFFFFF00FFFF + FF0000000000000000000000000000FFFF0000000000FFFFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C000000000000000000000000000000000000000000000000000C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 000000000000000000000000800000000000FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 000080808000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF00FFFF000000000000F3FF000000000000 + E0FF000000000000E000000000000000C000000000000000C000000000000000 + 8000000000000000800000000000000000000000000000000000000000000000 + 8003000000000000CC07000000000000FF07000000000000FFCF000000000000 + FFFF000000000000FFFF000000000000FCFFFC01E00FFE7FF83FFC01E00FFC1F + F00FFC01E00FF807E003F001600FF001C001E001C00FE0008001E001E00FC000 + 0001C001800F80000001C0010003000000018001000000010001800100000003 + 0003000000000003000300000000C001C00780018000F000E22FCC07E003FC39 + FF3FFF07F80FFF7BFFFFFFCFFE3FFFFFFFFFFFFFFFFFFFFFFFFFFCFFF3FFF3EF + F3FFF03FE0FFF0CFE0FFE00FE03FE00FE000E007C003E001C000E007C003C001 + C000E0078000C0018000C007800180018000C003000180010000C00300030001 + 0000C003800300018003C003CC03801FCC07E003FC03E03FFF07F003FC03F83F + FFCFF90FFFFFFE7FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxfmPNFmt.dcu b/official/x.19/Lib/D5/dxfmPNFmt.dcu new file mode 100644 index 00000000..535ec1c1 Binary files /dev/null and b/official/x.19/Lib/D5/dxfmPNFmt.dcu differ diff --git a/official/x.19/Lib/D5/dxfmPNFmt.dfm b/official/x.19/Lib/D5/dxfmPNFmt.dfm new file mode 100644 index 00000000..6382c1e6 --- /dev/null +++ b/official/x.19/Lib/D5/dxfmPNFmt.dfm @@ -0,0 +1,143 @@ +object dxfmPageNumberFormat: TdxfmPageNumberFormat + Left = 434 + Top = 210 + BorderStyle = bsDialog + Caption = 'Change Page Number Format' + ClientHeight = 209 + ClientWidth = 247 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object lblPageNumberFormat: TLabel + Left = 6 + Top = 15 + Width = 78 + Height = 13 + Caption = 'Number &Format:' + FocusControl = cbxPageNumberingFormat + OnClick = lblPageNumberFormatClick + end + object bvlStartAtHolder: TBevel + Left = 113 + Top = 93 + Width = 129 + Height = 22 + Visible = False + end + object bvlPageNumbering: TBevel + Left = 111 + Top = 49 + Width = 132 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object Bevel2: TBevel + Left = 6 + Top = 119 + Width = 237 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblPageNumbering: TLabel + Left = 7 + Top = 45 + Width = 78 + Height = 13 + Caption = 'Page Numbering' + end + object Bevel3: TBevel + Left = 6 + Top = 166 + Width = 237 + Height = 4 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object btnOK: TButton + Left = 6 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 87 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 168 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 2 + end + object cbxPageNumberingFormat: TComboBox + Left = 113 + Top = 12 + Width = 130 + Height = 21 + Style = csDropDownList + Anchors = [akLeft, akTop, akRight] + ItemHeight = 13 + TabOrder = 3 + OnChange = cbxPageNumberingFormatChange + Items.Strings = ( + '1, 2, 3, 3, 4, ...' + 'a, b, c, d, e, ...' + 'A, B, C, D, E, ...' + 'i, ii, iii, iv, v, ...' + 'I, II, III, IV, V, ...') + end + object btnDefault: TButton + Left = 154 + Top = 135 + Width = 89 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Default...' + TabOrder = 4 + OnClick = btnDefaultClick + end + object rbtnContinueFromPrevSection: TRadioButton + Left = 13 + Top = 69 + Width = 228 + Height = 17 + Anchors = [akLeft, akTop, akRight] + Caption = 'Continue from Previous Section' + Checked = True + TabOrder = 5 + TabStop = True + OnClick = rbtnContinueFromPrevSectionClick + end + object rbtnStartAt: TRadioButton + Left = 13 + Top = 96 + Width = 92 + Height = 17 + Caption = 'Start &at:' + TabOrder = 6 + OnClick = rbtnStartAtClick + end +end diff --git a/official/x.19/Lib/D5/dxfmZoom.dcu b/official/x.19/Lib/D5/dxfmZoom.dcu new file mode 100644 index 00000000..d6bb9503 Binary files /dev/null and b/official/x.19/Lib/D5/dxfmZoom.dcu differ diff --git a/official/x.19/Lib/D5/dxfmZoom.dfm b/official/x.19/Lib/D5/dxfmZoom.dfm new file mode 100644 index 00000000..a1e71a6e --- /dev/null +++ b/official/x.19/Lib/D5/dxfmZoom.dfm @@ -0,0 +1,547 @@ +object fmZoom: TfmZoom + Left = 422 + Top = 239 + BorderStyle = bsDialog + Caption = 'Zoom' + ClientHeight = 280 + ClientWidth = 428 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 186 + Top = 251 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 267 + Top = 251 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object gbxPreview: TGroupBox + Left = 193 + Top = 4 + Width = 230 + Height = 238 + Caption = ' Preview ' + TabOrder = 1 + object bvlFontPreviewHolder: TBevel + Left = 8 + Top = 176 + Width = 214 + Height = 54 + Visible = False + end + object bvlPreviewHolder: TBevel + Left = 24 + Top = 23 + Width = 183 + Height = 123 + Visible = False + end + object Panel1: TPanel + Left = 2 + Top = 162 + Width = 226 + Height = 2 + BevelOuter = bvLowered + TabOrder = 0 + end + object stxtFontPreview: TStaticText + Left = 9 + Top = 157 + Width = 125 + Height = 17 + Caption = ' 12 pt Times New Roman ' + TabOrder = 1 + end + end + object btnHelp: TButton + Left = 348 + Top = 251 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object gbxZoomTo: TGroupBox + Left = 5 + Top = 4 + Width = 185 + Height = 238 + Caption = ' &Zoom To ' + TabOrder = 0 + object lblPercent: TLabel + Left = 9 + Top = 205 + Width = 44 + Height = 13 + Caption = 'P&ercent: ' + OnClick = lblPercentClick + end + object bvlPercentHolder: TBevel + Left = 80 + Top = 201 + Width = 87 + Height = 21 + Visible = False + end + object rbtn500: TRadioButton + Left = 8 + Top = 21 + Width = 55 + Height = 17 + Caption = '500 %' + TabOrder = 0 + OnClick = rbtnClick + end + object rbtn200: TRadioButton + Tag = 1 + Left = 8 + Top = 41 + Width = 55 + Height = 17 + Caption = '&200 %' + TabOrder = 1 + OnClick = rbtnClick + end + object rbtn150: TRadioButton + Tag = 2 + Left = 8 + Top = 61 + Width = 55 + Height = 17 + Caption = '150 %' + TabOrder = 2 + OnClick = rbtnClick + end + object rbtn100: TRadioButton + Tag = 3 + Left = 8 + Top = 81 + Width = 55 + Height = 17 + Caption = '&100 %' + TabOrder = 3 + OnClick = rbtnClick + end + object rbtn75: TRadioButton + Tag = 4 + Left = 8 + Top = 101 + Width = 55 + Height = 17 + Caption = '&75 %' + TabOrder = 4 + OnClick = rbtnClick + end + object rbtn50: TRadioButton + Tag = 5 + Left = 8 + Top = 121 + Width = 55 + Height = 17 + Caption = '&50 %' + TabOrder = 5 + OnClick = rbtnClick + end + object rbtn10: TRadioButton + Tag = 7 + Left = 8 + Top = 161 + Width = 55 + Height = 17 + Caption = '10 %' + TabOrder = 7 + OnClick = rbtnClick + end + object rbtn25: TRadioButton + Tag = 6 + Left = 8 + Top = 141 + Width = 55 + Height = 17 + Caption = '25 %' + TabOrder = 6 + OnClick = rbtnClick + end + object rbtnTwoPages: TRadioButton + Tag = 10 + Left = 76 + Top = 61 + Width = 105 + Height = 17 + Caption = '&Two Pages' + TabOrder = 10 + OnClick = rbtnClick + end + object rbtnWholePage: TRadioButton + Tag = 9 + Left = 76 + Top = 41 + Width = 105 + Height = 17 + Caption = 'W&hole Page' + TabOrder = 9 + OnClick = rbtnClick + end + object rbtnPageWidth: TRadioButton + Tag = 8 + Left = 76 + Top = 21 + Width = 105 + Height = 17 + Caption = 'Page &Width' + TabOrder = 8 + OnClick = rbtnClick + end + object rbtnFourPages: TRadioButton + Tag = 11 + Left = 76 + Top = 81 + Width = 105 + Height = 17 + Caption = '&Four Pages' + TabOrder = 11 + OnClick = rbtnClick + end + object rbtnManyPages: TRadioButton + Tag = 12 + Left = 76 + Top = 101 + Width = 105 + Height = 17 + Caption = '&Many Pages:' + TabOrder = 12 + OnClick = rbtnClick + end + object btnManyPages: TBitBtn + Left = 122 + Top = 126 + Width = 45 + Height = 44 + TabOrder = 13 + OnClick = btnManyPagesClick + Glyph.Data = { + 1E030000424D1E03000000000000760000002800000024000000220000000100 + 040000000000A802000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888880000888888888888888888888888888888880888 + 0000888888888888888888888888888888800088000088888888888888888888 + 8888888888000008000088000000000000000000000000008888888800008877 + 7777777777777777777777778888888800008888888808888888888880888888 + 8888888800008888888000000000000000088888888888880000888888077777 + 7777777777708888888888880000888880F8888888888AA88877088888888888 + 000080000000000000000000000000000888888800000F777777777777777777 + 777777777088888800000F888888888888888888888888887088888800000F87 + FFFFFFFFFFFFFFFFFFFFFFF87088888800000F870888888888888888888888F8 + 7088888800000F870770F0000F00F0000F0778F87088888800000F870770FFFF + FF00FFFFFF0778F87088888800000F870770FFFFFF00FFFFFF0778F870888888 + 00000F870770000000000000000778F87088888800000F870770000000000000 + 000778F87088888800000F870770FFFFFF00FFFFFF0778F87088888800000F87 + 0770F0000F00F0000F0778F87088888800000F870770FFFFFF00FFFFFF0778F8 + 7088888800000F870770F0000F00F0000F0778F87088888800000F870770FFFF + FF00FFFFFF0778F87088888800000F870770F0000F00F0000F0778F870888888 + 00000F870770FFFFFF00FFFFFF0778F87088888800000F870770FFFFFF00FFFF + FF0778F87088888800000F870770000000000000000778F87088888800000F87 + 0000000000000000000000F87088888800000F87777777777777777777777778 + 7088888800000F888888888888888888888888887088888800000FFFFFFFFFFF + FFFFFFFFFFFFFFFF878888880000800000000000000000000000000008888888 + 0000} + Layout = blGlyphBottom + Spacing = 0 + end + end + object ilStub: TImageList + Left = 6 + Top = 248 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000100000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D5/dximcted.dcu b/official/x.19/Lib/D5/dximcted.dcu new file mode 100644 index 00000000..64bce6a1 Binary files /dev/null and b/official/x.19/Lib/D5/dximcted.dcu differ diff --git a/official/x.19/Lib/D5/dximcted.dfm b/official/x.19/Lib/D5/dximcted.dfm new file mode 100644 index 00000000..e1be5fc1 --- /dev/null +++ b/official/x.19/Lib/D5/dximcted.dfm @@ -0,0 +1,216 @@ +object frmdxImagePropEditor: TfrmdxImagePropEditor + Left = 251 + Top = 167 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Express Image Items editor: ' + ClientHeight = 321 + ClientWidth = 282 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 207 + Top = 0 + Width = 75 + Height = 208 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object bAdd: TButton + Left = 2 + Top = 5 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = bAddClick + end + object bInsert: TButton + Left = 2 + Top = 30 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 1 + OnClick = bInsertClick + end + object bDelete: TButton + Left = 2 + Top = 54 + Width = 72 + Height = 22 + Caption = 'De&lete' + TabOrder = 2 + OnClick = bDeleteClick + end + object bUp: TButton + Left = 2 + Top = 102 + Width = 72 + Height = 22 + Caption = 'Move &up' + TabOrder = 4 + OnClick = bUpClick + end + object bDown: TButton + Left = 2 + Top = 126 + Width = 72 + Height = 22 + Caption = 'Move d&own' + TabOrder = 5 + OnClick = bDownClick + end + object bClear: TButton + Left = 2 + Top = 78 + Width = 72 + Height = 22 + Caption = 'Clear' + TabOrder = 3 + OnClick = bClearClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 207 + Height = 208 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object ListBox: TdxImageListBox + Left = 4 + Top = 4 + Width = 199 + Height = 200 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 0 + OnClick = ListBoxClick + OnDragDrop = ListBoxDragDrop + OnDragOver = ListBoxDragOver + SaveStrings = () + end + end + object Panel3: TPanel + Left = 0 + Top = 208 + Width = 282 + Height = 113 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LabelText: TLabel + Left = 6 + Top = 8 + Width = 21 + Height = 13 + Caption = 'Text' + end + object LabelValue: TLabel + Left = 7 + Top = 32 + Width = 27 + Height = 13 + Caption = 'Value' + end + object LabelImageIndex: TLabel + Left = 6 + Top = 60 + Width = 58 + Height = 13 + Caption = 'Image Index' + end + object Edit1: TEdit + Left = 40 + Top = 5 + Width = 239 + Height = 21 + Enabled = False + TabOrder = 0 + OnExit = Edit1Exit + end + object Edit3: TEdit + Left = 40 + Top = 30 + Width = 168 + Height = 21 + TabOrder = 1 + OnExit = Edit3Exit + end + object Edit2: TEdit + Left = 93 + Top = 57 + Width = 115 + Height = 21 + Enabled = False + TabOrder = 2 + OnExit = Edit2Exit + OnKeyPress = Edit2KeyPress + end + object BOk: TButton + Left = 51 + Top = 85 + Width = 72 + Height = 22 + Caption = '&Ok' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object bCancel: TButton + Left = 129 + Top = 85 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 5 + end + object bHelp: TButton + Left = 207 + Top = 85 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 6 + OnClick = bHelpClick + end + object SpinImage: TdxSpinImage + Left = 213 + Top = 30 + Width = 66 + Height = 49 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SpinImageChange + Color = clWhite + TabOrder = 3 + end + end +end diff --git a/official/x.19/Lib/D5/dximctrl.dcu b/official/x.19/Lib/D5/dximctrl.dcu new file mode 100644 index 00000000..b53e6ef0 Binary files /dev/null and b/official/x.19/Lib/D5/dximctrl.dcu differ diff --git a/official/x.19/Lib/D5/dxpsfmEditDesc.dcu b/official/x.19/Lib/D5/dxpsfmEditDesc.dcu new file mode 100644 index 00000000..7f73289c Binary files /dev/null and b/official/x.19/Lib/D5/dxpsfmEditDesc.dcu differ diff --git a/official/x.19/Lib/D5/dxpsfmEditDesc.dfm b/official/x.19/Lib/D5/dxpsfmEditDesc.dfm new file mode 100644 index 00000000..495b0fde --- /dev/null +++ b/official/x.19/Lib/D5/dxpsfmEditDesc.dfm @@ -0,0 +1,62 @@ +object dxfmEditDescription: TdxfmEditDescription + Left = 383 + Top = 205 + BorderStyle = bsDialog + Caption = 'Edit Description' + ClientHeight = 294 + ClientWidth = 333 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 90 + Top = 265 + Width = 75 + Height = 23 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 171 + Top = 265 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 252 + Top = 265 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object gbxMemoHost: TGroupBox + Left = 5 + Top = 6 + Width = 322 + Height = 249 + TabOrder = 0 + object memDescription: TMemo + Left = 8 + Top = 18 + Width = 305 + Height = 218 + TabOrder = 0 + end + end +end diff --git a/official/x.19/Lib/D5/dxreged.dcu b/official/x.19/Lib/D5/dxreged.dcu new file mode 100644 index 00000000..dc35a025 Binary files /dev/null and b/official/x.19/Lib/D5/dxreged.dcu differ diff --git a/official/x.19/Lib/D5/dxreged.dfm b/official/x.19/Lib/D5/dxreged.dfm new file mode 100644 index 00000000..06b440f0 --- /dev/null +++ b/official/x.19/Lib/D5/dxreged.dfm @@ -0,0 +1,418 @@ +object frmdxLibREgPathEditor: TfrmdxLibREgPathEditor + Left = 225 + Top = 106 + Width = 395 + Height = 365 + ActiveControl = TreeView + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'Developer Express Registry path property editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 0073701919190000073700000000000073700091910000073708000000000073 + 708077770000073700078888000073708077780880003708077780B080007000 + 78888888800008078800888070000078004000800000078078FF8F8F00000807 + 880000007000007888888807000007888888707000007000000007000000FC00 + 0000F8000000F0010000E0030000C00700008007000000030000000300000003 + 000000030000000300000007000000070000000F0000001F0000003F0000} + Position = poScreenCenter + OnCreate = FormCreate + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 + object Panel: TPanel + Left = 0 + Top = 289 + Width = 387 + Height = 49 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object lbRegistry: TLabel + Left = 4 + Top = 6 + Width = 5 + Height = 13 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + end + object bOk: TButton + Left = 236 + Top = 25 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object bCancel: TButton + Left = 312 + Top = 25 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 3 + end + object bNew: TButton + Left = 3 + Top = 25 + Width = 72 + Height = 22 + Caption = '&New' + TabOrder = 0 + OnClick = bNewClick + end + object bDelete: TButton + Left = 80 + Top = 25 + Width = 72 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = bDeleteClick + end + end + object TreeView: TTreeView + Left = 0 + Top = 0 + Width = 387 + Height = 289 + Align = alClient + HideSelection = False + Images = ImageList + Indent = 21 + ReadOnly = True + TabOrder = 1 + OnChange = TreeViewChange + OnCollapsed = TreeViewCollapsed + OnExpanded = TreeViewExpanded + OnGetImageIndex = TreeViewGetImageIndex + OnGetSelectedIndex = TreeViewGetSelectedIndex + end + object ImageList: TImageList + Width = 18 + Left = 114 + Top = 50 + Bitmap = { + 494C010102000500040012001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000480000002000000001002000000000000024 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 000000000000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000808080000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000008080 + 800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008080800000000000C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080008080800000FFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000008080800000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000808080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000048000000200000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFF000000000000000FFFFFFFF + F000000000000000C000FC0010000000000000008000F8001000000000000000 + A000FA001000000000000000A000F4001000000000000000A000F40010000000 + 00000000A000E8001000000000000000A000EFFC1000000000000000A000E000 + 1000000000000000A000F4001000000000000000BFFCF40F9000000000000000 + 8001F4103000000000000000C07FFBEFF000000000000000E0FFFC1FF0000000 + 00000000FFFFFFFFF000000000000000} + end +end diff --git a/official/x.19/Lib/D5/dxreginf.dcu b/official/x.19/Lib/D5/dxreginf.dcu new file mode 100644 index 00000000..ae55d080 Binary files /dev/null and b/official/x.19/Lib/D5/dxreginf.dcu differ diff --git a/official/x.19/Lib/D5/dxrgkeya.dcu b/official/x.19/Lib/D5/dxrgkeya.dcu new file mode 100644 index 00000000..45a041fa Binary files /dev/null and b/official/x.19/Lib/D5/dxrgkeya.dcu differ diff --git a/official/x.19/Lib/D5/dxrgkeya.dfm b/official/x.19/Lib/D5/dxrgkeya.dfm new file mode 100644 index 00000000..c31479b9 --- /dev/null +++ b/official/x.19/Lib/D5/dxrgkeya.dfm @@ -0,0 +1,54 @@ +object frmdxAddNewRegKey: TfrmdxAddNewRegKey + Left = 195 + Top = 106 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Add a new registry key' + ClientHeight = 84 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -14 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 120 + TextHeight = 16 + object lblName: TLabel + Left = 2 + Top = 15 + Width = 37 + Height = 16 + Caption = 'Name' + end + object Edit: TEdit + Left = 66 + Top = 10 + Width = 210 + Height = 24 + TabOrder = 0 + OnChange = EditChange + end + object bOk: TButton + Left = 90 + Top = 49 + Width = 88 + Height = 27 + Caption = '&OK' + Default = True + Enabled = False + ModalResult = 1 + TabOrder = 1 + end + object bCancel: TButton + Left = 187 + Top = 49 + Width = 89 + Height = 27 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D5/dxsbD5.dcu b/official/x.19/Lib/D5/dxsbD5.dcu new file mode 100644 index 00000000..b9c3b582 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbD5.dcu differ diff --git a/official/x.19/Lib/D5/dxsbar.dcu b/official/x.19/Lib/D5/dxsbar.dcu new file mode 100644 index 00000000..0c606621 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbar.dcu differ diff --git a/official/x.19/Lib/D5/dxsbar.res b/official/x.19/Lib/D5/dxsbar.res new file mode 100644 index 00000000..993026df Binary files /dev/null and b/official/x.19/Lib/D5/dxsbar.res differ diff --git a/official/x.19/Lib/D5/dxsbarcs.dcu b/official/x.19/Lib/D5/dxsbarcs.dcu new file mode 100644 index 00000000..fd694db6 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbarcs.dcu differ diff --git a/official/x.19/Lib/D5/dxsbarcs.dfm b/official/x.19/Lib/D5/dxsbarcs.dfm new file mode 100644 index 00000000..fdb967bc --- /dev/null +++ b/official/x.19/Lib/D5/dxsbarcs.dfm @@ -0,0 +1,102 @@ +object frmSideBarCustomize: TfrmSideBarCustomize + Left = 107 + Top = 98 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Customize' + ClientHeight = 223 + ClientWidth = 342 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + OnClose = FormClose + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 200 + Width = 342 + Height = 23 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Button: TButton + Left = 265 + Top = 1 + Width = 72 + Height = 21 + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 0 + OnClick = ButtonClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 342 + Height = 200 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object Panel3: TPanel + Left = 6 + Top = 6 + Width = 130 + Height = 188 + Align = alLeft + BevelInner = bvLowered + BevelOuter = bvNone + Caption = 'Panel2' + TabOrder = 0 + object ListBox: TListBox + Left = 1 + Top = 1 + Width = 128 + Height = 186 + Align = alClient + BorderStyle = bsNone + ItemHeight = 13 + TabOrder = 0 + OnClick = ListBoxClick + end + end + object Panel4: TPanel + Left = 136 + Top = 6 + Width = 7 + Height = 188 + Align = alLeft + TabOrder = 1 + end + object ImageListBox: TdxImageListBox + Left = 143 + Top = 6 + Width = 193 + Height = 188 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = False + VertAlignment = tvaCenter + Align = alClient + BorderStyle = bsNone + DragMode = dmAutomatic + TabOrder = 2 + OnDragDrop = ImageListBoxDragDrop + OnDragOver = ImageListBoxDragOver + OnEndDrag = ImageListBoxEndDrag + OnStartDrag = ImageListBoxStartDrag + SaveStrings = () + end + end +end diff --git a/official/x.19/Lib/D5/dxsbared.dcu b/official/x.19/Lib/D5/dxsbared.dcu new file mode 100644 index 00000000..1078200d Binary files /dev/null and b/official/x.19/Lib/D5/dxsbared.dcu differ diff --git a/official/x.19/Lib/D5/dxsbared.dfm b/official/x.19/Lib/D5/dxsbared.dfm new file mode 100644 index 00000000..5affe2ab --- /dev/null +++ b/official/x.19/Lib/D5/dxsbared.dfm @@ -0,0 +1,440 @@ +object frmdxSideBarEditor: TfrmdxSideBarEditor + Left = 245 + Top = 126 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'ExpressSideBar Editor: ' + ClientHeight = 367 + ClientWidth = 545 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 125 + Height = 367 + Align = alLeft + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 0 + object Bar: TdxSideBar + Left = 4 + Top = 4 + Width = 117 + Height = 359 + Align = alClient + BkGround.BeginColor = clGray + BkGround.EndColor = clGray + BkGround.FillStyle = bfsNone + Color = clGray + CanSelected = True + GroupFont.Charset = DEFAULT_CHARSET + GroupFont.Color = clWindowText + GroupFont.Height = -11 + GroupFont.Name = 'MS Sans Serif' + GroupFont.Style = [] + Groups = <> + ActiveGroupIndex = 0 + GroupPopupMenu = AutoOutLookPopupMenu1 + GroupHeightOffSet = 0 + ItemFont.Charset = DEFAULT_CHARSET + ItemFont.Color = clWhite + ItemFont.Height = -11 + ItemFont.Name = 'MS Sans Serif' + ItemFont.Style = [] + ItemPopupMenu = AutoOutLookPopupMenu1 + ScrollDelay = 300 + SpaceHeight = 7 + TransparentImages = False + ShowGroups = True + StoreInRegistry = False + OnChangeActiveGroup = BarChangeActiveGroup + OnChangeSelectedItem = BarChangeSelectedItem + DragMode = dmAutomatic + end + end + object Panel1: TPanel + Left = 125 + Top = 0 + Width = 420 + Height = 367 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel2: TPanel + Left = 0 + Top = 340 + Width = 420 + Height = 27 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object BOk: TButton + Left = 157 + Top = 4 + Width = 80 + Height = 21 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + OnClick = BOkClick + end + object BCancel: TButton + Left = 248 + Top = 4 + Width = 80 + Height = 21 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + OnClick = BCancelClick + end + object bHelp: TButton + Left = 336 + Top = 4 + Width = 80 + Height = 21 + Caption = 'Help' + TabOrder = 3 + end + object BDefault: TButton + Left = 8 + Top = 3 + Width = 80 + Height = 21 + Caption = 'Default' + TabOrder = 0 + OnClick = BDefaultClick + end + end + object BIAdd: TButton + Left = 6 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Add' + TabOrder = 1 + OnClick = BIAddClick + end + object BIInsert: TButton + Left = 6 + Top = 313 + Width = 80 + Height = 21 + Caption = 'Insert' + TabOrder = 2 + OnClick = BIInsertClick + end + object BIDelete: TButton + Left = 89 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Delete' + TabOrder = 3 + OnClick = BIDeleteClick + end + object BIClear: TButton + Left = 89 + Top = 312 + Width = 80 + Height = 21 + Caption = 'Clear' + TabOrder = 4 + OnClick = BIClearClick + end + object BIMoveUp: TButton + Left = 174 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Move Up' + TabOrder = 5 + OnClick = BIMoveUpClick + end + object BIMovedown: TButton + Left = 174 + Top = 312 + Width = 80 + Height = 21 + Caption = 'Move down' + TabOrder = 6 + OnClick = BIMovedownClick + end + object GGroup: TGroupBox + Left = 8 + Top = 1 + Width = 408 + Height = 72 + Caption = 'Groups' + TabOrder = 7 + object LIconType: TLabel + Left = 272 + Top = 21 + Width = 48 + Height = 13 + Caption = 'Icon Type' + end + object BGAdd: TButton + Left = 6 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Add' + TabOrder = 0 + OnClick = BGAddClick + end + object BGDelete: TButton + Left = 91 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Delete' + TabOrder = 1 + OnClick = BGDeleteClick + end + object BGRename: TButton + Left = 177 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Rename' + TabOrder = 2 + OnClick = BGRenameClick + end + object CBGIType: TCheckBox + Left = 338 + Top = 20 + Width = 65 + Height = 17 + Caption = 'Large' + State = cbChecked + TabOrder = 3 + OnClick = CBGITypeClick + end + object BGUp: TButton + Left = 6 + Top = 42 + Width = 80 + Height = 21 + Caption = 'Move Up' + TabOrder = 4 + OnClick = BGUpClick + end + object BGDown: TButton + Left = 91 + Top = 42 + Width = 80 + Height = 21 + Caption = 'Move Down' + TabOrder = 5 + OnClick = BGDownClick + end + object cbGroupVisible: TCheckBox + Left = 274 + Top = 46 + Width = 122 + Height = 17 + Caption = 'Visible' + TabOrder = 6 + OnClick = cbGroupVisibleClick + end + end + object GItemProp: TGroupBox + Left = 8 + Top = 80 + Width = 245 + Height = 205 + Caption = 'Item properties' + TabOrder = 8 + object LCustomData: TLabel + Left = 6 + Top = 19 + Width = 61 + Height = 13 + Caption = 'Custom Data' + end + object LTag: TLabel + Left = 7 + Top = 43 + Width = 19 + Height = 13 + Caption = 'Tag' + end + object LSILarge: TLabel + Left = 5 + Top = 117 + Width = 38 + Height = 29 + AutoSize = False + Caption = 'Large Image' + WordWrap = True + end + object LSISmall: TLabel + Left = 126 + Top = 119 + Width = 38 + Height = 29 + AutoSize = False + Caption = 'Small Image' + WordWrap = True + end + object LCaption: TLabel + Left = 7 + Top = 72 + Width = 36 + Height = 13 + Caption = 'Caption' + end + object Bevel1: TBevel + Left = 7 + Top = 64 + Width = 231 + Height = 2 + end + object LHint: TLabel + Left = 7 + Top = 96 + Width = 19 + Height = 13 + Caption = 'Hint' + end + object ECustomData: TEdit + Left = 91 + Top = 17 + Width = 147 + Height = 21 + TabOrder = 0 + OnExit = ECustomDataExit + end + object ETag: TEdit + Left = 91 + Top = 40 + Width = 147 + Height = 21 + TabOrder = 1 + OnExit = ETagExit + OnKeyPress = ETagKeyPress + end + object SILarge: TdxSpinImage + Left = 45 + Top = 119 + Width = 70 + Height = 54 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SILargeChange + ParentColor = True + TabOrder = 4 + end + object SISmall: TdxSpinImage + Left = 169 + Top = 119 + Width = 70 + Height = 54 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SISmallChange + ParentColor = True + TabOrder = 5 + end + object ECaption: TEdit + Left = 69 + Top = 69 + Width = 169 + Height = 21 + TabOrder = 2 + OnChange = ECaptionChange + end + object BIDefault: TButton + Left = 7 + Top = 178 + Width = 233 + Height = 22 + Caption = 'Set default item properties' + TabOrder = 6 + OnClick = BIDefaultClick + end + object EHint: TEdit + Left = 69 + Top = 93 + Width = 169 + Height = 21 + TabOrder = 3 + OnChange = EHintChange + end + end + object GStoredItems: TGroupBox + Left = 256 + Top = 80 + Width = 161 + Height = 258 + Caption = 'Stored Items' + TabOrder = 9 + object CBStoredGroup: TComboBox + Left = 3 + Top = 13 + Width = 154 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnClick = CBStoredGroupClick + end + object LBStoredItems: TdxImageListBox + Left = 4 + Top = 38 + Width = 152 + Height = 213 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + DragMode = dmAutomatic + TabOrder = 1 + OnDragDrop = LBStoredItemsDragDrop + OnDragOver = LBStoredItemsDragOver + OnEndDrag = LBStoredItemsEndDrag + OnStartDrag = LBStoredItemsStartDrag + SaveStrings = () + end + end + end + object AutoOutLookPopupMenu1: TdxSideBarPopupMenu + Options = [sbmIconType, sbmAddGroup, sbmRemoveGroup, sbmRenameGroup, sbmRenameItem, sbmRemoveItem] + Left = 69 + Top = 120 + end +end diff --git a/official/x.19/Lib/D5/dxsbreg.dcr b/official/x.19/Lib/D5/dxsbreg.dcr new file mode 100644 index 00000000..16ec80f9 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbreg.dcr differ diff --git a/official/x.19/Lib/D5/dxsbreg.dcu b/official/x.19/Lib/D5/dxsbreg.dcu new file mode 100644 index 00000000..24165947 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbreg.dcu differ diff --git a/official/x.19/Lib/D5/dxsbrgre.dcu b/official/x.19/Lib/D5/dxsbrgre.dcu new file mode 100644 index 00000000..34141713 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbrgre.dcu differ diff --git a/official/x.19/Lib/D5/dxsbrgre.dfm b/official/x.19/Lib/D5/dxsbrgre.dfm new file mode 100644 index 00000000..f20083aa --- /dev/null +++ b/official/x.19/Lib/D5/dxsbrgre.dfm @@ -0,0 +1,65 @@ +object frmSideBarGroupRename: TfrmSideBarGroupRename + Left = 149 + Top = 197 + BorderIcons = [] + BorderStyle = bsDialog + ClientHeight = 84 + ClientWidth = 237 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Bevel1: TBevel + Left = 4 + Top = 5 + Width = 227 + Height = 39 + Shape = bsFrame + end + object LGroupName: TLabel + Left = 11 + Top = 18 + Width = 63 + Height = 13 + Caption = 'Group Name:' + end + object EGroupName: TEdit + Left = 80 + Top = 13 + Width = 144 + Height = 21 + TabOrder = 0 + OnKeyUp = EGroupNameKeyUp + end + object BOk: TButton + Left = 6 + Top = 53 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object BCancel: TButton + Left = 83 + Top = 53 + Width = 72 + Height = 22 + Cancel = True + Caption = 'Can&cel' + ModalResult = 2 + TabOrder = 2 + end + object BHelp: TButton + Left = 160 + Top = 53 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D5/dxsbrsed.dcu b/official/x.19/Lib/D5/dxsbrsed.dcu new file mode 100644 index 00000000..dfc704f8 Binary files /dev/null and b/official/x.19/Lib/D5/dxsbrsed.dcu differ diff --git a/official/x.19/Lib/D5/dxsbrsed.dfm b/official/x.19/Lib/D5/dxsbrsed.dfm new file mode 100644 index 00000000..32217fab --- /dev/null +++ b/official/x.19/Lib/D5/dxsbrsed.dfm @@ -0,0 +1,319 @@ +object frmSideBarStoreEditor: TfrmSideBarStoreEditor + Left = 306 + Top = 100 + Width = 554 + Height = 368 + BorderIcons = [biSystemMenu] + BorderStyle = bsSizeToolWin + Caption = 'SideBarStore Editor:' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -14 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnClose = FormClose + OnCreate = FormCreate + PixelsPerInch = 120 + TextHeight = 16 + object Panel1: TPanel + Left = 0 + Top = 223 + Width = 546 + Height = 117 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LItemCaption: TLabel + Left = 242 + Top = 23 + Width = 46 + Height = 16 + Caption = 'Caption' + end + object LLImage: TLabel + Left = 4 + Top = 6 + Width = 76 + Height = 16 + Caption = 'Large Image' + end + object LSImage: TLabel + Left = 132 + Top = 6 + Width = 75 + Height = 16 + Caption = 'Small Image' + end + object LItemHint: TLabel + Left = 245 + Top = 57 + Width = 23 + Height = 16 + Caption = 'Hint' + end + object EItemCaption: TEdit + Tag = 2 + Left = 326 + Top = 22 + Width = 218 + Height = 24 + TabOrder = 2 + OnExit = EItemCaptionExit + end + object BClose: TButton + Left = 329 + Top = 86 + Width = 107 + Height = 26 + Caption = 'Close' + TabOrder = 4 + OnClick = BCloseClick + end + object BHelp: TButton + Left = 443 + Top = 86 + Width = 99 + Height = 26 + Caption = 'Help' + TabOrder = 5 + end + object SILImage: TdxSpinImage + Left = 5 + Top = 23 + Width = 86 + Height = 67 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SIImageChange + ParentColor = True + TabOrder = 0 + end + object SISImage: TdxSpinImage + Left = 132 + Top = 25 + Width = 86 + Height = 66 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SISImageChange + ParentColor = True + TabOrder = 1 + end + object EItemHint: TEdit + Tag = 2 + Left = 327 + Top = 54 + Width = 216 + Height = 24 + TabOrder = 3 + OnExit = EItemHintExit + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 111 + Height = 223 + Align = alLeft + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 1 + object ListBox: TListBox + Left = 1 + Top = 1 + Width = 109 + Height = 221 + Align = alClient + ItemHeight = 16 + TabOrder = 0 + OnClick = ListBoxClick + OnDragOver = ListBoxDragOver + end + end + object Panel3: TPanel + Left = 111 + Top = 0 + Width = 435 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 2 + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 133 + Height = 223 + Align = alLeft + BevelOuter = bvNone + Caption = 'Panel4' + TabOrder = 0 + object GBGroups: TGroupBox + Left = 0 + Top = 0 + Width = 133 + Height = 223 + Align = alClient + Caption = 'Categories' + TabOrder = 0 + object BGAdd: TButton + Left = 6 + Top = 21 + Width = 118 + Height = 26 + Caption = 'Add ...' + TabOrder = 0 + OnClick = BGAddClick + end + object BGInsert: TButton + Left = 6 + Top = 49 + Width = 118 + Height = 26 + Caption = 'Insert ...' + TabOrder = 1 + OnClick = BGInsertClick + end + object BGDelete: TButton + Left = 6 + Top = 78 + Width = 118 + Height = 25 + Caption = 'Delete' + TabOrder = 2 + OnClick = BGDeleteClick + end + object BGRename: TButton + Left = 6 + Top = 106 + Width = 118 + Height = 26 + Caption = 'Rename ...' + TabOrder = 3 + OnClick = BGRenameClick + end + object BGMoveUp: TButton + Left = 7 + Top = 135 + Width = 116 + Height = 26 + Caption = 'Move Up' + TabOrder = 4 + OnClick = BGMoveUpClick + end + object BGMoveDown: TButton + Left = 7 + Top = 165 + Width = 116 + Height = 26 + Caption = 'Move Down' + TabOrder = 5 + OnClick = BGMoveDownClick + end + end + end + object Panel5: TPanel + Left = 294 + Top = 0 + Width = 141 + Height = 223 + Align = alRight + BevelOuter = bvNone + Caption = 'Panel5' + TabOrder = 2 + object GBItems: TGroupBox + Left = 0 + Top = 0 + Width = 141 + Height = 223 + Align = alClient + Caption = 'Items' + TabOrder = 0 + object BIAdd: TButton + Left = 6 + Top = 21 + Width = 129 + Height = 26 + Caption = 'Add' + TabOrder = 0 + OnClick = BIAddClick + end + object BIDelete: TButton + Left = 6 + Top = 49 + Width = 129 + Height = 26 + Caption = 'Delete' + TabOrder = 1 + OnClick = BIDeleteClick + end + object BIClear: TButton + Left = 6 + Top = 78 + Width = 129 + Height = 25 + Caption = 'Clear' + TabOrder = 2 + OnClick = BIClearClick + end + object BIMoveUp: TButton + Left = 7 + Top = 107 + Width = 127 + Height = 26 + Caption = 'Move Up' + TabOrder = 3 + OnClick = BIMoveUpClick + end + object BIMoveDown: TButton + Left = 9 + Top = 135 + Width = 126 + Height = 26 + Caption = 'Move Down' + TabOrder = 4 + OnClick = BIMoveDownClick + end + end + end + object ImageListBox: TdxImageListBox + Left = 133 + Top = 0 + Width = 161 + Height = 223 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 1 + OnClick = ImageListBoxClick + OnDragOver = ImageListBoxDragOver + OnEndDrag = ImageListBoxEndDrag + SaveStrings = () + end + end +end diff --git a/official/x.19/Lib/D5/dxsbstrs.dcu b/official/x.19/Lib/D5/dxsbstrs.dcu new file mode 100644 index 00000000..837acd5f Binary files /dev/null and b/official/x.19/Lib/D5/dxsbstrs.dcu differ diff --git a/official/x.19/Lib/D5/dxsppred.dcu b/official/x.19/Lib/D5/dxsppred.dcu new file mode 100644 index 00000000..4ce6f117 Binary files /dev/null and b/official/x.19/Lib/D5/dxsppred.dcu differ diff --git a/official/x.19/Lib/D5/dxsppred.dfm b/official/x.19/Lib/D5/dxsppred.dfm new file mode 100644 index 00000000..bfeab193 --- /dev/null +++ b/official/x.19/Lib/D5/dxsppred.dfm @@ -0,0 +1,215 @@ +object frmSpinImagePropEditor: TfrmSpinImagePropEditor + Left = 249 + Top = 149 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Express SpinImage Items editor: ' + ClientHeight = 330 + ClientWidth = 279 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 203 + Top = 0 + Width = 76 + Height = 199 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object bAdd: TButton + Left = 2 + Top = 5 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = bAddClick + end + object bInsert: TButton + Left = 2 + Top = 30 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 1 + OnClick = bInsertClick + end + object bDelete: TButton + Left = 2 + Top = 55 + Width = 72 + Height = 22 + Caption = 'De&lete' + TabOrder = 2 + OnClick = bDeleteClick + end + object bUp: TButton + Left = 2 + Top = 105 + Width = 72 + Height = 22 + Caption = 'Move &up' + TabOrder = 4 + OnClick = bUpClick + end + object bDown: TButton + Left = 2 + Top = 130 + Width = 72 + Height = 22 + Caption = 'Move d&own' + TabOrder = 5 + OnClick = bDownClick + end + object bClear: TButton + Left = 2 + Top = 80 + Width = 72 + Height = 22 + Caption = 'Clear' + TabOrder = 3 + OnClick = bClearClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 203 + Height = 199 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object ListBox: TdxImageListBox + Left = 4 + Top = 4 + Width = 195 + Height = 191 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 32 + MultiLines = False + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 0 + OnClick = ListBoxClick + OnDragDrop = ListBoxDragDrop + OnDragOver = ListBoxDragOver + SaveStrings = () + end + end + object Panel3: TPanel + Left = 0 + Top = 199 + Width = 279 + Height = 131 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LabelHint: TLabel + Left = 9 + Top = 60 + Width = 19 + Height = 13 + Caption = 'Hint' + end + object LabelValue: TLabel + Left = 7 + Top = 34 + Width = 27 + Height = 13 + Caption = 'Value' + end + object LabelImageIndex: TLabel + Left = 6 + Top = 5 + Width = 58 + Height = 13 + Caption = 'Image Index' + end + object Edit1: TEdit + Left = 42 + Top = 31 + Width = 159 + Height = 21 + Enabled = False + TabOrder = 1 + OnExit = Edit1Exit + end + object Edit2: TEdit + Left = 67 + Top = 4 + Width = 133 + Height = 21 + Enabled = False + TabOrder = 0 + OnExit = Edit2Exit + OnKeyPress = Edit2KeyPress + end + object BOk: TButton + Left = 47 + Top = 102 + Width = 72 + Height = 22 + Caption = '&Ok' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object bCancel: TButton + Left = 124 + Top = 102 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 5 + end + object bHelp: TButton + Left = 202 + Top = 102 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 6 + end + object SpinImage: TdxSpinImage + Left = 206 + Top = 4 + Width = 69 + Height = 50 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SpinImageChange + Color = clWhite + TabOrder = 3 + end + object Edit3: TMemo + Left = 42 + Top = 57 + Width = 233 + Height = 38 + TabOrder = 2 + OnExit = Edit3Exit + end + end +end diff --git a/official/x.19/Lib/D7/cxADOAdapters.dcu b/official/x.19/Lib/D7/cxADOAdapters.dcu new file mode 100644 index 00000000..2dfe76df Binary files /dev/null and b/official/x.19/Lib/D7/cxADOAdapters.dcu differ diff --git a/official/x.19/Lib/D7/cxADOAdaptersD7.dcu b/official/x.19/Lib/D7/cxADOAdaptersD7.dcu new file mode 100644 index 00000000..482f8253 Binary files /dev/null and b/official/x.19/Lib/D7/cxADOAdaptersD7.dcu differ diff --git a/official/x.19/Lib/D7/cxBDEAdapters.dcu b/official/x.19/Lib/D7/cxBDEAdapters.dcu new file mode 100644 index 00000000..8abfed63 Binary files /dev/null and b/official/x.19/Lib/D7/cxBDEAdapters.dcu differ diff --git a/official/x.19/Lib/D7/cxBDEAdaptersD7.dcu b/official/x.19/Lib/D7/cxBDEAdaptersD7.dcu new file mode 100644 index 00000000..610c248e Binary files /dev/null and b/official/x.19/Lib/D7/cxBDEAdaptersD7.dcu differ diff --git a/official/x.19/Lib/D7/cxBandedTableViewEditor.dcu b/official/x.19/Lib/D7/cxBandedTableViewEditor.dcu new file mode 100644 index 00000000..0f2be165 Binary files /dev/null and b/official/x.19/Lib/D7/cxBandedTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxBandedTableViewEditor.dfm b/official/x.19/Lib/D7/cxBandedTableViewEditor.dfm new file mode 100644 index 00000000..c3abe031 --- /dev/null +++ b/official/x.19/Lib/D7/cxBandedTableViewEditor.dfm @@ -0,0 +1,119 @@ +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 diff --git a/official/x.19/Lib/D7/cxBlobEdit.dcu b/official/x.19/Lib/D7/cxBlobEdit.dcu new file mode 100644 index 00000000..3d1a42eb Binary files /dev/null and b/official/x.19/Lib/D7/cxBlobEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxButtonEdit.dcu b/official/x.19/Lib/D7/cxButtonEdit.dcu new file mode 100644 index 00000000..70b19afd Binary files /dev/null and b/official/x.19/Lib/D7/cxButtonEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxButtons.dcu b/official/x.19/Lib/D7/cxButtons.dcu new file mode 100644 index 00000000..482ecc97 Binary files /dev/null and b/official/x.19/Lib/D7/cxButtons.dcu differ diff --git a/official/x.19/Lib/D7/cxCalc.dcu b/official/x.19/Lib/D7/cxCalc.dcu new file mode 100644 index 00000000..8fc17e50 Binary files /dev/null and b/official/x.19/Lib/D7/cxCalc.dcu differ diff --git a/official/x.19/Lib/D7/cxCalendar.dcu b/official/x.19/Lib/D7/cxCalendar.dcu new file mode 100644 index 00000000..5c12dda9 Binary files /dev/null and b/official/x.19/Lib/D7/cxCalendar.dcu differ diff --git a/official/x.19/Lib/D7/cxCardViewEditor.dcu b/official/x.19/Lib/D7/cxCardViewEditor.dcu new file mode 100644 index 00000000..c665b52c Binary files /dev/null and b/official/x.19/Lib/D7/cxCardViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxCardViewEditor.dfm b/official/x.19/Lib/D7/cxCardViewEditor.dfm new file mode 100644 index 00000000..d198a158 --- /dev/null +++ b/official/x.19/Lib/D7/cxCardViewEditor.dfm @@ -0,0 +1,15 @@ +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 diff --git a/official/x.19/Lib/D7/cxChartViewEditor.dcu b/official/x.19/Lib/D7/cxChartViewEditor.dcu new file mode 100644 index 00000000..6341fa32 Binary files /dev/null and b/official/x.19/Lib/D7/cxChartViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxChartViewEditor.dfm b/official/x.19/Lib/D7/cxChartViewEditor.dfm new file mode 100644 index 00000000..423cfae5 --- /dev/null +++ b/official/x.19/Lib/D7/cxChartViewEditor.dfm @@ -0,0 +1,145 @@ +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 diff --git a/official/x.19/Lib/D7/cxCheckBox.dcu b/official/x.19/Lib/D7/cxCheckBox.dcu new file mode 100644 index 00000000..1a9b82d0 Binary files /dev/null and b/official/x.19/Lib/D7/cxCheckBox.dcu differ diff --git a/official/x.19/Lib/D7/cxCheckComboBox.dcu b/official/x.19/Lib/D7/cxCheckComboBox.dcu new file mode 100644 index 00000000..1e8715aa Binary files /dev/null and b/official/x.19/Lib/D7/cxCheckComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxCheckGroup.dcu b/official/x.19/Lib/D7/cxCheckGroup.dcu new file mode 100644 index 00000000..2befb096 Binary files /dev/null and b/official/x.19/Lib/D7/cxCheckGroup.dcu differ diff --git a/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dcu b/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dcu new file mode 100644 index 00000000..e48810bf Binary files /dev/null and b/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dfm b/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dfm new file mode 100644 index 00000000..8ea675dd --- /dev/null +++ b/official/x.19/Lib/D7/cxCheckGroupStatesEditor.dfm @@ -0,0 +1,68 @@ +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 diff --git a/official/x.19/Lib/D7/cxCheckListBox.dcu b/official/x.19/Lib/D7/cxCheckListBox.dcu new file mode 100644 index 00000000..d63884db Binary files /dev/null and b/official/x.19/Lib/D7/cxCheckListBox.dcu differ diff --git a/official/x.19/Lib/D7/cxClasses.dcu b/official/x.19/Lib/D7/cxClasses.dcu new file mode 100644 index 00000000..3a912f3a Binary files /dev/null and b/official/x.19/Lib/D7/cxClasses.dcu differ diff --git a/official/x.19/Lib/D7/cxClassesReg.dcu b/official/x.19/Lib/D7/cxClassesReg.dcu new file mode 100644 index 00000000..bd6e9aba Binary files /dev/null and b/official/x.19/Lib/D7/cxClassesReg.dcu differ diff --git a/official/x.19/Lib/D7/cxColorComboBox.dcu b/official/x.19/Lib/D7/cxColorComboBox.dcu new file mode 100644 index 00000000..87b1e755 Binary files /dev/null and b/official/x.19/Lib/D7/cxColorComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxContainer.dcu b/official/x.19/Lib/D7/cxContainer.dcu new file mode 100644 index 00000000..188e21c5 Binary files /dev/null and b/official/x.19/Lib/D7/cxContainer.dcu differ diff --git a/official/x.19/Lib/D7/cxControls.dcu b/official/x.19/Lib/D7/cxControls.dcu new file mode 100644 index 00000000..faa96cfd Binary files /dev/null and b/official/x.19/Lib/D7/cxControls.dcu differ diff --git a/official/x.19/Lib/D7/cxControls.res b/official/x.19/Lib/D7/cxControls.res new file mode 100644 index 00000000..8ba00ceb Binary files /dev/null and b/official/x.19/Lib/D7/cxControls.res differ diff --git a/official/x.19/Lib/D7/cxConverterFactory.dcu b/official/x.19/Lib/D7/cxConverterFactory.dcu new file mode 100644 index 00000000..af7502e5 Binary files /dev/null and b/official/x.19/Lib/D7/cxConverterFactory.dcu differ diff --git a/official/x.19/Lib/D7/cxConverterUtils.dcu b/official/x.19/Lib/D7/cxConverterUtils.dcu new file mode 100644 index 00000000..81775d31 Binary files /dev/null and b/official/x.19/Lib/D7/cxConverterUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxCurrencyEdit.dcu b/official/x.19/Lib/D7/cxCurrencyEdit.dcu new file mode 100644 index 00000000..b7a614c5 Binary files /dev/null and b/official/x.19/Lib/D7/cxCurrencyEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxCustomConverter.dcu b/official/x.19/Lib/D7/cxCustomConverter.dcu new file mode 100644 index 00000000..c8ac78a2 Binary files /dev/null and b/official/x.19/Lib/D7/cxCustomConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxCustomData.dcu b/official/x.19/Lib/D7/cxCustomData.dcu new file mode 100644 index 00000000..898eef06 Binary files /dev/null and b/official/x.19/Lib/D7/cxCustomData.dcu differ diff --git a/official/x.19/Lib/D7/cxCustomTableViewEditor.dcu b/official/x.19/Lib/D7/cxCustomTableViewEditor.dcu new file mode 100644 index 00000000..659091d8 Binary files /dev/null and b/official/x.19/Lib/D7/cxCustomTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxCustomTableViewEditor.dfm b/official/x.19/Lib/D7/cxCustomTableViewEditor.dfm new file mode 100644 index 00000000..b4618fc0 --- /dev/null +++ b/official/x.19/Lib/D7/cxCustomTableViewEditor.dfm @@ -0,0 +1,674 @@ +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 diff --git a/official/x.19/Lib/D7/cxDB.dcu b/official/x.19/Lib/D7/cxDB.dcu new file mode 100644 index 00000000..a063983e Binary files /dev/null and b/official/x.19/Lib/D7/cxDB.dcu differ diff --git a/official/x.19/Lib/D7/cxDBCheckComboBox.dcu b/official/x.19/Lib/D7/cxDBCheckComboBox.dcu new file mode 100644 index 00000000..14acbf2b Binary files /dev/null and b/official/x.19/Lib/D7/cxDBCheckComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBCheckGroup.dcu b/official/x.19/Lib/D7/cxDBCheckGroup.dcu new file mode 100644 index 00000000..747c0605 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBCheckGroup.dcu differ diff --git a/official/x.19/Lib/D7/cxDBCheckListBox.dcu b/official/x.19/Lib/D7/cxDBCheckListBox.dcu new file mode 100644 index 00000000..75fe7e7a Binary files /dev/null and b/official/x.19/Lib/D7/cxDBCheckListBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBColorComboBox.dcu b/official/x.19/Lib/D7/cxDBColorComboBox.dcu new file mode 100644 index 00000000..c973d96e Binary files /dev/null and b/official/x.19/Lib/D7/cxDBColorComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBData.dcu b/official/x.19/Lib/D7/cxDBData.dcu new file mode 100644 index 00000000..623a6ee2 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBData.dcu differ diff --git a/official/x.19/Lib/D7/cxDBEdit.dcu b/official/x.19/Lib/D7/cxDBEdit.dcu new file mode 100644 index 00000000..c73a77da Binary files /dev/null and b/official/x.19/Lib/D7/cxDBEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxDBEditRepository.dcu b/official/x.19/Lib/D7/cxDBEditRepository.dcu new file mode 100644 index 00000000..2dac4a1b Binary files /dev/null and b/official/x.19/Lib/D7/cxDBEditRepository.dcu differ diff --git a/official/x.19/Lib/D7/cxDBExtLookupComboBox.dcu b/official/x.19/Lib/D7/cxDBExtLookupComboBox.dcu new file mode 100644 index 00000000..a08ac7c4 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBExtLookupComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBFilter.dcu b/official/x.19/Lib/D7/cxDBFilter.dcu new file mode 100644 index 00000000..425f6952 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBFilter.dcu differ diff --git a/official/x.19/Lib/D7/cxDBFilterControl.dcu b/official/x.19/Lib/D7/cxDBFilterControl.dcu new file mode 100644 index 00000000..6a51ace3 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBFilterControl.dcu differ diff --git a/official/x.19/Lib/D7/cxDBFontNameComboBox.dcu b/official/x.19/Lib/D7/cxDBFontNameComboBox.dcu new file mode 100644 index 00000000..65e977db Binary files /dev/null and b/official/x.19/Lib/D7/cxDBFontNameComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBGridConverter.dcu b/official/x.19/Lib/D7/cxDBGridConverter.dcu new file mode 100644 index 00000000..8049290a Binary files /dev/null and b/official/x.19/Lib/D7/cxDBGridConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxDBLabel.dcu b/official/x.19/Lib/D7/cxDBLabel.dcu new file mode 100644 index 00000000..52b5faec Binary files /dev/null and b/official/x.19/Lib/D7/cxDBLabel.dcu differ diff --git a/official/x.19/Lib/D7/cxDBLookupComboBox.dcu b/official/x.19/Lib/D7/cxDBLookupComboBox.dcu new file mode 100644 index 00000000..5327d054 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBLookupComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBLookupEdit.dcu b/official/x.19/Lib/D7/cxDBLookupEdit.dcu new file mode 100644 index 00000000..b0888096 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBLookupEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxDBNavigator.dcu b/official/x.19/Lib/D7/cxDBNavigator.dcu new file mode 100644 index 00000000..7b40ba8f Binary files /dev/null and b/official/x.19/Lib/D7/cxDBNavigator.dcu differ diff --git a/official/x.19/Lib/D7/cxDBProgressBar.dcu b/official/x.19/Lib/D7/cxDBProgressBar.dcu new file mode 100644 index 00000000..20b0297e Binary files /dev/null and b/official/x.19/Lib/D7/cxDBProgressBar.dcu differ diff --git a/official/x.19/Lib/D7/cxDBRichEdit.dcu b/official/x.19/Lib/D7/cxDBRichEdit.dcu new file mode 100644 index 00000000..63fd3d0a Binary files /dev/null and b/official/x.19/Lib/D7/cxDBRichEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxDBShellComboBox.dcu b/official/x.19/Lib/D7/cxDBShellComboBox.dcu new file mode 100644 index 00000000..1e115252 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBShellComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxDBTL.dcu b/official/x.19/Lib/D7/cxDBTL.dcu new file mode 100644 index 00000000..771ce108 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBTL.dcu differ diff --git a/official/x.19/Lib/D7/cxDBTrackBar.dcu b/official/x.19/Lib/D7/cxDBTrackBar.dcu new file mode 100644 index 00000000..70ee1850 Binary files /dev/null and b/official/x.19/Lib/D7/cxDBTrackBar.dcu differ diff --git a/official/x.19/Lib/D7/cxDBVGrid.dcu b/official/x.19/Lib/D7/cxDBVGrid.dcu new file mode 100644 index 00000000..0a2910ba Binary files /dev/null and b/official/x.19/Lib/D7/cxDBVGrid.dcu differ diff --git a/official/x.19/Lib/D7/cxDXGridConverter.dcu b/official/x.19/Lib/D7/cxDXGridConverter.dcu new file mode 100644 index 00000000..80b1b073 Binary files /dev/null and b/official/x.19/Lib/D7/cxDXGridConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxDXTLConverter.dcu b/official/x.19/Lib/D7/cxDXTLConverter.dcu new file mode 100644 index 00000000..5c98fb2a Binary files /dev/null and b/official/x.19/Lib/D7/cxDXTLConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxData.dcu b/official/x.19/Lib/D7/cxData.dcu new file mode 100644 index 00000000..67e8a74c Binary files /dev/null and b/official/x.19/Lib/D7/cxData.dcu differ diff --git a/official/x.19/Lib/D7/cxDataConsts.dcu b/official/x.19/Lib/D7/cxDataConsts.dcu new file mode 100644 index 00000000..42d35ee8 Binary files /dev/null and b/official/x.19/Lib/D7/cxDataConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxDataD7.dcu b/official/x.19/Lib/D7/cxDataD7.dcu new file mode 100644 index 00000000..7fd3d232 Binary files /dev/null and b/official/x.19/Lib/D7/cxDataD7.dcu differ diff --git a/official/x.19/Lib/D7/cxDataStorage.dcu b/official/x.19/Lib/D7/cxDataStorage.dcu new file mode 100644 index 00000000..753644ac Binary files /dev/null and b/official/x.19/Lib/D7/cxDataStorage.dcu differ diff --git a/official/x.19/Lib/D7/cxDataUtils.dcu b/official/x.19/Lib/D7/cxDataUtils.dcu new file mode 100644 index 00000000..9fa6e2f8 Binary files /dev/null and b/official/x.19/Lib/D7/cxDataUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxDateNavigator.dcu b/official/x.19/Lib/D7/cxDateNavigator.dcu new file mode 100644 index 00000000..943e01c4 Binary files /dev/null and b/official/x.19/Lib/D7/cxDateNavigator.dcu differ diff --git a/official/x.19/Lib/D7/cxDateUtils.dcu b/official/x.19/Lib/D7/cxDateUtils.dcu new file mode 100644 index 00000000..67f63b79 Binary files /dev/null and b/official/x.19/Lib/D7/cxDateUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxDesignWindows.dcu b/official/x.19/Lib/D7/cxDesignWindows.dcu new file mode 100644 index 00000000..4523572e Binary files /dev/null and b/official/x.19/Lib/D7/cxDesignWindows.dcu differ diff --git a/official/x.19/Lib/D7/cxDesignWindows.dfm b/official/x.19/Lib/D7/cxDesignWindows.dfm new file mode 100644 index 00000000..a818173e --- /dev/null +++ b/official/x.19/Lib/D7/cxDesignWindows.dfm @@ -0,0 +1,17 @@ +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 diff --git a/official/x.19/Lib/D7/cxDropDownEdit.dcu b/official/x.19/Lib/D7/cxDropDownEdit.dcu new file mode 100644 index 00000000..5103b333 Binary files /dev/null and b/official/x.19/Lib/D7/cxDropDownEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxEdit.dcu b/official/x.19/Lib/D7/cxEdit.dcu new file mode 100644 index 00000000..ceaf66c5 Binary files /dev/null and b/official/x.19/Lib/D7/cxEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxEdit.res b/official/x.19/Lib/D7/cxEdit.res new file mode 100644 index 00000000..14f949b0 Binary files /dev/null and b/official/x.19/Lib/D7/cxEdit.res differ diff --git a/official/x.19/Lib/D7/cxEditConsts.dcu b/official/x.19/Lib/D7/cxEditConsts.dcu new file mode 100644 index 00000000..b4c2f5e1 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxEditDBRegisteredRepositoryItems.dcu b/official/x.19/Lib/D7/cxEditDBRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..b45e9f1e Binary files /dev/null and b/official/x.19/Lib/D7/cxEditDBRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxEditDataRegisteredRepositoryItems.dcu b/official/x.19/Lib/D7/cxEditDataRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..6defde54 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditDataRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxEditMaskEditor.dcu b/official/x.19/Lib/D7/cxEditMaskEditor.dcu new file mode 100644 index 00000000..f3274d7a Binary files /dev/null and b/official/x.19/Lib/D7/cxEditMaskEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxEditMaskEditor.dfm b/official/x.19/Lib/D7/cxEditMaskEditor.dfm new file mode 100644 index 00000000..ea3a51cd --- /dev/null +++ b/official/x.19/Lib/D7/cxEditMaskEditor.dfm @@ -0,0 +1,261 @@ +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 diff --git a/official/x.19/Lib/D7/cxEditPaintUtils.dcu b/official/x.19/Lib/D7/cxEditPaintUtils.dcu new file mode 100644 index 00000000..34dd37f5 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditPaintUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxEditPropEditors.dcu b/official/x.19/Lib/D7/cxEditPropEditors.dcu new file mode 100644 index 00000000..cd9f6194 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditPropEditors.dcu differ diff --git a/official/x.19/Lib/D7/cxEditReg.dcr b/official/x.19/Lib/D7/cxEditReg.dcr new file mode 100644 index 00000000..448bf805 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditReg.dcr differ diff --git a/official/x.19/Lib/D7/cxEditReg.dcu b/official/x.19/Lib/D7/cxEditReg.dcu new file mode 100644 index 00000000..6c092103 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditReg.dcu differ diff --git a/official/x.19/Lib/D7/cxEditRegisteredRepositoryItems.dcu b/official/x.19/Lib/D7/cxEditRegisteredRepositoryItems.dcu new file mode 100644 index 00000000..6bcac9d3 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditRegisteredRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxEditRepositoryEditor.dcu b/official/x.19/Lib/D7/cxEditRepositoryEditor.dcu new file mode 100644 index 00000000..79282d02 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditRepositoryEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxEditRepositoryEditor.dfm b/official/x.19/Lib/D7/cxEditRepositoryEditor.dfm new file mode 100644 index 00000000..604d88ab --- /dev/null +++ b/official/x.19/Lib/D7/cxEditRepositoryEditor.dfm @@ -0,0 +1,86 @@ +inherited cxEditRepositoryEditor: TcxEditRepositoryEditor + Left = 363 + Top = 194 + Width = 353 + Height = 416 + Caption = 'EditRepository editor' + Constraints.MinHeight = 200 + Constraints.MinWidth = 350 + PopupMenu = PopupMenu1 + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object LBItems: TListBox + Left = 0 + Top = 0 + Width = 258 + Height = 382 + Align = alClient + ItemHeight = 13 + MultiSelect = True + Sorted = True + TabOrder = 0 + OnClick = LBItemsClick + end + object Panel1: TPanel + Left = 258 + Top = 0 + Width = 87 + Height = 382 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btAdd: TButton + Left = 6 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Add...' + TabOrder = 0 + OnClick = btAddClick + end + object btDelete: TButton + Left = 6 + Top = 40 + Width = 75 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btDeleteClick + end + object btClose: TButton + Left = 6 + Top = 356 + Width = 75 + Height = 25 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + end + object PopupMenu1: TPopupMenu + Left = 32 + Top = 16 + object miAdd: TMenuItem + Caption = 'Add' + ShortCut = 45 + OnClick = miAddClick + end + object miDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = miDeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miSelectAllClick + end + end +end diff --git a/official/x.19/Lib/D7/cxEditRepositoryItems.dcu b/official/x.19/Lib/D7/cxEditRepositoryItems.dcu new file mode 100644 index 00000000..5ad062f7 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxEditTextUtils.dcu b/official/x.19/Lib/D7/cxEditTextUtils.dcu new file mode 100644 index 00000000..8bfa9b61 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditTextUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxEditUtils.dcu b/official/x.19/Lib/D7/cxEditUtils.dcu new file mode 100644 index 00000000..02858b64 Binary files /dev/null and b/official/x.19/Lib/D7/cxEditUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxEditorsVCLD7.dcu b/official/x.19/Lib/D7/cxEditorsVCLD7.dcu new file mode 100644 index 00000000..37388f2a Binary files /dev/null and b/official/x.19/Lib/D7/cxEditorsVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxExport.dcu b/official/x.19/Lib/D7/cxExport.dcu new file mode 100644 index 00000000..d8ad6e9e Binary files /dev/null and b/official/x.19/Lib/D7/cxExport.dcu differ diff --git a/official/x.19/Lib/D7/cxExportGrid4Link.dcu b/official/x.19/Lib/D7/cxExportGrid4Link.dcu new file mode 100644 index 00000000..3ae07312 Binary files /dev/null and b/official/x.19/Lib/D7/cxExportGrid4Link.dcu differ diff --git a/official/x.19/Lib/D7/cxExportSchedulerLink.dcu b/official/x.19/Lib/D7/cxExportSchedulerLink.dcu new file mode 100644 index 00000000..9af8b5ec Binary files /dev/null and b/official/x.19/Lib/D7/cxExportSchedulerLink.dcu differ diff --git a/official/x.19/Lib/D7/cxExportStrs.dcu b/official/x.19/Lib/D7/cxExportStrs.dcu new file mode 100644 index 00000000..7694e598 Binary files /dev/null and b/official/x.19/Lib/D7/cxExportStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxExportTL4Link.dcu b/official/x.19/Lib/D7/cxExportTL4Link.dcu new file mode 100644 index 00000000..827ce608 Binary files /dev/null and b/official/x.19/Lib/D7/cxExportTL4Link.dcu differ diff --git a/official/x.19/Lib/D7/cxExportVCLD7.dcu b/official/x.19/Lib/D7/cxExportVCLD7.dcu new file mode 100644 index 00000000..33ba88d6 Binary files /dev/null and b/official/x.19/Lib/D7/cxExportVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxExportVGLink.dcu b/official/x.19/Lib/D7/cxExportVGLink.dcu new file mode 100644 index 00000000..aa053265 Binary files /dev/null and b/official/x.19/Lib/D7/cxExportVGLink.dcu differ diff --git a/official/x.19/Lib/D7/cxExtEditConsts.dcu b/official/x.19/Lib/D7/cxExtEditConsts.dcu new file mode 100644 index 00000000..c8f804bb Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxExtEditReg.dcr b/official/x.19/Lib/D7/cxExtEditReg.dcr new file mode 100644 index 00000000..dd736fed Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditReg.dcr differ diff --git a/official/x.19/Lib/D7/cxExtEditReg.dcu b/official/x.19/Lib/D7/cxExtEditReg.dcu new file mode 100644 index 00000000..98dd0557 Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditReg.dcu differ diff --git a/official/x.19/Lib/D7/cxExtEditRepositoryItems.dcu b/official/x.19/Lib/D7/cxExtEditRepositoryItems.dcu new file mode 100644 index 00000000..10a14f1f Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxExtEditUtils.dcu b/official/x.19/Lib/D7/cxExtEditUtils.dcu new file mode 100644 index 00000000..7dfe5997 Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxExtEditorsVCLD7.dcu b/official/x.19/Lib/D7/cxExtEditorsVCLD7.dcu new file mode 100644 index 00000000..6840309c Binary files /dev/null and b/official/x.19/Lib/D7/cxExtEditorsVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxFilter.dcu b/official/x.19/Lib/D7/cxFilter.dcu new file mode 100644 index 00000000..275cb898 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilter.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterConsts.dcu b/official/x.19/Lib/D7/cxFilterConsts.dcu new file mode 100644 index 00000000..7b966f23 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterControl.dcu b/official/x.19/Lib/D7/cxFilterControl.dcu new file mode 100644 index 00000000..6b445ecd Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControl.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterControlDialog.dcu b/official/x.19/Lib/D7/cxFilterControlDialog.dcu new file mode 100644 index 00000000..045e8e19 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControlDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterControlDialog.dfm b/official/x.19/Lib/D7/cxFilterControlDialog.dfm new file mode 100644 index 00000000..1dffecff --- /dev/null +++ b/official/x.19/Lib/D7/cxFilterControlDialog.dfm @@ -0,0 +1,110 @@ +object fmFilterControlDialog: TfmFilterControlDialog + Left = 360 + Top = 200 + Width = 560 + Height = 350 + BorderIcons = [biSystemMenu] + Caption = 'fmFilterControlDialog' + Color = clBtnFace + Constraints.MinHeight = 165 + Constraints.MinWidth = 560 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000008 + 8EEE8FFFF8FF000888888888888800088EEE8FFFF8FF00088888888888880008 + 8E6677FFF8FF0007700007777777000780F607888788000770F6077777770008 + 80F807888888000880F807888888000808886070000000706888660700000706 + 8F88866070000068F88888660700068FFF88886660000000000000000000C000 + 0000C0000000C0000000C0000000C0000000C0000000C0000000C0000000C000 + 0000C0000000C0000000C00F000080070000800300000003000000030000} + KeyPreview = True + Position = poDefaultPosOnly + 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 diff --git a/official/x.19/Lib/D7/cxFilterControlReg.dcr b/official/x.19/Lib/D7/cxFilterControlReg.dcr new file mode 100644 index 00000000..8791bda1 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControlReg.dcr differ diff --git a/official/x.19/Lib/D7/cxFilterControlReg.dcu b/official/x.19/Lib/D7/cxFilterControlReg.dcu new file mode 100644 index 00000000..cb1fc0e7 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControlReg.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterControlStrs.dcu b/official/x.19/Lib/D7/cxFilterControlStrs.dcu new file mode 100644 index 00000000..d9ca3826 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControlStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterControlUtils.dcu b/official/x.19/Lib/D7/cxFilterControlUtils.dcu new file mode 100644 index 00000000..938f660f Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterControlUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterDialog.dcu b/official/x.19/Lib/D7/cxFilterDialog.dcu new file mode 100644 index 00000000..41700779 Binary files /dev/null and b/official/x.19/Lib/D7/cxFilterDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxFilterDialog.dfm b/official/x.19/Lib/D7/cxFilterDialog.dfm new file mode 100644 index 00000000..6e96ca91 --- /dev/null +++ b/official/x.19/Lib/D7/cxFilterDialog.dfm @@ -0,0 +1,134 @@ +object cxFilterDialog: TcxFilterDialog + Left = 427 + Top = 113 + HorzScrollBar.Visible = False + VertScrollBar.Visible = False + ActiveControl = cbOperator1 + AutoScroll = False + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Custom Filter' + ClientHeight = 175 + ClientWidth = 414 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object lblTitle: TLabel + Left = 8 + Top = 8 + Width = 87 + Height = 13 + Caption = 'Show rows where:' + 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' + end + object lblSingle: TLabel + Left = 8 + Top = 134 + Width = 185 + Height = 13 + Caption = 'Use ? to represent any single character' + end + object lblSeries: TLabel + Left = 8 + Top = 153 + Width = 200 + Height = 13 + Caption = 'Use * to represent any series of characters' + 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 = 144 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object btnCancel: TcxButton + Left = 330 + Top = 144 + 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 + end + object rbOr: TcxRadioButton + Tag = 1 + Left = 120 + Top = 74 + Width = 65 + Height = 17 + Caption = '&Or' + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/cxFontNameComboBox.dcu b/official/x.19/Lib/D7/cxFontNameComboBox.dcu new file mode 100644 index 00000000..77da869b Binary files /dev/null and b/official/x.19/Lib/D7/cxFontNameComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxFontNameComboBox.res b/official/x.19/Lib/D7/cxFontNameComboBox.res new file mode 100644 index 00000000..4dd46661 Binary files /dev/null and b/official/x.19/Lib/D7/cxFontNameComboBox.res differ diff --git a/official/x.19/Lib/D7/cxFormats.dcu b/official/x.19/Lib/D7/cxFormats.dcu new file mode 100644 index 00000000..4b82acdf Binary files /dev/null and b/official/x.19/Lib/D7/cxFormats.dcu differ diff --git a/official/x.19/Lib/D7/cxGeometry.dcu b/official/x.19/Lib/D7/cxGeometry.dcu new file mode 100644 index 00000000..a9bd58a4 Binary files /dev/null and b/official/x.19/Lib/D7/cxGeometry.dcu differ diff --git a/official/x.19/Lib/D7/cxGraphics.dcu b/official/x.19/Lib/D7/cxGraphics.dcu new file mode 100644 index 00000000..b0cb651e Binary files /dev/null and b/official/x.19/Lib/D7/cxGraphics.dcu differ diff --git a/official/x.19/Lib/D7/cxGrid.dcu b/official/x.19/Lib/D7/cxGrid.dcu new file mode 100644 index 00000000..e46e5764 Binary files /dev/null and b/official/x.19/Lib/D7/cxGrid.dcu differ diff --git a/official/x.19/Lib/D7/cxGrid.res b/official/x.19/Lib/D7/cxGrid.res new file mode 100644 index 00000000..31124f9d Binary files /dev/null and b/official/x.19/Lib/D7/cxGrid.res differ diff --git a/official/x.19/Lib/D7/cxGridBandedTableView.dcu b/official/x.19/Lib/D7/cxGridBandedTableView.dcu new file mode 100644 index 00000000..0069ac61 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridBandedTableView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridCardView.dcu b/official/x.19/Lib/D7/cxGridCardView.dcu new file mode 100644 index 00000000..e974159e Binary files /dev/null and b/official/x.19/Lib/D7/cxGridCardView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridChartView.dcu b/official/x.19/Lib/D7/cxGridChartView.dcu new file mode 100644 index 00000000..eaf6d105 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridChartView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridCommon.dcu b/official/x.19/Lib/D7/cxGridCommon.dcu new file mode 100644 index 00000000..e861f244 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridCommon.dcu differ diff --git a/official/x.19/Lib/D7/cxGridConverter.dcu b/official/x.19/Lib/D7/cxGridConverter.dcu new file mode 100644 index 00000000..0874c2a4 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxGridCustomPopupMenu.dcu b/official/x.19/Lib/D7/cxGridCustomPopupMenu.dcu new file mode 100644 index 00000000..1ceceb87 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridCustomPopupMenu.dcu differ diff --git a/official/x.19/Lib/D7/cxGridCustomTableView.dcu b/official/x.19/Lib/D7/cxGridCustomTableView.dcu new file mode 100644 index 00000000..8d176259 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridCustomTableView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridCustomView.dcu b/official/x.19/Lib/D7/cxGridCustomView.dcu new file mode 100644 index 00000000..c2cef517 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridCustomView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDBBandedTableView.dcu b/official/x.19/Lib/D7/cxGridDBBandedTableView.dcu new file mode 100644 index 00000000..9af060d6 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDBBandedTableView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDBCardView.dcu b/official/x.19/Lib/D7/cxGridDBCardView.dcu new file mode 100644 index 00000000..3d624dfe Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDBCardView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDBChartView.dcu b/official/x.19/Lib/D7/cxGridDBChartView.dcu new file mode 100644 index 00000000..d4c6717d Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDBChartView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDBDataDefinitions.dcu b/official/x.19/Lib/D7/cxGridDBDataDefinitions.dcu new file mode 100644 index 00000000..0c4d71a3 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDBDataDefinitions.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDBTableView.dcu b/official/x.19/Lib/D7/cxGridDBTableView.dcu new file mode 100644 index 00000000..29f056d4 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDBTableView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridDetailsSite.dcu b/official/x.19/Lib/D7/cxGridDetailsSite.dcu new file mode 100644 index 00000000..de28e16d Binary files /dev/null and b/official/x.19/Lib/D7/cxGridDetailsSite.dcu differ diff --git a/official/x.19/Lib/D7/cxGridEditor.dcu b/official/x.19/Lib/D7/cxGridEditor.dcu new file mode 100644 index 00000000..8a436e92 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxGridEditor.dfm b/official/x.19/Lib/D7/cxGridEditor.dfm new file mode 100644 index 00000000..4f027aa1 --- /dev/null +++ b/official/x.19/Lib/D7/cxGridEditor.dfm @@ -0,0 +1,287 @@ +object cxGridEditor: TcxGridEditor + Left = 457 + Top = 105 + Width = 570 + Height = 400 + HorzScrollBar.Range = 4 + VertScrollBar.Range = 34 + ActiveControl = PageControl1 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Editing' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Pitch = fpVariable + Font.Style = [] + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 558 + Height = 332 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Splitter1: TSplitter + Left = 209 + Top = 0 + Width = 6 + Height = 332 + Cursor = crHSplit + end + object Panel4: TPanel + Left = 215 + Top = 0 + Width = 343 + Height = 332 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object PViewFrame: TPanel + Left = 0 + Top = 19 + Width = 343 + Height = 313 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end + object Panel11: TPanel + Left = 0 + Top = 0 + Width = 343 + Height = 19 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object Label1: TLabel + Left = 8 + Top = 3 + Width = 71 + Height = 13 + Caption = 'Selected View:' + end + object LSelectedView: TLabel + Left = 86 + Top = 3 + Width = 82 + Height = 13 + Caption = '' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = 12 + Font.Name = 'MS Sans Serif' + Font.Pitch = fpVariable + Font.Style = [fsBold] + ParentFont = False + end + end + end + object PLeft: TPanel + Left = 0 + Top = 0 + Width = 209 + Height = 332 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 205 + Height = 328 + ActivePage = tsLevels + Align = alClient + TabOrder = 0 + object tsLevels: TTabSheet + Caption = ' Levels ' + object PLevels: TPanel + Left = 0 + Top = 0 + Width = 197 + Height = 266 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 0 + end + object Panel6: TPanel + Left = 0 + Top = 266 + Width = 197 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BAddLevel: TButton + Left = 1 + Top = 6 + Width = 80 + Height = 24 + Caption = '&Add Level' + TabOrder = 0 + OnClick = BAddLevelClick + end + object BDeleteLevel: TButton + Left = 90 + Top = 6 + Width = 80 + Height = 24 + Caption = '&Delete Level' + TabOrder = 1 + OnClick = BDeleteLevelClick + end + end + end + object TabSheet2: TTabSheet + Caption = ' Views ' + ImageIndex = 1 + object PViews: TPanel + Left = 0 + Top = 0 + Width = 197 + Height = 236 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 0 + object LBViews: TListBox + Left = 1 + Top = 1 + Width = 195 + Height = 234 + Align = alClient + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + PopupMenu = PMViewList + TabOrder = 0 + OnClick = LBViewsClick + OnKeyPress = GridStructureControlKeyPress + end + end + object Panel9: TPanel + Left = 0 + Top = 236 + Width = 197 + Height = 64 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BAddView: TButton + Left = 1 + Top = 6 + Width = 80 + Height = 24 + Caption = 'Add &View...' + TabOrder = 0 + OnClick = BAddViewClick + end + object BDeleteView: TButton + Left = 90 + Top = 6 + Width = 80 + Height = 24 + Caption = 'D&elete View' + TabOrder = 1 + OnClick = BDeleteViewClick + end + object BEditView: TButton + Left = 1 + Top = 36 + Width = 169 + Height = 25 + Caption = 'Edit View &Layout and Data...' + TabOrder = 2 + OnClick = miEditLayoutClick + end + end + end + end + object Panel7: TPanel + Left = 0 + Top = 4 + Width = 4 + Height = 328 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + end + object Panel8: TPanel + Left = 0 + Top = 0 + Width = 209 + Height = 4 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + end + end + end + object Panel2: TPanel + Left = 0 + Top = 332 + Width = 562 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object Panel3: TPanel + Left = 385 + Top = 0 + Width = 177 + Height = 34 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object BClose: TButton + Left = 93 + Top = 6 + Width = 80 + Height = 23 + Cancel = True + Caption = '&Close' + TabOrder = 0 + OnClick = BCloseClick + end + end + end + object Panel10: TPanel + Left = 558 + Top = 0 + Width = 4 + Height = 332 + Align = alRight + BevelOuter = bvNone + TabOrder = 2 + end + object PMGridStructureControl: TPopupMenu + Left = 86 + Top = 62 + end + object PMViews: TPopupMenu + Left = 80 + Top = 104 + end + object PMViewList: TPopupMenu + Left = 84 + Top = 150 + 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 diff --git a/official/x.19/Lib/D7/cxGridFilterHelpers.dcu b/official/x.19/Lib/D7/cxGridFilterHelpers.dcu new file mode 100644 index 00000000..e75db564 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridFilterHelpers.dcu differ diff --git a/official/x.19/Lib/D7/cxGridFooterPopupMenuItems.dcu b/official/x.19/Lib/D7/cxGridFooterPopupMenuItems.dcu new file mode 100644 index 00000000..26ad874e Binary files /dev/null and b/official/x.19/Lib/D7/cxGridFooterPopupMenuItems.dcu differ diff --git a/official/x.19/Lib/D7/cxGridHeaderPopupMenuItems.dcu b/official/x.19/Lib/D7/cxGridHeaderPopupMenuItems.dcu new file mode 100644 index 00000000..2f76f452 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridHeaderPopupMenuItems.dcu differ diff --git a/official/x.19/Lib/D7/cxGridImportDialog.dcu b/official/x.19/Lib/D7/cxGridImportDialog.dcu new file mode 100644 index 00000000..5ddc5c40 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridImportDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxGridImportDialog.dfm b/official/x.19/Lib/D7/cxGridImportDialog.dfm new file mode 100644 index 00000000..40197beb --- /dev/null +++ b/official/x.19/Lib/D7/cxGridImportDialog.dfm @@ -0,0 +1,203 @@ +object ImportDialog: TImportDialog + Left = 200 + Top = 200 + BorderIcons = [biSystemMenu] + BorderStyle = bsSingle + Caption = 'Import' + ClientHeight = 367 + ClientWidth = 366 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + Position = poDesigned + OnCreate = FormCreate + OnDestroy = FormDestroy + OnKeyDown = FormKeyDown + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 253 + Top = 0 + Width = 113 + Height = 367 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Button1: TButton + Left = 12 + Top = 8 + Width = 89 + Height = 25 + Caption = 'Import' + Enabled = False + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 12 + Top = 40 + Width = 89 + Height = 25 + Caption = 'Close' + TabOrder = 1 + OnClick = Button2Click + end + object Button3: TButton + Left = 12 + Top = 332 + Width = 89 + Height = 25 + Caption = 'Options >>' + TabOrder = 2 + OnClick = Button3Click + end + end + object ListBox1: TListBox + Left = 0 + Top = 0 + Width = 253 + Height = 367 + Align = alLeft + ItemHeight = 13 + TabOrder = 1 + OnClick = ListBox1Click + OnDblClick = ListBox1DblClick + end + object Panel2: TPanel + Left = 366 + Top = 0 + Width = 0 + Height = 367 + Align = alClient + TabOrder = 2 + object PageControl1: TPageControl + Left = 1 + Top = 1 + Width = 0 + Height = 365 + ActivePage = TabSheet1 + Align = alClient + TabOrder = 0 + TabStop = False + object TabSheet1: TTabSheet + Caption = 'Levels' + object GroupBox1: TGroupBox + Left = 0 + Top = 0 + Width = 0 + Height = 280 + Align = alTop + Caption = ' Destination Level ' + TabOrder = 0 + object lbCurrentLevelName: TLabel + Left = 78 + Top = 256 + Width = 5 + Height = 13 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + end + object Label1: TLabel + Left = 4 + Top = 256 + Width = 73 + Height = 13 + Caption = 'Selected level: ' + end + object Panel3: TPanel + Left = 2 + Top = 15 + Width = 0 + Height = 234 + Align = alTop + BevelInner = bvLowered + BevelOuter = bvLowered + TabOrder = 0 + end + end + object cbDeleteAllSublevels: TCheckBox + Left = 4 + Top = 315 + Width = 125 + Height = 17 + Caption = 'Delete All Sublevels' + Checked = True + State = cbChecked + TabOrder = 1 + end + end + object TabSheet2: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + OnShow = TabSheet2Show + object GroupBox2: TGroupBox + Left = 0 + Top = 36 + Width = 0 + Height = 301 + Align = alBottom + Caption = ' StyleRepository Options ' + TabOrder = 1 + object RadioButton1: TRadioButton + Left = 16 + Top = 28 + Width = 169 + Height = 17 + Caption = 'Create New StyleRepository' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = RadioButton1Click + end + object RadioButton2: TRadioButton + Left = 16 + Top = 100 + Width = 173 + Height = 17 + Caption = 'Use Existing StyleRepository' + TabOrder = 2 + OnClick = RadioButton2Click + end + object Edit1: TEdit + Left = 36 + Top = 52 + Width = 229 + Height = 21 + TabOrder = 1 + end + object ComboBox1: TComboBox + Left = 36 + Top = 124 + Width = 229 + Height = 21 + Style = csDropDownList + Color = clBtnFace + Enabled = False + ItemHeight = 13 + TabOrder = 3 + end + end + object cbImportStyles: TCheckBox + Left = 4 + Top = 8 + Width = 97 + Height = 17 + Caption = 'Import Styles' + Checked = True + State = cbChecked + TabOrder = 0 + OnClick = cbImportStylesClick + end + end + end + end +end diff --git a/official/x.19/Lib/D7/cxGridLevel.dcu b/official/x.19/Lib/D7/cxGridLevel.dcu new file mode 100644 index 00000000..86be344f Binary files /dev/null and b/official/x.19/Lib/D7/cxGridLevel.dcu differ diff --git a/official/x.19/Lib/D7/cxGridMenuOperations.dcu b/official/x.19/Lib/D7/cxGridMenuOperations.dcu new file mode 100644 index 00000000..d196b7e3 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridMenuOperations.dcu differ diff --git a/official/x.19/Lib/D7/cxGridMenuOperations.res b/official/x.19/Lib/D7/cxGridMenuOperations.res new file mode 100644 index 00000000..ead98126 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridMenuOperations.res differ diff --git a/official/x.19/Lib/D7/cxGridPopupMenu.dcu b/official/x.19/Lib/D7/cxGridPopupMenu.dcu new file mode 100644 index 00000000..3f57670c Binary files /dev/null and b/official/x.19/Lib/D7/cxGridPopupMenu.dcu differ diff --git a/official/x.19/Lib/D7/cxGridPopupMenuConsts.dcu b/official/x.19/Lib/D7/cxGridPopupMenuConsts.dcu new file mode 100644 index 00000000..edf813df Binary files /dev/null and b/official/x.19/Lib/D7/cxGridPopupMenuConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxGridPopupMenuReg.dcr b/official/x.19/Lib/D7/cxGridPopupMenuReg.dcr new file mode 100644 index 00000000..2fd9240e Binary files /dev/null and b/official/x.19/Lib/D7/cxGridPopupMenuReg.dcr differ diff --git a/official/x.19/Lib/D7/cxGridPopupMenuReg.dcu b/official/x.19/Lib/D7/cxGridPopupMenuReg.dcu new file mode 100644 index 00000000..34d9f71f Binary files /dev/null and b/official/x.19/Lib/D7/cxGridPopupMenuReg.dcu differ diff --git a/official/x.19/Lib/D7/cxGridPredefinedStyles.dcu b/official/x.19/Lib/D7/cxGridPredefinedStyles.dcu new file mode 100644 index 00000000..68352c28 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridPredefinedStyles.dcu differ diff --git a/official/x.19/Lib/D7/cxGridPredefinedStyles.dfm b/official/x.19/Lib/D7/cxGridPredefinedStyles.dfm new file mode 100644 index 00000000..64a1df98 --- /dev/null +++ b/official/x.19/Lib/D7/cxGridPredefinedStyles.dfm @@ -0,0 +1,4855 @@ +object cxdmGridPredefinedStyles: TcxdmGridPredefinedStyles + Left = 262 + Top = 123 + Height = 253 + Width = 356 + object StyleRepository: TcxStyleRepository + Left = 160 + Top = 96 + object ClassicBackground: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16247513 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object ClassicContentEven: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object ClassicContentOdd: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object ClassicFilterBox: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14811135 + TextColor = clBlack + end + object ClassicFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14811135 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clNavy + end + object ClassicGroup: TcxStyle + AssignedValues = [svColor] + Color = 14872561 + end + object ClassicGroupByBox: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object ClassicHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object ClassicInactive: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicIncSearch: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object ClassicIndicator: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object ClassicPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14811135 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clNavy + end + object ClassicSelection: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle1: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle2: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 1262987 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clWhite + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15136253 + Font.Charset = DEFAULT_CHARSET + Font.Color = 7346457 + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = 7346457 + end + object cxStyle7: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16436871 + TextColor = clBlack + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 8036607 + TextColor = clBlack + end + object cxStyle9: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12180223 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle11: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle13: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4615972 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5737262 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Black' + Font.Style = [] + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 9234160 + TextColor = clBlack + end + object cxStyle19: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11788021 + TextColor = clBlack + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11193702 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5736750 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle24: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle25: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 166 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8519755 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 14481663 + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16775416 + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16443110 + TextColor = clBlack + end + object cxStyle31: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14599344 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 191 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13749760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle35: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 85 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461355 + TextColor = clBlack + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 85 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle46: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 66 + Font.Charset = DEFAULT_CHARSET + Font.Color = 13820129 + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13820129 + end + object cxStyle49: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10862530 + TextColor = clBlack + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13820129 + TextColor = clBlack + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13820129 + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle57: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6852002 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle61: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12307669 + TextColor = clBlack + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14542570 + TextColor = clBlack + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6852002 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle67: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle68: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194368 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = 7897176 + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = 7897176 + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle73: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11055248 + TextColor = clBlack + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14211272 + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = 524288 + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = 524288 + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle79: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = 11619930 + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 11619930 + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [] + TextColor = clBlack + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14264494 + TextColor = clBlack + end + object cxStyle85: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15521240 + TextColor = clBlack + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle91: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11458790 + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14150898 + TextColor = clBlack + end + object cxStyle97: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14150898 + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle102: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4673068 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12107912 + TextColor = clBlack + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14213320 + TextColor = clBlack + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8949832 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle113: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4204608 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 6307912 + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10266296 + TextColor = clBlack + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14476524 + TextColor = clBlack + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5791864 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9476264 + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle123: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle124: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4325442 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 3122647 + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10343916 + TextColor = clBlack + end + object cxStyle129: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13626101 + TextColor = clBlack + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3122647 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13626101 + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle135: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 8217935 + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11639171 + TextColor = clBlack + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14273729 + TextColor = clBlack + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14273729 + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle145: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle146: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clMaroon + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4325376 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clSilver + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clMaroon + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle157: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364767 + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14540253 + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle167: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle168: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle170: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364768 + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15461375 + TextColor = clBlack + end + object cxStyle173: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3552892 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 14540253 + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle178: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle179: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4276545 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9928789 + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle183: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13154717 + TextColor = clBlack + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14933198 + TextColor = clBlack + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle188: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle190: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2178849 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle192: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 6592345 + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11126946 + TextColor = clBlack + end + object cxStyle195: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13886416 + TextColor = clBlack + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13886416 + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle201: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194432 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle207: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4194432 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle212: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle213: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210688 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle217: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle223: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle224: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 1916928 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle227: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 10542814 + TextColor = clBlack + end + object cxStyle228: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13692654 + TextColor = clBlack + end + object cxStyle229: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4308156 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle230: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle232: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle233: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle234: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle235: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle236: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle237: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle238: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle239: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle240: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle241: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle242: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle243: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle244: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle245: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle246: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle247: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle248: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle249: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14671839 + TextColor = clBlack + end + object cxStyle250: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle251: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle252: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle253: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle254: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle255: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle256: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle257: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle258: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle259: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle260: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13160660 + TextColor = clBlack + end + object cxStyle261: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle262: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13160660 + end + object cxStyle263: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle264: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle265: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle266: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle267: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle268: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10841658 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle269: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle270: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle271: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13160660 + TextColor = clBlack + end + object cxStyle272: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle273: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13160660 + end + object cxStyle274: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle275: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle276: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle277: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle278: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle279: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle280: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlue + end + object cxStyle281: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle282: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle283: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle284: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle285: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle286: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle287: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle288: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle289: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle290: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle291: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlue + end + object cxStyle292: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle293: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle294: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle295: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle296: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle297: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle298: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle299: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle300: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle301: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle302: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clAqua + end + object cxStyle303: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle304: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle305: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle306: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle307: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle308: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle309: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle310: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clYellow + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle311: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle312: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle313: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clAqua + end + object cxStyle314: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle315: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle316: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle317: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle318: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle319: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle320: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle321: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle322: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle323: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle324: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clPurple + end + object cxStyle325: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle326: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle327: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clWhite + end + object cxStyle328: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle329: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle330: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle331: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle332: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle333: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle334: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle335: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle336: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle337: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle338: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clWhite + end + object cxStyle339: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle340: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle341: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle342: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle343: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle344: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle345: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle346: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle347: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle348: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle349: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15658734 + TextColor = clBlack + end + object cxStyle350: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle351: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle352: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle353: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle354: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle355: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle356: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clSilver + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clSilver + end + object cxStyle357: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle358: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle359: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clSilver + TextColor = clBlack + end + object cxStyle360: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15658734 + TextColor = clBlack + end + object cxStyle361: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clGray + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle362: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle363: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object ClassicRowCaption: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16749885 + TextColor = clWhite + end + object cxStyle364: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle365: TcxStyle + AssignedValues = [svColor] + Color = 13160660 + end + object cxStyle366: TcxStyle + AssignedValues = [svColor] + Color = 13160660 + end + object GridTableViewStyleSheetDevExpress: TcxGridTableViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentEven + Styles.ContentOdd = ClassicContentOdd + Styles.FilterBox = ClassicFilterBox + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.Footer = ClassicFooter + Styles.Group = ClassicGroup + Styles.GroupByBox = ClassicGroupByBox + Styles.Header = ClassicHeader + Styles.Indicator = ClassicIndicator + Styles.Preview = ClassicPreview + BuiltIn = True + end + object GridBandedTableViewStyleSheetDevExpress: TcxGridBandedTableViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentEven + Styles.ContentOdd = ClassicContentOdd + Styles.FilterBox = ClassicFilterBox + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.Footer = ClassicFooter + Styles.Group = ClassicGroup + Styles.GroupByBox = ClassicGroupByBox + Styles.Header = ClassicHeader + Styles.Indicator = ClassicIndicator + Styles.Preview = ClassicPreview + Styles.BandBackground = ClassicBackground + Styles.BandHeader = ClassicHeader + BuiltIn = True + end + object GridCardViewStyleSheetDevExpress: TcxGridCardViewStyleSheet + Caption = 'DevExpress' + Styles.Background = ClassicBackground + Styles.Content = ClassicContent + Styles.ContentEven = ClassicContentOdd + Styles.ContentOdd = ClassicContentEven + Styles.Inactive = ClassicInactive + Styles.IncSearch = ClassicIncSearch + Styles.Selection = ClassicSelection + Styles.CaptionRow = ClassicHeader + Styles.CardBorder = ClassicHeader + Styles.RowCaption = ClassicRowCaption + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat1: TcxGridTableViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.Footer = cxStyle1 + Styles.Group = cxStyle9 + Styles.GroupByBox = cxStyle4 + Styles.Header = cxStyle2 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle5 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat1: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.Footer = cxStyle1 + Styles.Group = cxStyle9 + Styles.GroupByBox = cxStyle4 + Styles.Header = cxStyle2 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle5 + Styles.BandHeader = cxStyle2 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat1: TcxGridCardViewStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle6 + Styles.ContentEven = cxStyle7 + Styles.ContentOdd = cxStyle8 + Styles.Inactive = cxStyle10 + Styles.Selection = cxStyle3 + Styles.CaptionRow = cxStyle2 + Styles.RowCaption = cxStyle2 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat2: TcxGridTableViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.Footer = cxStyle12 + Styles.Group = cxStyle20 + Styles.GroupByBox = cxStyle15 + Styles.Header = cxStyle13 + Styles.Indicator = cxStyle22 + Styles.Preview = cxStyle16 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat2: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.Footer = cxStyle12 + Styles.Group = cxStyle20 + Styles.GroupByBox = cxStyle15 + Styles.Header = cxStyle13 + Styles.Indicator = cxStyle22 + Styles.Preview = cxStyle16 + Styles.BandHeader = cxStyle13 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat2: TcxGridCardViewStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle17 + Styles.ContentEven = cxStyle18 + Styles.ContentOdd = cxStyle19 + Styles.Inactive = cxStyle21 + Styles.Selection = cxStyle14 + Styles.CaptionRow = cxStyle13 + Styles.RowCaption = cxStyle13 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat3: TcxGridTableViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.Footer = cxStyle23 + Styles.Group = cxStyle31 + Styles.GroupByBox = cxStyle26 + Styles.Header = cxStyle24 + Styles.Indicator = cxStyle33 + Styles.Preview = cxStyle27 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat3: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.Footer = cxStyle23 + Styles.Group = cxStyle31 + Styles.GroupByBox = cxStyle26 + Styles.Header = cxStyle24 + Styles.Indicator = cxStyle33 + Styles.Preview = cxStyle27 + Styles.BandHeader = cxStyle24 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat3: TcxGridCardViewStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle28 + Styles.ContentEven = cxStyle29 + Styles.ContentOdd = cxStyle30 + Styles.Inactive = cxStyle32 + Styles.Selection = cxStyle25 + Styles.CaptionRow = cxStyle24 + Styles.RowCaption = cxStyle24 + BuiltIn = True + end + object GridTableViewStyleSheetUserFormat4: TcxGridTableViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.Footer = cxStyle34 + Styles.Group = cxStyle42 + Styles.GroupByBox = cxStyle37 + Styles.Header = cxStyle35 + Styles.Indicator = cxStyle44 + Styles.Preview = cxStyle38 + BuiltIn = True + end + object GridBandedTableViewStyleSheetUserFormat4: TcxGridBandedTableViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.Footer = cxStyle34 + Styles.Group = cxStyle42 + Styles.GroupByBox = cxStyle37 + Styles.Header = cxStyle35 + Styles.Indicator = cxStyle44 + Styles.Preview = cxStyle38 + Styles.BandHeader = cxStyle35 + BuiltIn = True + end + object GridCardViewStyleSheetUserFormat4: TcxGridCardViewStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle39 + Styles.ContentEven = cxStyle40 + Styles.ContentOdd = cxStyle41 + Styles.Inactive = cxStyle43 + Styles.Selection = cxStyle36 + Styles.CaptionRow = cxStyle35 + Styles.RowCaption = cxStyle35 + BuiltIn = True + end + object GridTableViewStyleSheetBrick: TcxGridTableViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.Footer = cxStyle45 + Styles.Group = cxStyle53 + Styles.GroupByBox = cxStyle48 + Styles.Header = cxStyle46 + Styles.Indicator = cxStyle55 + Styles.Preview = cxStyle49 + BuiltIn = True + end + object GridBandedTableViewStyleSheetBrick: TcxGridBandedTableViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.Footer = cxStyle45 + Styles.Group = cxStyle53 + Styles.GroupByBox = cxStyle48 + Styles.Header = cxStyle46 + Styles.Indicator = cxStyle55 + Styles.Preview = cxStyle49 + Styles.BandHeader = cxStyle46 + BuiltIn = True + end + object GridCardViewStyleSheetBrick: TcxGridCardViewStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle50 + Styles.ContentEven = cxStyle51 + Styles.ContentOdd = cxStyle52 + Styles.Inactive = cxStyle54 + Styles.Selection = cxStyle47 + Styles.CaptionRow = cxStyle46 + Styles.RowCaption = cxStyle46 + BuiltIn = True + end + object GridTableViewStyleSheetDesert: TcxGridTableViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.Footer = cxStyle56 + Styles.Group = cxStyle64 + Styles.GroupByBox = cxStyle59 + Styles.Header = cxStyle57 + Styles.Indicator = cxStyle66 + Styles.Preview = cxStyle60 + BuiltIn = True + end + object GridBandedTableViewStyleSheetDesert: TcxGridBandedTableViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.Footer = cxStyle56 + Styles.Group = cxStyle64 + Styles.GroupByBox = cxStyle59 + Styles.Header = cxStyle57 + Styles.Indicator = cxStyle66 + Styles.Preview = cxStyle60 + Styles.BandHeader = cxStyle57 + BuiltIn = True + end + object GridCardViewStyleSheetDesert: TcxGridCardViewStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle61 + Styles.ContentEven = cxStyle62 + Styles.ContentOdd = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle58 + Styles.CaptionRow = cxStyle57 + Styles.RowCaption = cxStyle57 + BuiltIn = True + end + object GridTableViewStyleSheetEggplant: TcxGridTableViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.Footer = cxStyle67 + Styles.Group = cxStyle75 + Styles.GroupByBox = cxStyle70 + Styles.Header = cxStyle68 + Styles.Indicator = cxStyle77 + Styles.Preview = cxStyle71 + BuiltIn = True + end + object GridBandedTableViewStyleSheetEggplant: TcxGridBandedTableViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.Footer = cxStyle67 + Styles.Group = cxStyle75 + Styles.GroupByBox = cxStyle70 + Styles.Header = cxStyle68 + Styles.Indicator = cxStyle77 + Styles.Preview = cxStyle71 + Styles.BandBackground = cxStyle68 + BuiltIn = True + end + object GridCardViewStyleSheetEggplant: TcxGridCardViewStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle72 + Styles.ContentEven = cxStyle73 + Styles.ContentOdd = cxStyle74 + Styles.Inactive = cxStyle76 + Styles.Selection = cxStyle69 + Styles.CaptionRow = cxStyle68 + Styles.RowCaption = cxStyle68 + BuiltIn = True + end + object GridTableViewStyleSheetLilac: TcxGridTableViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.Footer = cxStyle78 + Styles.Group = cxStyle86 + Styles.GroupByBox = cxStyle81 + Styles.Header = cxStyle79 + Styles.Indicator = cxStyle88 + Styles.Preview = cxStyle82 + BuiltIn = True + end + object GridBandedTableViewStyleSheetLilac: TcxGridBandedTableViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.Footer = cxStyle78 + Styles.Group = cxStyle86 + Styles.GroupByBox = cxStyle81 + Styles.Header = cxStyle79 + Styles.Indicator = cxStyle88 + Styles.Preview = cxStyle82 + Styles.BandHeader = cxStyle79 + BuiltIn = True + end + object GridCardViewStyleSheetLilac: TcxGridCardViewStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle83 + Styles.ContentEven = cxStyle84 + Styles.ContentOdd = cxStyle85 + Styles.Inactive = cxStyle87 + Styles.Selection = cxStyle80 + Styles.CaptionRow = cxStyle79 + Styles.RowCaption = cxStyle79 + BuiltIn = True + end + object GridTableViewStyleSheetMaple: TcxGridTableViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.Footer = cxStyle89 + Styles.Group = cxStyle97 + Styles.GroupByBox = cxStyle92 + Styles.Header = cxStyle90 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle93 + BuiltIn = True + end + object GridBandedTableViewStyleSheetMaple: TcxGridBandedTableViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.Footer = cxStyle89 + Styles.Group = cxStyle97 + Styles.GroupByBox = cxStyle92 + Styles.Header = cxStyle90 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle93 + Styles.BandHeader = cxStyle90 + BuiltIn = True + end + object GridCardViewStyleSheetMaple: TcxGridCardViewStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle94 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle91 + Styles.CaptionRow = cxStyle90 + Styles.RowCaption = cxStyle90 + BuiltIn = True + end + object GridTableViewStyleSheetMarinehighcolor: TcxGridTableViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.Footer = cxStyle100 + Styles.Group = cxStyle108 + Styles.GroupByBox = cxStyle103 + Styles.Header = cxStyle101 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle104 + BuiltIn = True + end + object GridBandedTableViewStyleSheetMarinehighcolor: TcxGridBandedTableViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.Footer = cxStyle100 + Styles.Group = cxStyle108 + Styles.GroupByBox = cxStyle103 + Styles.Header = cxStyle101 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle104 + Styles.BandHeader = cxStyle101 + BuiltIn = True + end + object GridCardViewStyleSheetMarinehighcolor: TcxGridCardViewStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle105 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle102 + Styles.CaptionRow = cxStyle101 + Styles.RowCaption = cxStyle101 + BuiltIn = True + end + object GridTableViewStyleSheetPlumhighcolor: TcxGridTableViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.Footer = cxStyle111 + Styles.Group = cxStyle119 + Styles.GroupByBox = cxStyle114 + Styles.Header = cxStyle112 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle115 + BuiltIn = True + end + object GridBandedTableViewStyleSheetPlumhighcolor: TcxGridBandedTableViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.Footer = cxStyle111 + Styles.Group = cxStyle119 + Styles.GroupByBox = cxStyle114 + Styles.Header = cxStyle112 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle115 + Styles.BandHeader = cxStyle112 + BuiltIn = True + end + object GridCardViewStyleSheetPlumhighcolor: TcxGridCardViewStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle116 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle113 + Styles.CaptionRow = cxStyle112 + Styles.CardBorder = cxStyle112 + Styles.RowCaption = cxStyle112 + BuiltIn = True + end + object GridTableViewStyleSheetPumpkinlarge: TcxGridTableViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.Footer = cxStyle122 + Styles.Group = cxStyle130 + Styles.GroupByBox = cxStyle125 + Styles.Header = cxStyle123 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle126 + BuiltIn = True + end + object GridBandedTableViewStyleSheetPumpkinlarge: TcxGridBandedTableViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.Footer = cxStyle122 + Styles.Group = cxStyle130 + Styles.GroupByBox = cxStyle125 + Styles.Header = cxStyle123 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle126 + Styles.BandHeader = cxStyle123 + BuiltIn = True + end + object GridCardViewStyleSheetPumpkinlarge: TcxGridCardViewStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle127 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle124 + Styles.CaptionRow = cxStyle123 + Styles.RowCaption = cxStyle123 + BuiltIn = True + end + object GridTableViewStyleSheetRainyDay: TcxGridTableViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.Footer = cxStyle133 + Styles.Group = cxStyle141 + Styles.GroupByBox = cxStyle136 + Styles.Header = cxStyle134 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle137 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRainyDay: TcxGridBandedTableViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.Footer = cxStyle133 + Styles.Group = cxStyle141 + Styles.GroupByBox = cxStyle136 + Styles.Header = cxStyle134 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle137 + Styles.BandHeader = cxStyle134 + BuiltIn = True + end + object GridCardViewStyleSheetRainyDay: TcxGridCardViewStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle138 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle135 + Styles.CaptionRow = cxStyle134 + Styles.RowCaption = cxStyle134 + BuiltIn = True + end + object GridTableViewStyleSheetRedWhiteandBlueVGA: TcxGridTableViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.Footer = cxStyle144 + Styles.Group = cxStyle152 + Styles.GroupByBox = cxStyle147 + Styles.Header = cxStyle145 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle148 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRedWhiteandBlueVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.Footer = cxStyle144 + Styles.Group = cxStyle152 + Styles.GroupByBox = cxStyle147 + Styles.Header = cxStyle145 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle148 + Styles.BandHeader = cxStyle145 + BuiltIn = True + end + object GridCardViewStyleSheetRedWhiteandBlueVGA: TcxGridCardViewStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle149 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle146 + Styles.CaptionRow = cxStyle145 + Styles.RowCaption = cxStyle145 + BuiltIn = True + end + object GridTableViewStyleSheetRose: TcxGridTableViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.Footer = cxStyle155 + Styles.Group = cxStyle163 + Styles.GroupByBox = cxStyle158 + Styles.Header = cxStyle156 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle159 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRose: TcxGridBandedTableViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.Footer = cxStyle155 + Styles.Group = cxStyle163 + Styles.GroupByBox = cxStyle158 + Styles.Header = cxStyle156 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle159 + Styles.BandHeader = cxStyle156 + BuiltIn = True + end + object GridCardViewStyleSheetRose: TcxGridCardViewStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle160 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle157 + Styles.CaptionRow = cxStyle156 + Styles.RowCaption = cxStyle156 + BuiltIn = True + end + object GridTableViewStyleSheetRoselarge: TcxGridTableViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.Footer = cxStyle166 + Styles.Group = cxStyle174 + Styles.GroupByBox = cxStyle169 + Styles.Header = cxStyle167 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle170 + BuiltIn = True + end + object GridBandedTableViewStyleSheetRoselarge: TcxGridBandedTableViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.Footer = cxStyle166 + Styles.Group = cxStyle174 + Styles.GroupByBox = cxStyle169 + Styles.Header = cxStyle167 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle170 + Styles.BandHeader = cxStyle167 + BuiltIn = True + end + object GridCardViewStyleSheetRoselarge: TcxGridCardViewStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle171 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle168 + Styles.CaptionRow = cxStyle167 + Styles.RowCaption = cxStyle167 + BuiltIn = True + end + object GridTableViewStyleSheetSlate: TcxGridTableViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.Footer = cxStyle177 + Styles.Group = cxStyle185 + Styles.GroupByBox = cxStyle180 + Styles.Header = cxStyle178 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle181 + BuiltIn = True + end + object GridBandedTableViewStyleSheetSlate: TcxGridBandedTableViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.Footer = cxStyle177 + Styles.Group = cxStyle185 + Styles.GroupByBox = cxStyle180 + Styles.Header = cxStyle178 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle181 + Styles.BandHeader = cxStyle178 + BuiltIn = True + end + object GridCardViewStyleSheetSlate: TcxGridCardViewStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle182 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle179 + Styles.CaptionRow = cxStyle178 + Styles.RowCaption = cxStyle178 + BuiltIn = True + end + object GridTableViewStyleSheetSpruce: TcxGridTableViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.Footer = cxStyle188 + Styles.Group = cxStyle196 + Styles.GroupByBox = cxStyle191 + Styles.Header = cxStyle189 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle192 + BuiltIn = True + end + object GridBandedTableViewStyleSheetSpruce: TcxGridBandedTableViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.Footer = cxStyle188 + Styles.Group = cxStyle196 + Styles.GroupByBox = cxStyle191 + Styles.Header = cxStyle189 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle192 + Styles.BandHeader = cxStyle189 + BuiltIn = True + end + object GridCardViewStyleSheetSpruce: TcxGridCardViewStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle193 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle190 + Styles.CaptionRow = cxStyle189 + Styles.RowCaption = cxStyle189 + BuiltIn = True + end + object GridTableViewStyleSheetStormVGA: TcxGridTableViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.Footer = cxStyle199 + Styles.Group = cxStyle207 + Styles.GroupByBox = cxStyle202 + Styles.Header = cxStyle200 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle203 + BuiltIn = True + end + object GridBandedTableViewStyleSheetStormVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.Footer = cxStyle199 + Styles.Group = cxStyle207 + Styles.GroupByBox = cxStyle202 + Styles.Header = cxStyle200 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle203 + Styles.BandHeader = cxStyle200 + BuiltIn = True + end + object GridCardViewStyleSheetStormVGA: TcxGridCardViewStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle204 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle201 + Styles.CaptionRow = cxStyle200 + Styles.RowCaption = cxStyle200 + BuiltIn = True + end + object GridTableViewStyleSheetTealVGA: TcxGridTableViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.Footer = cxStyle210 + Styles.Group = cxStyle218 + Styles.GroupByBox = cxStyle213 + Styles.Header = cxStyle211 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle214 + BuiltIn = True + end + object GridBandedTableViewStyleSheetTealVGA: TcxGridBandedTableViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.Footer = cxStyle210 + Styles.Group = cxStyle218 + Styles.GroupByBox = cxStyle213 + Styles.Header = cxStyle211 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle214 + Styles.BandHeader = cxStyle211 + BuiltIn = True + end + object GridCardViewStyleSheetTealVGA: TcxGridCardViewStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle215 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle212 + Styles.CaptionRow = cxStyle211 + Styles.CardBorder = cxStyle364 + Styles.RowCaption = cxStyle211 + BuiltIn = True + end + object GridTableViewStyleSheetWheat: TcxGridTableViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.Footer = cxStyle221 + Styles.Group = cxStyle229 + Styles.GroupByBox = cxStyle224 + Styles.Header = cxStyle222 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle225 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWheat: TcxGridBandedTableViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.Footer = cxStyle221 + Styles.Group = cxStyle229 + Styles.GroupByBox = cxStyle224 + Styles.Header = cxStyle222 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle225 + Styles.BandHeader = cxStyle222 + BuiltIn = True + end + object GridCardViewStyleSheetWheat: TcxGridCardViewStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle226 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle223 + Styles.CaptionRow = cxStyle222 + Styles.RowCaption = cxStyle222 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsClassic: TcxGridTableViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.Footer = cxStyle232 + Styles.Group = cxStyle240 + Styles.GroupByBox = cxStyle235 + Styles.Header = cxStyle233 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle236 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsClassic: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.Footer = cxStyle232 + Styles.Group = cxStyle240 + Styles.GroupByBox = cxStyle235 + Styles.Header = cxStyle233 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle236 + Styles.BandHeader = cxStyle233 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsClassic: TcxGridCardViewStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle237 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle234 + Styles.CaptionRow = cxStyle233 + Styles.RowCaption = cxStyle233 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsClassiclarge: TcxGridTableViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.Footer = cxStyle243 + Styles.Group = cxStyle251 + Styles.GroupByBox = cxStyle246 + Styles.Header = cxStyle244 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle247 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsClassiclarge: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.Footer = cxStyle243 + Styles.Group = cxStyle251 + Styles.GroupByBox = cxStyle246 + Styles.Header = cxStyle244 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle247 + Styles.BandHeader = cxStyle244 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsClassiclarge: TcxGridCardViewStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle248 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle245 + Styles.CaptionRow = cxStyle244 + Styles.RowCaption = cxStyle244 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsStandard: TcxGridTableViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.Footer = cxStyle254 + Styles.Group = cxStyle262 + Styles.GroupByBox = cxStyle257 + Styles.Header = cxStyle255 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle258 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsStandard: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.Footer = cxStyle254 + Styles.Group = cxStyle262 + Styles.GroupByBox = cxStyle257 + Styles.Header = cxStyle255 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle258 + Styles.BandHeader = cxStyle255 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsStandard: TcxGridCardViewStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle259 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle256 + Styles.CaptionRow = cxStyle255 + Styles.CardBorder = cxStyle365 + Styles.RowCaption = cxStyle255 + BuiltIn = True + end + object GridTableViewStyleSheetWindowsStandardlarge: TcxGridTableViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.Footer = cxStyle265 + Styles.Group = cxStyle273 + Styles.GroupByBox = cxStyle268 + Styles.Header = cxStyle266 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle269 + BuiltIn = True + end + object GridBandedTableViewStyleSheetWindowsStandardlarge: TcxGridBandedTableViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.Footer = cxStyle265 + Styles.Group = cxStyle273 + Styles.GroupByBox = cxStyle268 + Styles.Header = cxStyle266 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle269 + Styles.BandHeader = cxStyle266 + BuiltIn = True + end + object GridCardViewStyleSheetWindowsStandardlarge: TcxGridCardViewStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle270 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle267 + Styles.CaptionRow = cxStyle266 + Styles.CardBorder = cxStyle366 + Styles.RowCaption = cxStyle266 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast1: TcxGridTableViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.Footer = cxStyle276 + Styles.Group = cxStyle284 + Styles.GroupByBox = cxStyle279 + Styles.Header = cxStyle277 + Styles.Indicator = cxStyle286 + Styles.Preview = cxStyle280 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast1: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.Footer = cxStyle276 + Styles.Group = cxStyle284 + Styles.GroupByBox = cxStyle279 + Styles.Header = cxStyle277 + Styles.Indicator = cxStyle286 + Styles.Preview = cxStyle280 + Styles.BandHeader = cxStyle286 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast1: TcxGridCardViewStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle281 + Styles.ContentEven = cxStyle282 + Styles.ContentOdd = cxStyle283 + Styles.Inactive = cxStyle285 + Styles.Selection = cxStyle278 + Styles.CaptionRow = cxStyle277 + Styles.RowCaption = cxStyle277 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast1large: TcxGridTableViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.Footer = cxStyle287 + Styles.Group = cxStyle295 + Styles.GroupByBox = cxStyle290 + Styles.Header = cxStyle288 + Styles.Indicator = cxStyle297 + Styles.Preview = cxStyle291 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast1large: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.Footer = cxStyle287 + Styles.Group = cxStyle295 + Styles.GroupByBox = cxStyle290 + Styles.Header = cxStyle288 + Styles.Indicator = cxStyle297 + Styles.Preview = cxStyle291 + Styles.BandHeader = cxStyle297 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast1large: TcxGridCardViewStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle292 + Styles.ContentEven = cxStyle293 + Styles.ContentOdd = cxStyle294 + Styles.Inactive = cxStyle296 + Styles.Selection = cxStyle289 + Styles.CaptionRow = cxStyle288 + Styles.RowCaption = cxStyle288 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast2: TcxGridTableViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.Footer = cxStyle298 + Styles.Group = cxStyle306 + Styles.GroupByBox = cxStyle301 + Styles.Header = cxStyle299 + Styles.Indicator = cxStyle308 + Styles.Preview = cxStyle302 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast2: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.Footer = cxStyle298 + Styles.Group = cxStyle306 + Styles.GroupByBox = cxStyle301 + Styles.Header = cxStyle299 + Styles.Indicator = cxStyle308 + Styles.Preview = cxStyle302 + Styles.BandHeader = cxStyle308 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast2: TcxGridCardViewStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle303 + Styles.ContentEven = cxStyle304 + Styles.ContentOdd = cxStyle305 + Styles.Inactive = cxStyle307 + Styles.Selection = cxStyle300 + Styles.CaptionRow = cxStyle299 + Styles.RowCaption = cxStyle299 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrast2large: TcxGridTableViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.Footer = cxStyle309 + Styles.Group = cxStyle317 + Styles.GroupByBox = cxStyle312 + Styles.Header = cxStyle310 + Styles.Indicator = cxStyle319 + Styles.Preview = cxStyle313 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrast2large: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.Footer = cxStyle309 + Styles.Group = cxStyle317 + Styles.GroupByBox = cxStyle312 + Styles.Header = cxStyle310 + Styles.Indicator = cxStyle319 + Styles.Preview = cxStyle313 + Styles.BandHeader = cxStyle319 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrast2large: TcxGridCardViewStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle314 + Styles.ContentEven = cxStyle315 + Styles.ContentOdd = cxStyle316 + Styles.Inactive = cxStyle318 + Styles.Selection = cxStyle311 + Styles.CaptionRow = cxStyle310 + Styles.RowCaption = cxStyle310 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastBlack: TcxGridTableViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.Footer = cxStyle320 + Styles.Group = cxStyle328 + Styles.GroupByBox = cxStyle323 + Styles.Header = cxStyle321 + Styles.Indicator = cxStyle330 + Styles.Preview = cxStyle324 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastBlack: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.Footer = cxStyle320 + Styles.Group = cxStyle328 + Styles.GroupByBox = cxStyle323 + Styles.Header = cxStyle321 + Styles.Indicator = cxStyle330 + Styles.Preview = cxStyle324 + Styles.BandHeader = cxStyle330 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastBlack: TcxGridCardViewStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle325 + Styles.ContentEven = cxStyle326 + Styles.ContentOdd = cxStyle327 + Styles.Inactive = cxStyle329 + Styles.Selection = cxStyle322 + Styles.CaptionRow = cxStyle321 + Styles.RowCaption = cxStyle321 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastBlacklarge: TcxGridTableViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.Footer = cxStyle331 + Styles.Group = cxStyle339 + Styles.GroupByBox = cxStyle334 + Styles.Header = cxStyle332 + Styles.Indicator = cxStyle341 + Styles.Preview = cxStyle335 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastBlacklarge: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.Footer = cxStyle331 + Styles.Group = cxStyle339 + Styles.GroupByBox = cxStyle334 + Styles.Header = cxStyle332 + Styles.Indicator = cxStyle341 + Styles.Preview = cxStyle335 + Styles.BandHeader = cxStyle341 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastBlacklarge: TcxGridCardViewStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle336 + Styles.ContentEven = cxStyle337 + Styles.ContentOdd = cxStyle338 + Styles.Inactive = cxStyle340 + Styles.Selection = cxStyle333 + Styles.CaptionRow = cxStyle332 + Styles.RowCaption = cxStyle332 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastWhite: TcxGridTableViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.Footer = cxStyle342 + Styles.Group = cxStyle350 + Styles.GroupByBox = cxStyle345 + Styles.Header = cxStyle343 + Styles.Indicator = cxStyle352 + Styles.Preview = cxStyle346 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastWhite: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.Footer = cxStyle342 + Styles.Group = cxStyle350 + Styles.GroupByBox = cxStyle345 + Styles.Header = cxStyle343 + Styles.Indicator = cxStyle352 + Styles.Preview = cxStyle346 + Styles.BandHeader = cxStyle343 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastWhite: TcxGridCardViewStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle347 + Styles.ContentEven = cxStyle348 + Styles.ContentOdd = cxStyle349 + Styles.Inactive = cxStyle351 + Styles.Selection = cxStyle344 + Styles.CaptionRow = cxStyle343 + Styles.RowCaption = cxStyle343 + BuiltIn = True + end + object GridTableViewStyleSheetHighContrastWhitelarge: TcxGridTableViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.Footer = cxStyle353 + Styles.Group = cxStyle361 + Styles.GroupByBox = cxStyle356 + Styles.Header = cxStyle354 + Styles.Indicator = cxStyle363 + Styles.Preview = cxStyle357 + BuiltIn = True + end + object GridBandedTableViewStyleSheetHighContrastWhitelarge: TcxGridBandedTableViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.Footer = cxStyle353 + Styles.Group = cxStyle361 + Styles.GroupByBox = cxStyle356 + Styles.Header = cxStyle354 + Styles.Indicator = cxStyle363 + Styles.Preview = cxStyle357 + Styles.BandHeader = cxStyle354 + BuiltIn = True + end + object GridCardViewStyleSheetHighContrastWhitelarge: TcxGridCardViewStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle358 + Styles.ContentEven = cxStyle359 + Styles.ContentOdd = cxStyle360 + Styles.Inactive = cxStyle362 + Styles.Selection = cxStyle355 + Styles.CaptionRow = cxStyle354 + Styles.RowCaption = cxStyle354 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/cxGridReg.dcr b/official/x.19/Lib/D7/cxGridReg.dcr new file mode 100644 index 00000000..28e62528 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridReg.dcr differ diff --git a/official/x.19/Lib/D7/cxGridReg.dcu b/official/x.19/Lib/D7/cxGridReg.dcu new file mode 100644 index 00000000..e451dc2f Binary files /dev/null and b/official/x.19/Lib/D7/cxGridReg.dcu differ diff --git a/official/x.19/Lib/D7/cxGridRows.dcu b/official/x.19/Lib/D7/cxGridRows.dcu new file mode 100644 index 00000000..dd8ede3f Binary files /dev/null and b/official/x.19/Lib/D7/cxGridRows.dcu differ diff --git a/official/x.19/Lib/D7/cxGridStdPopupMenu.dcu b/official/x.19/Lib/D7/cxGridStdPopupMenu.dcu new file mode 100644 index 00000000..ca5dbe5a Binary files /dev/null and b/official/x.19/Lib/D7/cxGridStdPopupMenu.dcu differ diff --git a/official/x.19/Lib/D7/cxGridStrs.dcu b/official/x.19/Lib/D7/cxGridStrs.dcu new file mode 100644 index 00000000..feb6e656 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxGridStructureNavigator.dcu b/official/x.19/Lib/D7/cxGridStructureNavigator.dcu new file mode 100644 index 00000000..ca987512 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridStructureNavigator.dcu differ diff --git a/official/x.19/Lib/D7/cxGridStyleSheetsPreview.dcu b/official/x.19/Lib/D7/cxGridStyleSheetsPreview.dcu new file mode 100644 index 00000000..b750a52c Binary files /dev/null and b/official/x.19/Lib/D7/cxGridStyleSheetsPreview.dcu differ diff --git a/official/x.19/Lib/D7/cxGridTableView.dcu b/official/x.19/Lib/D7/cxGridTableView.dcu new file mode 100644 index 00000000..73a5aa96 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridTableView.dcu differ diff --git a/official/x.19/Lib/D7/cxGridUIBandedTableHelper.dcu b/official/x.19/Lib/D7/cxGridUIBandedTableHelper.dcu new file mode 100644 index 00000000..66db7a72 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridUIBandedTableHelper.dcu differ diff --git a/official/x.19/Lib/D7/cxGridUICardHelper.dcu b/official/x.19/Lib/D7/cxGridUICardHelper.dcu new file mode 100644 index 00000000..2374b39a Binary files /dev/null and b/official/x.19/Lib/D7/cxGridUICardHelper.dcu differ diff --git a/official/x.19/Lib/D7/cxGridUICustomTableHelper.dcu b/official/x.19/Lib/D7/cxGridUICustomTableHelper.dcu new file mode 100644 index 00000000..b70c871d Binary files /dev/null and b/official/x.19/Lib/D7/cxGridUICustomTableHelper.dcu differ diff --git a/official/x.19/Lib/D7/cxGridUIHelper.dcu b/official/x.19/Lib/D7/cxGridUIHelper.dcu new file mode 100644 index 00000000..4ac388de Binary files /dev/null and b/official/x.19/Lib/D7/cxGridUIHelper.dcu differ diff --git a/official/x.19/Lib/D7/cxGridUITableHelper.dcu b/official/x.19/Lib/D7/cxGridUITableHelper.dcu new file mode 100644 index 00000000..e78f6e5a Binary files /dev/null and b/official/x.19/Lib/D7/cxGridUITableHelper.dcu differ diff --git a/official/x.19/Lib/D7/cxGridVCLD7.dcu b/official/x.19/Lib/D7/cxGridVCLD7.dcu new file mode 100644 index 00000000..40c6d57c Binary files /dev/null and b/official/x.19/Lib/D7/cxGridVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxGridViewData.dcu b/official/x.19/Lib/D7/cxGridViewData.dcu new file mode 100644 index 00000000..664e2dd3 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridViewData.dcu differ diff --git a/official/x.19/Lib/D7/cxGridViewLayoutEditor.dcu b/official/x.19/Lib/D7/cxGridViewLayoutEditor.dcu new file mode 100644 index 00000000..0ffdebf9 Binary files /dev/null and b/official/x.19/Lib/D7/cxGridViewLayoutEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxGridViewLayoutEditor.dfm b/official/x.19/Lib/D7/cxGridViewLayoutEditor.dfm new file mode 100644 index 00000000..ea3a8c2e --- /dev/null +++ b/official/x.19/Lib/D7/cxGridViewLayoutEditor.dfm @@ -0,0 +1,116 @@ +object cxGridViewLayoutEditor: TcxGridViewLayoutEditor + Left = 350 + Top = 204 + Width = 698 + Height = 384 + BorderIcons = [biSystemMenu] + Caption = 'Layout and Data Editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 315 + Width = 690 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object pnlButtons: TPanel + Left = 521 + Top = 0 + Width = 169 + Height = 35 + Align = alRight + BevelOuter = bvNone + TabOrder = 2 + object btnOK: TButton + Left = 4 + Top = 5 + Width = 75 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 88 + Top = 5 + Width = 75 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + object pnlLayoutCustomization: TPanel + Left = 0 + Top = 0 + Width = 153 + Height = 35 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object btnLayoutCustomization: TButton + Left = 8 + Top = 5 + Width = 134 + Height = 25 + TabOrder = 0 + OnClick = btnLayoutCustomizationClick + end + end + object pnlSaveOptions: TPanel + Left = 153 + Top = 0 + Width = 192 + Height = 35 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object chbSaveLayout: TCheckBox + Left = 11 + Top = 9 + Width = 81 + Height = 17 + Caption = 'Save layout' + Checked = True + State = cbChecked + TabOrder = 0 + end + object chbSaveData: TCheckBox + Left = 107 + Top = 9 + Width = 81 + Height = 17 + Caption = 'Save data' + Checked = True + State = cbChecked + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 690 + Height = 315 + Align = alClient + BevelOuter = bvNone + BorderWidth = 3 + Constraints.MinHeight = 200 + Constraints.MinWidth = 300 + TabOrder = 1 + end + object pmGrid: TcxGridPopupMenu + PopupMenus = <> + Left = 400 + Top = 319 + end +end diff --git a/official/x.19/Lib/D7/cxGroupBox.dcu b/official/x.19/Lib/D7/cxGroupBox.dcu new file mode 100644 index 00000000..9455a280 Binary files /dev/null and b/official/x.19/Lib/D7/cxGroupBox.dcu differ diff --git a/official/x.19/Lib/D7/cxHeader.dcu b/official/x.19/Lib/D7/cxHeader.dcu new file mode 100644 index 00000000..77a9d51b Binary files /dev/null and b/official/x.19/Lib/D7/cxHeader.dcu differ diff --git a/official/x.19/Lib/D7/cxHint.dcu b/official/x.19/Lib/D7/cxHint.dcu new file mode 100644 index 00000000..540cd491 Binary files /dev/null and b/official/x.19/Lib/D7/cxHint.dcu differ diff --git a/official/x.19/Lib/D7/cxHintEditor.dcu b/official/x.19/Lib/D7/cxHintEditor.dcu new file mode 100644 index 00000000..c3b762b2 Binary files /dev/null and b/official/x.19/Lib/D7/cxHintEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxHintEditor.dfm b/official/x.19/Lib/D7/cxHintEditor.dfm new file mode 100644 index 00000000..6513b3e1 --- /dev/null +++ b/official/x.19/Lib/D7/cxHintEditor.dfm @@ -0,0 +1,585 @@ +object cxHintStyleEditor: TcxHintStyleEditor + Left = 195 + Top = 125 + BorderStyle = bsDialog + ClientHeight = 440 + ClientWidth = 576 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + ShowHint = True + OnActivate = FormActivate + OnCreate = FormCreate + OnDestroy = FormDestroy + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object lblHintColour: TLabel + Left = 8 + Top = 412 + Width = 46 + Height = 13 + Caption = 'Hint Color' + end + object cxBtnOk: TcxButton + Left = 415 + Top = 408 + Width = 75 + Height = 25 + Hint = 'Accept you changes and return to the Grep Demo' + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 9 + end + object cxBtnCancel: TcxButton + Left = 495 + Top = 408 + Width = 75 + Height = 25 + Hint = 'Discard your changes and return to the grep demo' + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 10 + end + object cxCbStandard: TcxCheckBox + Left = 304 + Top = 408 + Width = 105 + Height = 21 + Hint = 'Check to display hints in the standard Windows way' + Properties.DisplayUnchecked = 'False' + Properties.Caption = 'Standard Hints' + TabOrder = 7 + OnClick = cxCbStandardClick + end + object cxGbHintFont: TcxGroupBox + Left = 8 + Top = 8 + Width = 185 + Height = 185 + Alignment = alTopLeft + Caption = ' Hint Font ' + TabOrder = 0 + object Label1: TLabel + Left = 12 + Top = 80 + Width = 23 + Height = 13 + Caption = 'Style' + end + object Label2: TLabel + Left = 124 + Top = 80 + Width = 20 + Height = 13 + Caption = 'Size' + end + object Label3: TLabel + Left = 12 + Top = 40 + Width = 24 + Height = 13 + Caption = 'Color' + end + object cxFnHint: TcxFontNameComboBox + Left = 12 + Top = 16 + Width = 161 + Height = 21 + Hint = 'Font for the hint windows' + Properties.FontPreview.Visible = False + Properties.OnChange = cxFnHintPropertiesChange + TabOrder = 0 + OnClick = cxFnHintClick + end + object cxClbHintFontStyles: TcxCheckListBox + Left = 12 + Top = 96 + Width = 105 + Height = 81 + Hint = 'Font Style for Hints' + Columns = 0 + EditValue = 0 + Items = < + item + Tag = 0 + Text = 'Bold' + end + item + Tag = 0 + Text = 'Italics' + end + item + Tag = 0 + Text = 'Underline' + end + item + Tag = 0 + Text = 'Strike Thro' + end> + ParentColor = False + ScrollWidth = 0 + TabOrder = 2 + TabWidth = 0 + OnClickCheck = cxClbHintFontStylesClickCheck + end + object cxLbHfSize: TcxListBox + Left = 124 + Top = 96 + Width = 49 + Height = 81 + Hint = 'Font Size for Hints' + ExtendedSelect = False + ItemHeight = 13 + ParentColor = False + TabOrder = 3 + OnClick = cxLbHfSizeClick + end + object cxCcbHintFontColour: TcxColorComboBox + Left = 12 + Top = 56 + Width = 161 + Height = 21 + Properties.DefaultDescription = 'Color not selected' + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 1 + OnClick = cxCcbHintFontColourClick + end + end + object cxgbHintCapFont: TcxGroupBox + Left = 200 + Top = 8 + Width = 185 + Height = 185 + Alignment = alTopLeft + Caption = ' Hint Caption Font ' + TabOrder = 1 + object Label4: TLabel + Left = 12 + Top = 80 + Width = 23 + Height = 13 + Caption = 'Style' + end + object Label5: TLabel + Left = 124 + Top = 80 + Width = 20 + Height = 13 + Caption = 'Size' + end + object Label6: TLabel + Left = 12 + Top = 40 + Width = 24 + Height = 13 + Caption = 'Color' + end + object cxFnHinCap: TcxFontNameComboBox + Left = 12 + Top = 16 + Width = 161 + Height = 21 + Hint = 'Font for the hint windows' + Properties.FontPreview.Visible = False + Properties.OnChange = cxFnHinCapPropertiesChange + TabOrder = 0 + OnClick = cxFnHinCapClick + end + object cxClbHintCapFontStyles: TcxCheckListBox + Tag = 1 + Left = 12 + Top = 96 + Width = 105 + Height = 81 + Hint = 'Font Style for Hint Captions' + Columns = 0 + EditValue = 0 + Items = < + item + Tag = 0 + Text = 'Bold' + end + item + Tag = 0 + Text = 'Italics' + end + item + Tag = 0 + Text = 'Underline' + end + item + Tag = 0 + Text = 'Strike Thro' + end> + ParentColor = False + ScrollWidth = 0 + TabOrder = 2 + TabWidth = 0 + OnClickCheck = cxClbHintFontStylesClickCheck + end + object cxLbHcfSize: TcxListBox + Left = 124 + Top = 96 + Width = 49 + Height = 81 + Hint = 'Font Size for Hint Caption' + ItemHeight = 13 + ParentColor = False + TabOrder = 3 + OnClick = cxLbHcfSizeClick + end + object cxCcbHintCapColor: TcxColorComboBox + Left = 12 + Top = 56 + Width = 161 + Height = 21 + Properties.DefaultDescription = 'Color not selected' + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 1 + OnClick = cxCcbHintCapColorClick + end + end + object cxGbHintShape: TcxGroupBox + Left = 392 + Top = 8 + Width = 177 + Height = 89 + Alignment = alTopLeft + Caption = ' Shape ' + ParentFont = False + TabOrder = 2 + object Label7: TLabel + Left = 8 + Top = 14 + Width = 72 + Height = 13 + Caption = 'Callout Position' + end + object Label8: TLabel + Left = 8 + Top = 64 + Width = 68 + Height = 13 + Caption = 'Round Radius' + end + object cxCbHintCalloutPos: TcxComboBox + Left = 8 + Top = 32 + Width = 161 + Height = 21 + Hint = 'The '#39'Callout'#39' position' + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'None' + 'Auto' + 'Left Bottom' + 'Left Top' + 'Top Left' + 'Top Right' + 'Right Bottom' + 'Right Top' + 'Bottom Right' + 'Bottom Left') + TabOrder = 0 + OnClick = cxCbHintCalloutPosClick + end + object cxcbHintRounded: TcxCheckBox + Left = 96 + Top = 10 + Width = 75 + Height = 21 + Hint = 'Rounded corners on the hint windows' + ParentBackground = False + Properties.DisplayUnchecked = 'False' + Properties.OnChange = cxcbHintRoundedPropertiesChange + Properties.Caption = 'Rounded' + TabOrder = 1 + end + object cxSeHintRadius: TcxSpinEdit + Left = 88 + Top = 60 + Width = 81 + Height = 21 + Hint = 'Radius of the rounded corners if enabled' + Properties.MaxValue = 100 + Properties.MinValue = 5 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintRadiusPropertiesChange + TabOrder = 2 + Value = 11 + end + end + object cxGbHintIcons: TcxGroupBox + Left = 8 + Top = 200 + Width = 185 + Height = 97 + Alignment = alTopLeft + Caption = ' Icons ' + TabOrder = 4 + object Label11: TLabel + Left = 8 + Top = 16 + Width = 48 + Height = 13 + Caption = 'Icon Type' + end + object cxCbHintIconType: TcxComboBox + Left = 8 + Top = 32 + Width = 169 + Height = 21 + Hint = 'The Icon type that will be displayed in the hint window' + ParentFont = False + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'None' + 'Application' + 'Information' + 'Warning' + 'Error' + 'Question' + 'WinLogo' + 'CurrentApplication') + TabOrder = 0 + OnClick = cxCbHintIconTypeClick + end + object cxRbHIDef: TcxRadioButton + Left = 8 + Top = 64 + Width = 57 + Height = 17 + Hint = 'Default Icon Size' + Caption = 'Default' + TabOrder = 1 + OnClick = cxRbHIDefClick + ParentBackground = False + end + object cxRbHILarge: TcxRadioButton + Tag = 1 + Left = 72 + Top = 64 + Width = 49 + Height = 17 + Hint = 'Large Icon Size' + Caption = 'Large' + TabOrder = 2 + OnClick = cxRbHIDefClick + ParentBackground = False + end + object cxRbHISmall: TcxRadioButton + Tag = 2 + Left = 128 + Top = 64 + Width = 49 + Height = 17 + Hint = 'Small Icon Size' + Caption = 'Small' + TabOrder = 3 + OnClick = cxRbHIDefClick + ParentBackground = False + end + end + object cxGbHintPause: TcxGroupBox + Left = 8 + Top = 304 + Width = 185 + Height = 97 + Alignment = alTopLeft + Caption = ' Timings ' + TabOrder = 5 + object Label18: TLabel + Left = 8 + Top = 24 + Width = 77 + Height = 13 + Caption = 'Hint Hide Pause' + end + object Label19: TLabel + Left = 8 + Top = 48 + Width = 52 + Height = 13 + Caption = 'Hint Pause' + end + object Label20: TLabel + Left = 8 + Top = 72 + Width = 80 + Height = 13 + Caption = 'Hint Short Pause' + end + object cxSeHintHidePause: TcxSpinEdit + Left = 96 + Top = 20 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 100 + Properties.LargeIncrement = 500 + Properties.MaxValue = 10000 + Properties.MinValue = 500 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintHidePausePropertiesChange + TabOrder = 0 + Value = 2500 + end + object cxSeHintPause: TcxSpinEdit + Left = 96 + Top = 44 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 10 + Properties.LargeIncrement = 100 + Properties.MaxValue = 1000 + Properties.MinValue = 50 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintPausePropertiesChange + TabOrder = 1 + Value = 500 + end + object cxSeShortHintPause: TcxSpinEdit + Left = 96 + Top = 68 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.Increment = 5 + Properties.MaxValue = 1000 + Properties.MinValue = 10 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintDelayPropertiesChange + Properties.OnEditValueChanged = cxSeShortHintPausePropertiesEditValueChanged + TabOrder = 2 + Value = 50 + end + end + object cxCcbHintColour: TcxColorComboBox + Left = 72 + Top = 408 + Width = 225 + Height = 21 + Hint = 'Background Color for the hint windows' + Properties.AllowSelectColor = True + Properties.DefaultDescription = 'Color not selected' + Properties.ImmediatePost = True + Properties.OnEditValueChanged = cxCcbHintColourPropertiesEditValueChanged + Properties.Items = <> + Properties.PrepareInfo = '' + TabOrder = 6 + end + object cxGbHintAnimation: TcxGroupBox + Left = 392 + Top = 104 + Width = 177 + Height = 89 + Alignment = alTopLeft + Caption = ' Animation ' + TabOrder = 3 + object Label9: TLabel + Left = 8 + Top = 16 + Width = 72 + Height = 13 + Caption = 'Animation Style' + end + object Label10: TLabel + Left = 8 + Top = 64 + Width = 30 + Height = 13 + Caption = 'Delay ' + end + object cxCbHintAniStyle: TcxComboBox + Left = 8 + Top = 32 + Width = 161 + Height = 21 + Hint = 'The animation style used to display hints' + Properties.DropDownListStyle = lsFixedList + Properties.Items.Strings = ( + 'Slide From Left' + 'Slide From Right' + 'Slide Downward' + 'Slide Upward' + 'Slide From Center' + 'Hide' + 'Activate' + 'Fade In' + 'Auto' + 'None') + Properties.OnChange = cxCbHintAniStylePropertiesChange + TabOrder = 0 + end + object cxSeHintDelay: TcxSpinEdit + Left = 88 + Top = 60 + Width = 81 + Height = 21 + Hint = 'The animation delay' + Properties.MaxValue = 1000 + Properties.MinValue = 50 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeHintDelayPropertiesChange + TabOrder = 1 + Value = 100 + end + end + object cxGbPreview: TcxGroupBox + Left = 200 + Top = 200 + Width = 369 + Height = 201 + Alignment = alTopLeft + Caption = ' Preview ' + TabOrder = 8 + object pnlPreview: TPanel + Left = 2 + Top = 16 + Width = 365 + Height = 183 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end + end + object cxHsc: TcxHintStyleController + Global = False + HintStyle.CaptionFont.Charset = DEFAULT_CHARSET + HintStyle.CaptionFont.Color = clWindowText + HintStyle.CaptionFont.Height = -13 + HintStyle.CaptionFont.Name = 'MS Sans Serif' + HintStyle.CaptionFont.Style = [fsBold] + HintStyle.Font.Charset = DEFAULT_CHARSET + HintStyle.Font.Color = clWindowText + HintStyle.Font.Height = -11 + HintStyle.Font.Name = 'MS Sans Serif' + HintStyle.Font.Style = [] + HintStyle.RoundRadius = 15 + HintPause = 700 + Left = 216 + Top = 216 + end + object cxEditStyleController1: TcxEditStyleController + Style.LookAndFeel.Kind = lfFlat + Style.LookAndFeel.NativeStyle = True + StyleDisabled.LookAndFeel.Kind = lfFlat + StyleDisabled.LookAndFeel.NativeStyle = True + StyleFocused.LookAndFeel.Kind = lfFlat + StyleFocused.LookAndFeel.NativeStyle = True + StyleHot.LookAndFeel.Kind = lfFlat + StyleHot.LookAndFeel.NativeStyle = True + Left = 216 + Top = 248 + end +end diff --git a/official/x.19/Lib/D7/cxHtmlXmlTxtExport.dcu b/official/x.19/Lib/D7/cxHtmlXmlTxtExport.dcu new file mode 100644 index 00000000..c5e99a1e Binary files /dev/null and b/official/x.19/Lib/D7/cxHtmlXmlTxtExport.dcu differ diff --git a/official/x.19/Lib/D7/cxHyperLinkEdit.dcu b/official/x.19/Lib/D7/cxHyperLinkEdit.dcu new file mode 100644 index 00000000..e6bc9ba0 Binary files /dev/null and b/official/x.19/Lib/D7/cxHyperLinkEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxIBXAdapters.dcu b/official/x.19/Lib/D7/cxIBXAdapters.dcu new file mode 100644 index 00000000..a4875449 Binary files /dev/null and b/official/x.19/Lib/D7/cxIBXAdapters.dcu differ diff --git a/official/x.19/Lib/D7/cxIBXAdaptersD7.dcu b/official/x.19/Lib/D7/cxIBXAdaptersD7.dcu new file mode 100644 index 00000000..1f4900ea Binary files /dev/null and b/official/x.19/Lib/D7/cxIBXAdaptersD7.dcu differ diff --git a/official/x.19/Lib/D7/cxImage.dcu b/official/x.19/Lib/D7/cxImage.dcu new file mode 100644 index 00000000..f686f458 Binary files /dev/null and b/official/x.19/Lib/D7/cxImage.dcu differ diff --git a/official/x.19/Lib/D7/cxImageComboBox.dcu b/official/x.19/Lib/D7/cxImageComboBox.dcu new file mode 100644 index 00000000..2758601f Binary files /dev/null and b/official/x.19/Lib/D7/cxImageComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dcu b/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dcu new file mode 100644 index 00000000..e09d2a95 Binary files /dev/null and b/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dfm b/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dfm new file mode 100644 index 00000000..4dadf29d --- /dev/null +++ b/official/x.19/Lib/D7/cxImageComboBoxItemsEditor.dfm @@ -0,0 +1,226 @@ +object fmImageComboBoxItemsEditor: TfmImageComboBoxItemsEditor + Left = 287 + Top = 190 + AutoScroll = False + Caption = 'fmImageComboBoxItemsEditor' + ClientHeight = 266 + ClientWidth = 573 + Color = clBtnFace + Constraints.MinHeight = 300 + Constraints.MinWidth = 581 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 480 + Top = 0 + Width = 93 + Height = 266 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object Bevel1: TBevel + Left = 0 + Top = 0 + Width = 6 + Height = 266 + Align = alLeft + Shape = bsLeftLine + end + object btnAdd: TcxButton + Left = 6 + Top = 12 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Add' + TabOrder = 0 + OnClick = btnAddClick + LookAndFeel.NativeStyle = True + end + object btnDelete: TcxButton + Left = 6 + Top = 76 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + LookAndFeel.NativeStyle = True + end + object btnInsert: TcxButton + Left = 6 + Top = 44 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Insert' + TabOrder = 1 + OnClick = btnInsertClick + LookAndFeel.NativeStyle = True + end + object btnOk: TcxButton + Left = 6 + Top = 201 + Width = 83 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&OK' + ModalResult = 1 + TabOrder = 5 + OnClick = btnOkClick + LookAndFeel.NativeStyle = True + end + object btnCancel: TcxButton + Left = 6 + Top = 233 + Width = 83 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 6 + LookAndFeel.NativeStyle = True + end + object btnSelectAll: TcxButton + Left = 6 + Top = 108 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Select All' + TabOrder = 3 + OnClick = btnSelectAllClick + LookAndFeel.NativeStyle = True + end + object btnValueType: TcxButton + Left = 6 + Top = 140 + Width = 83 + Height = 22 + Anchors = [akTop, akRight] + Caption = 'Set Value&Type' + TabOrder = 4 + DropDownMenu = mnuValueTypes + Kind = cxbkDropDown + LookAndFeel.NativeStyle = True + end + end + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 480 + Height = 266 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel3' + TabOrder = 0 + object cxgImageComboBoxItems: TcxGrid + Left = 0 + Top = 0 + Width = 480 + Height = 266 + Align = alClient + TabOrder = 0 + LookAndFeel.NativeStyle = True + object tvImageComboBoxItems: TcxGridTableView + OnKeyDown = tvImageComboBoxItemsKeyDown + NavigatorButtons.ConfirmDelete = False + OnInitEdit = tvImageComboBoxItemsInitEdit + DataController.Summary.DefaultGroupSummaryItems = <> + DataController.Summary.FooterSummaryItems = <> + DataController.Summary.SummaryGroups = <> + DataController.OnRecordChanged = tvImageComboBoxItemsDataControllerRecordChanged + DataController.Data = { + 960000000F00000044617461436F6E74726F6C6C657231050000001300000054 + 6378496E746567657256616C75655479706512000000546378537472696E6756 + 616C75655479706512000000546378537472696E6756616C7565547970651200 + 0000546378537472696E6756616C75655479706513000000546378496E746567 + 657256616C756554797065010000000001010001000000300101} + OptionsBehavior.CellHints = True + OptionsBehavior.ImmediateEditor = False + OptionsBehavior.ColumnHeaderHints = False + OptionsCustomize.ColumnFiltering = False + OptionsCustomize.ColumnGrouping = False + OptionsCustomize.ColumnHidingOnGrouping = False + OptionsCustomize.ColumnMoving = False + OptionsData.DeletingConfirmation = False + OptionsData.Inserting = False + OptionsSelection.MultiSelect = True + OptionsSelection.UnselectFocusedRecordOnExit = False + OptionsView.CellEndEllipsis = True + OptionsView.ShowEditButtons = gsebAlways + OptionsView.ColumnAutoWidth = True + OptionsView.ExpandButtonsForEmptyDetails = False + OptionsView.GroupByBox = False + object clnImage: TcxGridColumn + Caption = 'Image' + DataBinding.ValueType = 'Integer' + PropertiesClassName = 'TcxImageComboBoxProperties' + Properties.Items = < + item + end> + Properties.ShowDescriptions = False + MinWidth = 36 + Options.HorzSizing = False + Width = 36 + end + object clnDescription: TcxGridColumn + Caption = 'Description' + Width = 168 + end + object clnValue: TcxGridColumn + Caption = 'Value' + PropertiesClassName = 'TcxTextEditProperties' + Width = 109 + end + object clnValueType: TcxGridColumn + Caption = 'ValueType' + PropertiesClassName = 'TcxComboBoxProperties' + Properties.DropDownListStyle = lsFixedList + Properties.ImmediatePost = True + Properties.OnEditValueChanged = clnValueTypePropertiesEditValueChanged + Width = 117 + end + object clnTag: TcxGridColumn + Caption = 'Tag' + DataBinding.ValueType = 'Integer' + PropertiesClassName = 'TcxMaskEditProperties' + Properties.MaskKind = emkRegExprEx + Properties.EditMask = '\d+' + Width = 51 + end + end + object lvImageComboBoxItems: TcxGridLevel + GridView = tvImageComboBoxItems + end + end + end + object mnuValueTypes: TPopupMenu + Left = 390 + Top = 138 + object miAdd: TMenuItem + Caption = '&Add' + OnClick = miValueTypeClick + end + object miInsert: TMenuItem + Caption = '&Insert' + end + object miDelete: TMenuItem + Caption = '&Delete' + end + object N1: TMenuItem + Caption = '-' + end + object miHelp: TMenuItem + Caption = '&Help' + end + end +end diff --git a/official/x.19/Lib/D7/cxImportDialog.dcu b/official/x.19/Lib/D7/cxImportDialog.dcu new file mode 100644 index 00000000..d297841a Binary files /dev/null and b/official/x.19/Lib/D7/cxImportDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxImportDialog.dfm b/official/x.19/Lib/D7/cxImportDialog.dfm new file mode 100644 index 00000000..1ec25815 --- /dev/null +++ b/official/x.19/Lib/D7/cxImportDialog.dfm @@ -0,0 +1,148 @@ +object cxImportDialogForm: TcxImportDialogForm + Left = 288 + Top = 203 + BorderIcons = [biSystemMenu] + BorderStyle = bsSingle + Caption = 'Import' + ClientHeight = 367 + ClientWidth = 250 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 141 + Top = 0 + Width = 113 + Height = 367 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Button1: TButton + Left = 12 + Top = 8 + Width = 89 + Height = 25 + Caption = 'Import' + Enabled = False + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 12 + Top = 40 + Width = 89 + Height = 25 + Caption = 'Close' + TabOrder = 1 + OnClick = Button2Click + end + object Button3: TButton + Left = 12 + Top = 332 + Width = 89 + Height = 25 + Caption = 'Options >>' + TabOrder = 2 + OnClick = Button3Click + end + end + object ListBox1: TListBox + Left = 0 + Top = 0 + Width = 141 + Height = 367 + Align = alLeft + ItemHeight = 13 + TabOrder = 1 + OnClick = ListBox1Click + OnDblClick = ListBox1DblClick + end + object Panel2: TPanel + Left = 254 + Top = 0 + Width = 392 + Height = 367 + Align = alClient + TabOrder = 2 + object PageControl1: TPageControl + Left = 1 + Top = 1 + Width = 390 + Height = 365 + ActivePage = TabSheet2 + Align = alClient + TabOrder = 0 + TabStop = False + object TabSheet2: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + OnShow = TabSheet2Show + object GroupBox2: TGroupBox + Left = 0 + Top = 36 + Width = 382 + Height = 301 + Align = alBottom + Caption = ' StyleRepository Options ' + TabOrder = 1 + object RadioButton1: TRadioButton + Left = 16 + Top = 28 + Width = 169 + Height = 17 + Caption = 'Create New StyleRepository' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = RadioButton1Click + end + object RadioButton2: TRadioButton + Left = 16 + Top = 100 + Width = 173 + Height = 17 + Caption = 'Use Existing StyleRepository' + TabOrder = 2 + OnClick = RadioButton2Click + end + object Edit1: TEdit + Left = 36 + Top = 52 + Width = 229 + Height = 21 + TabOrder = 1 + end + object ComboBox1: TComboBox + Left = 36 + Top = 124 + Width = 229 + Height = 21 + Style = csDropDownList + Color = clBtnFace + Enabled = False + ItemHeight = 13 + TabOrder = 3 + end + end + object cbImportStyles: TCheckBox + Left = 4 + Top = 8 + Width = 97 + Height = 17 + Caption = 'Import Styles' + Checked = True + State = cbChecked + TabOrder = 0 + OnClick = cbImportStylesClick + end + end + end + end +end diff --git a/official/x.19/Lib/D7/cxInplaceContainer.dcu b/official/x.19/Lib/D7/cxInplaceContainer.dcu new file mode 100644 index 00000000..f254503c Binary files /dev/null and b/official/x.19/Lib/D7/cxInplaceContainer.dcu differ diff --git a/official/x.19/Lib/D7/cxInplaceContainerReg.dcu b/official/x.19/Lib/D7/cxInplaceContainerReg.dcu new file mode 100644 index 00000000..c18b8aec Binary files /dev/null and b/official/x.19/Lib/D7/cxInplaceContainerReg.dcu differ diff --git a/official/x.19/Lib/D7/cxInsCur.res b/official/x.19/Lib/D7/cxInsCur.res new file mode 100644 index 00000000..4866c97e Binary files /dev/null and b/official/x.19/Lib/D7/cxInsCur.res differ diff --git a/official/x.19/Lib/D7/cxLabel.dcu b/official/x.19/Lib/D7/cxLabel.dcu new file mode 100644 index 00000000..5e4555a1 Binary files /dev/null and b/official/x.19/Lib/D7/cxLabel.dcu differ diff --git a/official/x.19/Lib/D7/cxLibraryReg.dcr b/official/x.19/Lib/D7/cxLibraryReg.dcr new file mode 100644 index 00000000..6993e532 Binary files /dev/null and b/official/x.19/Lib/D7/cxLibraryReg.dcr differ diff --git a/official/x.19/Lib/D7/cxLibraryReg.dcu b/official/x.19/Lib/D7/cxLibraryReg.dcu new file mode 100644 index 00000000..044b6957 Binary files /dev/null and b/official/x.19/Lib/D7/cxLibraryReg.dcu differ diff --git a/official/x.19/Lib/D7/cxLibraryStrs.dcu b/official/x.19/Lib/D7/cxLibraryStrs.dcu new file mode 100644 index 00000000..9cb98290 Binary files /dev/null and b/official/x.19/Lib/D7/cxLibraryStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxLibraryVCLD7.dcu b/official/x.19/Lib/D7/cxLibraryVCLD7.dcu new file mode 100644 index 00000000..1847c92a Binary files /dev/null and b/official/x.19/Lib/D7/cxLibraryVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxLike.dcu b/official/x.19/Lib/D7/cxLike.dcu new file mode 100644 index 00000000..cbc7cecf Binary files /dev/null and b/official/x.19/Lib/D7/cxLike.dcu differ diff --git a/official/x.19/Lib/D7/cxListBox.dcu b/official/x.19/Lib/D7/cxListBox.dcu new file mode 100644 index 00000000..1851e0ab Binary files /dev/null and b/official/x.19/Lib/D7/cxListBox.dcu differ diff --git a/official/x.19/Lib/D7/cxListView.dcu b/official/x.19/Lib/D7/cxListView.dcu new file mode 100644 index 00000000..0d96a847 Binary files /dev/null and b/official/x.19/Lib/D7/cxListView.dcu differ diff --git a/official/x.19/Lib/D7/cxLookAndFeelPainters.dcu b/official/x.19/Lib/D7/cxLookAndFeelPainters.dcu new file mode 100644 index 00000000..85553896 Binary files /dev/null and b/official/x.19/Lib/D7/cxLookAndFeelPainters.dcu differ diff --git a/official/x.19/Lib/D7/cxLookAndFeelPainters.res b/official/x.19/Lib/D7/cxLookAndFeelPainters.res new file mode 100644 index 00000000..a0934e5d Binary files /dev/null and b/official/x.19/Lib/D7/cxLookAndFeelPainters.res differ diff --git a/official/x.19/Lib/D7/cxLookAndFeels.dcu b/official/x.19/Lib/D7/cxLookAndFeels.dcu new file mode 100644 index 00000000..9d5b95ae Binary files /dev/null and b/official/x.19/Lib/D7/cxLookAndFeels.dcu differ diff --git a/official/x.19/Lib/D7/cxLookupDBGrid.dcu b/official/x.19/Lib/D7/cxLookupDBGrid.dcu new file mode 100644 index 00000000..c8f3761b Binary files /dev/null and b/official/x.19/Lib/D7/cxLookupDBGrid.dcu differ diff --git a/official/x.19/Lib/D7/cxLookupEdit.dcu b/official/x.19/Lib/D7/cxLookupEdit.dcu new file mode 100644 index 00000000..eb67cf92 Binary files /dev/null and b/official/x.19/Lib/D7/cxLookupEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxLookupGrid.dcu b/official/x.19/Lib/D7/cxLookupGrid.dcu new file mode 100644 index 00000000..3a460e4d Binary files /dev/null and b/official/x.19/Lib/D7/cxLookupGrid.dcu differ diff --git a/official/x.19/Lib/D7/cxMCListBox.dcu b/official/x.19/Lib/D7/cxMCListBox.dcu new file mode 100644 index 00000000..a783dd67 Binary files /dev/null and b/official/x.19/Lib/D7/cxMCListBox.dcu differ diff --git a/official/x.19/Lib/D7/cxMRUEdit.dcu b/official/x.19/Lib/D7/cxMRUEdit.dcu new file mode 100644 index 00000000..ddc1a167 Binary files /dev/null and b/official/x.19/Lib/D7/cxMRUEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxMaskEdit.dcu b/official/x.19/Lib/D7/cxMaskEdit.dcu new file mode 100644 index 00000000..9dfb11dc Binary files /dev/null and b/official/x.19/Lib/D7/cxMaskEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxMaskEditTextEditor.dcu b/official/x.19/Lib/D7/cxMaskEditTextEditor.dcu new file mode 100644 index 00000000..622efbcb Binary files /dev/null and b/official/x.19/Lib/D7/cxMaskEditTextEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxMaskEditTextEditor.dfm b/official/x.19/Lib/D7/cxMaskEditTextEditor.dfm new file mode 100644 index 00000000..9ea3fe43 --- /dev/null +++ b/official/x.19/Lib/D7/cxMaskEditTextEditor.dfm @@ -0,0 +1,74 @@ +object cxMaskEditTextEditorDlg: TcxMaskEditTextEditorDlg + Left = 327 + Top = 323 + BorderStyle = bsDialog + Caption = 'Masked Text Editor' + ClientHeight = 151 + ClientWidth = 466 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + OnKeyDown = FormKeyDown + OnShow = FormShow + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 8 + Top = 24 + Width = 47 + Height = 13 + Caption = 'Input text:' + end + object Label2: TLabel + Left = 8 + Top = 62 + Width = 49 + Height = 13 + Caption = 'Edit mask:' + end + object Label3: TLabel + Left = 64 + Top = 62 + Width = 3 + Height = 13 + end + object Bevel1: TBevel + Left = 8 + Top = 96 + Width = 449 + Height = 2 + end + object cxMaskEdit1: TcxMaskEdit + Tag = 25 + Left = 64 + Top = 20 + Width = 391 + Height = 21 + Properties.IgnoreMaskBlank = True + Properties.MaxLength = 0 + TabOrder = 0 + end + object cxButton2: TButton + Left = 352 + Top = 112 + Width = 105 + Height = 25 + Caption = 'Cancel' + TabOrder = 1 + OnClick = cxButton2Click + end + object cxButton1: TButton + Left = 240 + Top = 112 + Width = 105 + Height = 25 + Caption = 'OK' + TabOrder = 2 + OnClick = cxButton1Click + end +end diff --git a/official/x.19/Lib/D7/cxMemo.dcu b/official/x.19/Lib/D7/cxMemo.dcu new file mode 100644 index 00000000..f7830916 Binary files /dev/null and b/official/x.19/Lib/D7/cxMemo.dcu differ diff --git a/official/x.19/Lib/D7/cxNavigator.dcu b/official/x.19/Lib/D7/cxNavigator.dcu new file mode 100644 index 00000000..d90b275a Binary files /dev/null and b/official/x.19/Lib/D7/cxNavigator.dcu differ diff --git a/official/x.19/Lib/D7/cxOI.dcu b/official/x.19/Lib/D7/cxOI.dcu new file mode 100644 index 00000000..e96bea3c Binary files /dev/null and b/official/x.19/Lib/D7/cxOI.dcu differ diff --git a/official/x.19/Lib/D7/cxOICollectionEd.dcu b/official/x.19/Lib/D7/cxOICollectionEd.dcu new file mode 100644 index 00000000..15fd6c68 Binary files /dev/null and b/official/x.19/Lib/D7/cxOICollectionEd.dcu differ diff --git a/official/x.19/Lib/D7/cxOICollectionEd.dfm b/official/x.19/Lib/D7/cxOICollectionEd.dfm new file mode 100644 index 00000000..22fb6b91 --- /dev/null +++ b/official/x.19/Lib/D7/cxOICollectionEd.dfm @@ -0,0 +1,451 @@ +object cxCollectionEditor: TcxCollectionEditor + Left = 534 + Top = 162 + Width = 191 + Height = 176 + HelpContext = 26150 + HorzScrollBar.Increment = 10 + VertScrollBar.Increment = 11 + BorderIcons = [biSystemMenu] + BorderStyle = bsSizeToolWin + Caption = 'CollectionEditor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + ShowHint = True + OnClose = FormClose + OnCreate = FormCreate + OnDestroy = FormDestroy + OnKeyDown = FormKeyDown + OnKeyPress = FormKeyPress + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object ToolBar1: TToolBar + Left = 0 + Top = 0 + Width = 183 + Height = 28 + AutoSize = True + ButtonHeight = 24 + ButtonWidth = 24 + EdgeBorders = [ebTop, ebBottom] + Flat = True + Images = ImageList + PopupMenu = PopupMenu2 + TabOrder = 1 + Wrapable = False + object ToolButton1: TToolButton + Left = 0 + Top = 0 + Action = acAdd + end + object ToolButton2: TToolButton + Left = 24 + Top = 0 + Action = acDelete + end + object ToolButton3: TToolButton + Left = 48 + Top = 0 + Width = 8 + Caption = 'ToolButton3' + ImageIndex = 2 + Style = tbsSeparator + end + object ToolButton4: TToolButton + Left = 56 + Top = 0 + Action = acMoveUp + end + object ToolButton5: TToolButton + Left = 80 + Top = 0 + Action = acMoveDown + end + end + object Panel: TPanel + Left = 0 + Top = 28 + Width = 183 + Height = 114 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object ListView1: TListView + Left = 0 + Top = 0 + Width = 183 + Height = 114 + Align = alClient + Columns = <> + ColumnClick = False + DragMode = dmAutomatic + HideSelection = False + ReadOnly = True + RowSelect = True + PopupMenu = PopupMenu1 + ShowColumnHeaders = False + TabOrder = 0 + ViewStyle = vsReport + OnChange = ListView1Change + OnDragDrop = ListView1DragDrop + OnDragOver = ListView1DragOver + OnKeyDown = ListView1KeyDown + OnKeyPress = ListView1KeyPress + end + end + object ImageList: TImageList + Left = 40 + Top = 40 + Bitmap = { + 494C010104000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000002000000001002000000000000020 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6 + C60000000000FFFFFF000000000084848400848484000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6 + C60000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF + FF00C6C6C6000000000000000000848484000000840000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF + FF00C6C6C6000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 000000000000000000000000000084848400000084000000840000FFFF00FFFF + FF0000FFFF00FFFFFF00848484000000840000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF008484 + 840000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000008484840084848400000084008484840000FF + FF00FFFFFF00848484000000840084848400FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000008484840000FFFF0000FFFF008484 + 8400FFFFFF0000FFFF008484840000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000008400000084008484 + 840000FFFF000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000084848400FFFFFF008484 + 840000FFFF008484840000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000084848400000084000000 + 84000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000848484008484840084848400FFFF + FF0084848400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000084848400000084000000 + 840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008484840000FF + FF00FFFFFF008484840084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000008484840000008400000084000000 + 8400000084008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000000000008484840000FFFF008484 + 840000FFFF008484840000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000840000008400848484000000 + 0000000084000000840084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000008484840000FFFF00000000008484 + 8400FFFFFF00000000008484840000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000840000008400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF0000000000000000008484 + 840000FFFF000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000008400000084008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF + 80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F + 80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007 + 00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F + 66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object ActionList: TActionList + Images = ImageList + Left = 8 + Top = 40 + object acAdd: TAction + ImageIndex = 0 + ShortCut = 45 + OnExecute = acAddExecute + end + object acDelete: TAction + Enabled = False + ImageIndex = 1 + ShortCut = 46 + OnExecute = acDeleteExecute + OnUpdate = SelectionUpdate + end + object acMoveUp: TAction + Enabled = False + ImageIndex = 2 + ShortCut = 16422 + OnExecute = acMoveUpExecute + OnUpdate = SelectionUpdate + end + object acMoveDown: TAction + Enabled = False + ImageIndex = 3 + ShortCut = 16424 + OnExecute = acMoveDownExecute + OnUpdate = SelectionUpdate + end + object acSelectAll: TAction + Enabled = False + ShortCut = 16449 + OnExecute = acSelectAllExecute + OnUpdate = SelectAllCommandUpdate + end + object acToolbar: TAction + Checked = True + OnExecute = acToolbarExecute + end + object acTextLabels: TAction + OnExecute = acTextLabelsExecute + end + end + object PopupMenu1: TPopupMenu + Images = ImageList + Left = 72 + Top = 40 + object miAdd: TMenuItem + Action = acAdd + end + object miDelete: TMenuItem + Action = acDelete + end + object miMoveUp: TMenuItem + Action = acMoveUp + end + object miMoveDown: TMenuItem + Action = acMoveDown + end + object N1: TMenuItem + Caption = '-' + end + object miToolbar: TMenuItem + Action = acToolbar + end + end + object PopupMenu2: TPopupMenu + Left = 104 + Top = 40 + object miTextLabels: TMenuItem + Action = acTextLabels + end + end +end diff --git a/official/x.19/Lib/D7/cxOIPictureEd.dcu b/official/x.19/Lib/D7/cxOIPictureEd.dcu new file mode 100644 index 00000000..95c1187a Binary files /dev/null and b/official/x.19/Lib/D7/cxOIPictureEd.dcu differ diff --git a/official/x.19/Lib/D7/cxOIPictureEd.dfm b/official/x.19/Lib/D7/cxOIPictureEd.dfm new file mode 100644 index 00000000..33550312 --- /dev/null +++ b/official/x.19/Lib/D7/cxOIPictureEd.dfm @@ -0,0 +1,169 @@ +object cxfmPictureEditor: TcxfmPictureEditor + Left = 295 + Top = 158 + Width = 372 + Height = 353 + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'Picture Editor' + Color = clBtnFace + Constraints.MinHeight = 220 + Constraints.MinWidth = 200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 0007EEE700000000074EEEEE00000000747EEEEE60000004447EEEEE66007400 + 4470EEE776604474C47068F8776004474C70068F877000C7C4703068F870000C + CC70BB3667000000CC70BB33370000003C70BB33300000003B80BB3330000000 + 3BBBBB333000000038888883300000000388888830000000003000000000FE0F + 0000F8070000F0030000E0010000300000000000000080800000C0000000E001 + 0000F0030000F0030000F0030000F0030000F0030000F8030000FC030000} + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox: TGroupBox + Left = 0 + Top = 0 + Width = 364 + Height = 287 + Align = alClient + TabOrder = 0 + object pnlRight: TPanel + Left = 273 + Top = 15 + Width = 89 + Height = 270 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnLoad: TcxButton + Left = 6 + Top = 6 + Width = 79 + Height = 23 + Caption = '&Load...' + TabOrder = 0 + OnClick = btnLoadClick + end + object btnSave: TcxButton + Left = 6 + Top = 34 + Width = 79 + Height = 23 + Caption = '&Save...' + TabOrder = 1 + OnClick = btnSaveClick + end + object btnCopy: TcxButton + Left = 6 + Top = 62 + Width = 79 + Height = 23 + Caption = '&Copy' + TabOrder = 2 + OnClick = btnCopyClick + end + object btnPaste: TcxButton + Left = 6 + Top = 90 + Width = 79 + Height = 23 + Caption = '&Paste' + TabOrder = 3 + OnClick = btnPasteClick + end + object btnClear: TcxButton + Left = 6 + Top = 118 + Width = 79 + Height = 23 + Caption = 'C&lear' + TabOrder = 4 + OnClick = btnClearClick + end + end + object pnlClient: TPanel + Left = 2 + Top = 15 + Width = 271 + Height = 270 + Align = alClient + BevelOuter = bvNone + BorderWidth = 6 + TabOrder = 1 + object Panel3: TPanel + Left = 6 + Top = 6 + Width = 259 + Height = 258 + Align = alClient + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + object Image: TcxImage + Left = 0 + Top = 0 + Width = 259 + Height = 258 + Align = alClient + TabOrder = 0 + end + end + end + end + object pnlBottom: TPanel + Left = 0 + Top = 287 + Width = 364 + Height = 32 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object pnlBottomRight: TPanel + Left = 164 + Top = 0 + Width = 200 + Height = 32 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object StatusBar1: TStatusBar + Left = 0 + Top = 13 + Width = 200 + Height = 19 + Panels = < + item + Bevel = pbNone + Width = 50 + end> + end + object btnCancel: TcxButton + Left = 104 + Top = 7 + Width = 81 + Height = 22 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 0 + end + object btnOk: TcxButton + Left = 15 + Top = 7 + Width = 80 + Height = 22 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + end + end +end diff --git a/official/x.19/Lib/D7/cxOIStringsEd.dcu b/official/x.19/Lib/D7/cxOIStringsEd.dcu new file mode 100644 index 00000000..cbd4343b Binary files /dev/null and b/official/x.19/Lib/D7/cxOIStringsEd.dcu differ diff --git a/official/x.19/Lib/D7/cxOIStringsEd.dfm b/official/x.19/Lib/D7/cxOIStringsEd.dfm new file mode 100644 index 00000000..a219dc3f --- /dev/null +++ b/official/x.19/Lib/D7/cxOIStringsEd.dfm @@ -0,0 +1,136 @@ +object cxfmStringsEditor: TcxfmStringsEditor + Left = 370 + Top = 256 + Width = 420 + Height = 349 + ActiveControl = Memo1 + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'String List Editor' + Color = clBtnFace + Constraints.MinHeight = 200 + Constraints.MinWidth = 200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 000000000000000000000000000000FFFFFFFFFFFF0000FFFFFFFFFFFF0000F0 + 000000000F0000FFFFFFFFFFFF0000F000000000FF0000FFFFFFFFFFFF0000F0 + 0000FFFFFF0000FFFFFFFFFFFF0000F00000000FFF0000FFFFFFFFFFFF0000F0 + 00000000FF0000FFFFFFFFFFFF0000000000000000000000000000000000FFFF + 0000800100008001000080010000800100008001000080010000800100008001 + 0000800100008001000080010000800100008001000080010000FFFF0000} + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 275 + Width = 412 + Height = 40 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object pnlBottomRight: TPanel + Left = 168 + Top = 0 + Width = 244 + Height = 40 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object StatusBar1: TStatusBar + Left = 0 + Top = 21 + Width = 244 + Height = 19 + Panels = < + item + Alignment = taCenter + Bevel = pbNone + Width = 50 + end> + end + object btnOK: TcxButton + Left = 64 + Top = 10 + Width = 81 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Left = 151 + Top = 10 + Width = 80 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 412 + Height = 275 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object GroupBox: TGroupBox + Left = 5 + Top = 5 + Width = 402 + Height = 265 + Align = alClient + TabOrder = 0 + object pnlClientTop: TPanel + Left = 2 + Top = 15 + Width = 398 + Height = 19 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label1: TLabel + Left = 9 + Top = 1 + Width = 32 + Height = 13 + Caption = 'Label1' + end + end + object pnlClientClient: TPanel + Left = 2 + Top = 34 + Width = 398 + Height = 229 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object Memo1: TcxMemo + Left = 5 + Top = 5 + Width = 388 + Height = 219 + Align = alClient + Lines.Strings = ( + 'Memo1') + Properties.OnChange = Memo1PropertiesChange + TabOrder = 0 + end + end + end + end +end diff --git a/official/x.19/Lib/D7/cxPC.dcu b/official/x.19/Lib/D7/cxPC.dcu new file mode 100644 index 00000000..c1528337 Binary files /dev/null and b/official/x.19/Lib/D7/cxPC.dcu differ diff --git a/official/x.19/Lib/D7/cxPCConsts.dcu b/official/x.19/Lib/D7/cxPCConsts.dcu new file mode 100644 index 00000000..64e2399d Binary files /dev/null and b/official/x.19/Lib/D7/cxPCConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxPCGoDialog.dcu b/official/x.19/Lib/D7/cxPCGoDialog.dcu new file mode 100644 index 00000000..bf6350f5 Binary files /dev/null and b/official/x.19/Lib/D7/cxPCGoDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxPCPainters.dcu b/official/x.19/Lib/D7/cxPCPainters.dcu new file mode 100644 index 00000000..bde845c3 Binary files /dev/null and b/official/x.19/Lib/D7/cxPCPainters.dcu differ diff --git a/official/x.19/Lib/D7/cxPCPaintersFactory.dcu b/official/x.19/Lib/D7/cxPCPaintersFactory.dcu new file mode 100644 index 00000000..85e974e8 Binary files /dev/null and b/official/x.19/Lib/D7/cxPCPaintersFactory.dcu differ diff --git a/official/x.19/Lib/D7/cxPCReg.dcr b/official/x.19/Lib/D7/cxPCReg.dcr new file mode 100644 index 00000000..17054b7a Binary files /dev/null and b/official/x.19/Lib/D7/cxPCReg.dcr differ diff --git a/official/x.19/Lib/D7/cxPCReg.dcu b/official/x.19/Lib/D7/cxPCReg.dcu new file mode 100644 index 00000000..75a5cda8 Binary files /dev/null and b/official/x.19/Lib/D7/cxPCReg.dcu differ diff --git a/official/x.19/Lib/D7/cxPageControlVCLD7.dcu b/official/x.19/Lib/D7/cxPageControlVCLD7.dcu new file mode 100644 index 00000000..8eea995b Binary files /dev/null and b/official/x.19/Lib/D7/cxPageControlVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxProgressBar.dcu b/official/x.19/Lib/D7/cxProgressBar.dcu new file mode 100644 index 00000000..7a4acd78 Binary files /dev/null and b/official/x.19/Lib/D7/cxProgressBar.dcu differ diff --git a/official/x.19/Lib/D7/cxPropEditors.dcu b/official/x.19/Lib/D7/cxPropEditors.dcu new file mode 100644 index 00000000..db375f3a Binary files /dev/null and b/official/x.19/Lib/D7/cxPropEditors.dcu differ diff --git a/official/x.19/Lib/D7/cxPropertiesConverters.dcu b/official/x.19/Lib/D7/cxPropertiesConverters.dcu new file mode 100644 index 00000000..e61e1330 Binary files /dev/null and b/official/x.19/Lib/D7/cxPropertiesConverters.dcu differ diff --git a/official/x.19/Lib/D7/cxPropertiesStore.dcu b/official/x.19/Lib/D7/cxPropertiesStore.dcu new file mode 100644 index 00000000..34272812 Binary files /dev/null and b/official/x.19/Lib/D7/cxPropertiesStore.dcu differ diff --git a/official/x.19/Lib/D7/cxPropertiesStoreEditor.dcu b/official/x.19/Lib/D7/cxPropertiesStoreEditor.dcu new file mode 100644 index 00000000..f8b6e8bc Binary files /dev/null and b/official/x.19/Lib/D7/cxPropertiesStoreEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxPropertiesStoreEditor.dfm b/official/x.19/Lib/D7/cxPropertiesStoreEditor.dfm new file mode 100644 index 00000000..66f022e3 --- /dev/null +++ b/official/x.19/Lib/D7/cxPropertiesStoreEditor.dfm @@ -0,0 +1,1116 @@ +object frmPropertiesStoreEditor: TfrmPropertiesStoreEditor + Left = 412 + Top = 178 + Width = 393 + Height = 553 + Caption = 'PropertiesStore Editor' + Color = clBtnFace + Constraints.MinHeight = 553 + Constraints.MinWidth = 393 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlClient: TPanel + Left = 0 + Top = 33 + Width = 385 + Height = 486 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlLeftTree: TPanel + Left = 0 + Top = 0 + Width = 272 + Height = 486 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 0 + object pnlLeftTreeTop: TPanel + Left = 4 + Top = 4 + Width = 264 + Height = 29 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblFindComponent: TLabel + Left = 7 + Top = 6 + Width = 80 + Height = 13 + Caption = 'Find Component:' + end + object edFindComponent: TEdit + Left = 96 + Top = 4 + Width = 165 + Height = 21 + TabOrder = 0 + OnKeyDown = edFindComponentKeyDown + end + end + object Tree: TTreeView + Left = 4 + Top = 33 + Width = 264 + Height = 449 + Align = alClient + Indent = 19 + ReadOnly = True + RightClickSelect = True + TabOrder = 0 + OnContextPopup = TreeContextPopup + OnCustomDrawItem = TreeCustomDrawItem + OnDeletion = TreeDeletion + OnKeyDown = TreeKeyDown + end + end + object pnlButtons: TPanel + Left = 272 + Top = 0 + Width = 113 + Height = 486 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object Panel1: TPanel + Left = 0 + Top = 348 + Width = 113 + Height = 138 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 113 + Height = 348 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object btnOK: TButton + Left = 4 + Top = 32 + Width = 105 + Height = 25 + Caption = 'OK' + TabOrder = 0 + OnClick = btnOKClick + end + object btnCancel: TButton + Left = 4 + Top = 64 + Width = 105 + Height = 25 + Caption = 'Cancel' + TabOrder = 1 + OnClick = btnCancelClick + end + end + end + end + object ToolBar: TToolBar + Left = 0 + Top = 0 + Width = 385 + Height = 33 + ButtonHeight = 30 + ButtonWidth = 31 + Caption = 'ToolBar' + Flat = True + Images = ImageList1 + TabOrder = 1 + object btnGroupByComponents: TToolButton + Left = 0 + Top = 0 + Hint = 'Group by components' + Action = actGroupByComponents + ImageIndex = 0 + ParentShowHint = False + ShowHint = True + end + object btnGroupByProperties: TToolButton + Left = 31 + Top = 0 + Hint = 'Group by properties' + Action = actGroupByProperties + ImageIndex = 1 + ParentShowHint = False + ShowHint = True + end + object ToolButton3: TToolButton + Left = 62 + Top = 0 + Width = 8 + Caption = 'ToolButton3' + ImageIndex = 2 + Style = tbsSeparator + end + object btnReset: TToolButton + Left = 70 + Top = 0 + Hint = 'Reset' + Caption = 'btnReset' + ImageIndex = 2 + ParentShowHint = False + ShowHint = True + OnClick = btnResetClick + end + object btnCheckAll: TToolButton + Left = 101 + Top = 0 + Hint = 'Check all' + Caption = 'btnCheckAll' + ImageIndex = 3 + ParentShowHint = False + ShowHint = True + OnClick = btnCheckAllClick + end + object btnUncheckAll: TToolButton + Left = 132 + Top = 0 + Hint = 'Uncheck all' + Caption = 'btnUncheckAll' + ImageIndex = 4 + ParentShowHint = False + ShowHint = True + OnClick = btnUncheckAllClick + end + object btnInvertChecking: TToolButton + Left = 163 + Top = 0 + Hint = 'Invert checking' + Caption = 'btnInvertChecking' + ImageIndex = 5 + ParentShowHint = False + ShowHint = True + OnClick = btnInvertCheckingClick + end + end + object ActionList1: TActionList + Left = 356 + Top = 4 + object actGroupByComponents: TAction + Caption = 'GroupByComponents' + OnExecute = actGroupByComponentsExecute + end + object actGroupByProperties: TAction + Caption = 'GroupByProperties' + OnExecute = actGroupByPropertiesExecute + end + end + object ImageList1: TImageList + Height = 24 + Width = 24 + Left = 324 + Top = 4 + Bitmap = { + 494C010106000900040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000060000000480000000100200000000000006C + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000080808000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF0000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080808000FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000080000000000000000000000000000080808000FFFFFF00800000008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 00000080000000800000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 0000008000000080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 00000080000000800000008000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 0000008000000080000000800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 00000080000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 000080000000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0 + C00000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000000000 + 0000FFFFFF0000000000FFFFFF000000000000000000FFFFFF0000000000C0C0 + C00000000000000000000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000FF000000FF00000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000FF000000FF00000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0 + C00000000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000FF0000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000C0C0 + C00000000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000C0C0C000C0C0 + C000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF0000000000FFFFFF000000000000000000C0C0 + C00080000000808080000000000000000000000000000000000000000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000C0C0C000C0C0C00000800000008000000080 + 00000080000000800000C0C0C000C0C0C0000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF00000000000000000000000000000000000000 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000000000FFFFFF00FFFFFF000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000008000000000 + 0000000000000000000000800000C0C0C000C0C0C00000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000FFFFFF00FFFFFF00FFFFFF000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000000000000000 + 0000000000000000000000000000008000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000800000008000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 000080000000800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000FFFFFF000000 + 000000000000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000008000000000 + 00000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080000000800000008000000080000000800000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF0000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000800000008000000080000000800000C0C0C000C0C0 + C0000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FFFFFF00FF00000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000080000000000000000000000000 + 0000000000000000000000800000008000000080000000800000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF00000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000800000000000000000 + 0000000000000080000000800000008000000080000000800000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 800080808000808080008080800000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00000000000000 + 0000000000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008000000080 + 0000008000000080000000800000C0C0C0000000000000800000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000800000000000000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF00000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000080 + 00000080000000800000000000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000008000000080 + 00000080000000800000008000000000000000000000000000000000000000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FFFFFF00FF00000000000000000000000000000000000000000000000000 + 0000008000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF00000000000000008000000000000000000000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000080000000800000008000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000060000000480000000100010000000000600300000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF000000000000FF8000FF + 8000000000000000FF8000FF8000000000000000FF8000FF8000000000000000 + FF8000FF8000000000000000FF8000FF8000000000000000FF8000FF80000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000001F700 + 01F70000000000000001E30001E30000000000000001C10001C1000000000000 + 0001F70001F70000000000000000EF0000EF00000000000000011F00011F0000 + 00000000FFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFE01FFF + F87FFFFFFFFF8000FFE01FFEF03FFFFFFFFF8000FEE007FE601FFFFFFFFF8000 + FE6007E0200FFFFFFFFF8000F02001EE6007FFFFFFFF8000F66001EEE003FFFF + FFFF8000F6E001EFF001FFC1FF000000F7E001EFF801FC00FF000000F7E001FF + FC01FC1C7F000000FFF801800E01FC3EFF000000F87801800F03FC3FFF000000 + E01E01800F87FC1C0F000000C00E01800FFFFFF80F000000C00FFF800FFFFFFC + 0F0000008007FF800FFFFF7C1F0000008007FF800FFFFFB81F0000008007FF80 + 0BFFFFC0BF0001F78007FF8001FFFFFFFF0001E3C00FFF8001FFFFFFFF0001C1 + C00FFFFE01FFFFFFFF0001F7E01FFFFF09FFFFFFFF0000EFF87FFFFFFFFFFFFF + FF00011FFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/cxRadioGroup.dcu b/official/x.19/Lib/D7/cxRadioGroup.dcu new file mode 100644 index 00000000..e611a7f9 Binary files /dev/null and b/official/x.19/Lib/D7/cxRadioGroup.dcu differ diff --git a/official/x.19/Lib/D7/cxRegExpr.dcu b/official/x.19/Lib/D7/cxRegExpr.dcu new file mode 100644 index 00000000..ef85db52 Binary files /dev/null and b/official/x.19/Lib/D7/cxRegExpr.dcu differ diff --git a/official/x.19/Lib/D7/cxRichEdit.dcu b/official/x.19/Lib/D7/cxRichEdit.dcu new file mode 100644 index 00000000..4fd6f85c Binary files /dev/null and b/official/x.19/Lib/D7/cxRichEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxScheduler.dcu b/official/x.19/Lib/D7/cxScheduler.dcu new file mode 100644 index 00000000..d57f570b Binary files /dev/null and b/official/x.19/Lib/D7/cxScheduler.dcu differ diff --git a/official/x.19/Lib/D7/cxScheduler.res b/official/x.19/Lib/D7/cxScheduler.res new file mode 100644 index 00000000..646ff116 Binary files /dev/null and b/official/x.19/Lib/D7/cxScheduler.res differ diff --git a/official/x.19/Lib/D7/cxSchedulerCustomControls.dcu b/official/x.19/Lib/D7/cxSchedulerCustomControls.dcu new file mode 100644 index 00000000..9666ba84 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerCustomControls.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerCustomResourceView.dcu b/official/x.19/Lib/D7/cxSchedulerCustomResourceView.dcu new file mode 100644 index 00000000..ed663023 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerCustomResourceView.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerDBStorage.dcu b/official/x.19/Lib/D7/cxSchedulerDBStorage.dcu new file mode 100644 index 00000000..62ed62d2 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerDBStorage.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerDateNavigator.dcu b/official/x.19/Lib/D7/cxSchedulerDateNavigator.dcu new file mode 100644 index 00000000..1d20ee76 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerDateNavigator.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerDayView.dcu b/official/x.19/Lib/D7/cxSchedulerDayView.dcu new file mode 100644 index 00000000..423462da Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerDayView.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerDialogs.dcu b/official/x.19/Lib/D7/cxSchedulerDialogs.dcu new file mode 100644 index 00000000..06283ebb Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerDialogs.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerEventEditor.dcu b/official/x.19/Lib/D7/cxSchedulerEventEditor.dcu new file mode 100644 index 00000000..130d92eb Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerEventEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerEventEditor.dfm b/official/x.19/Lib/D7/cxSchedulerEventEditor.dfm new file mode 100644 index 00000000..2f838bc8 --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerEventEditor.dfm @@ -0,0 +1,510 @@ +object cxSchedulerEventEditorForm: TcxSchedulerEventEditorForm + Left = 571 + Top = 315 + AutoScroll = False + ClientHeight = 492 + ClientWidth = 450 + Color = clBtnFace + Constraints.MinHeight = 410 + Constraints.MinWidth = 458 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + OldCreateOrder = True + Position = poScreenCenter + OnActivate = FormActivate + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 0 + Top = 454 + Width = 450 + Height = 38 + Align = alBottom + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object pnlThreeButtons: TPanel + Left = 0 + Top = 0 + Width = 340 + Height = 38 + Align = alClient + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + DesignSize = ( + 340 + 38) + object btnOk: TcxButton + Left = 15 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Left = 125 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnDelete: TcxButton + Left = 235 + Top = 7 + Width = 95 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + end + end + object pnlRecurrence: TPanel + Left = 340 + Top = 0 + Width = 110 + Height = 38 + Align = alRight + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + object btnRecurrence: TcxButton + Left = 5 + Top = 7 + Width = 95 + Height = 23 + Caption = '&Recurrence' + TabOrder = 0 + OnClick = btnRecurrenceClick + end + end + end + object pnlInformation: TPanel + Left = 0 + Top = 0 + Width = 450 + Height = 41 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 7 + DesignSize = ( + 450 + 41) + object Bevel6: TBevel + Left = 11 + Top = 33 + Width = 429 + Height = 7 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object btnFindTime: TcxButton + Left = 320 + Top = 8 + Width = 120 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Find available time' + TabOrder = 0 + OnClick = btnFindTimeClick + end + object cxGroupBox1: TcxGroupBox + Left = 13 + Top = 8 + Alignment = alCenterCenter + Anchors = [akLeft, akTop, akRight] + ParentBackground = False + ParentColor = False + Style.Color = clInfoBk + Style.TransparentBorder = False + TabOrder = 1 + Height = 23 + Width = 298 + object lbInformation: TLabel + Left = 4 + Top = 4 + Width = 290 + Height = 15 + AutoSize = False + Caption = 'Conflicts with another event in your schedule.' + end + end + end + object pnlCaption: TPanel + Left = 0 + Top = 41 + Width = 450 + Height = 65 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + DesignSize = ( + 450 + 65) + object lbSubject: TLabel + Left = 16 + Top = 13 + Width = 40 + Height = 13 + Caption = 'Subject:' + FocusControl = teSubject + end + object lbLocation: TLabel + Left = 16 + Top = 38 + Width = 44 + Height = 13 + Caption = 'Location:' + FocusControl = teLocation + end + object lbLabel: TLabel + Left = 239 + Top = 38 + Width = 29 + Height = 13 + Anchors = [akTop, akRight] + Caption = 'La&bel:' + FocusControl = icbLabel + end + object teSubject: TcxTextEdit + Left = 72 + Top = 9 + Anchors = [akLeft, akTop, akRight] + Properties.OnChange = OnChanged + TabOrder = 0 + Width = 369 + end + object teLocation: TcxTextEdit + Left = 72 + Top = 34 + Anchors = [akLeft, akTop, akRight] + Properties.OnChange = OnChanged + TabOrder = 1 + Width = 145 + end + object icbLabel: TcxImageComboBox + Left = 272 + Top = 34 + Anchors = [akTop, akRight] + Properties.Items = <> + Properties.OnChange = OnChanged + TabOrder = 2 + Width = 169 + end + end + object pnlTime: TPanel + Left = 0 + Top = 106 + Width = 450 + Height = 67 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 2 + DesignSize = ( + 450 + 67) + object Bevel4: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 8 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object lbStartTime: TLabel + Left = 16 + Top = 15 + Width = 51 + Height = 13 + Caption = 'Start time:' + FocusControl = deStart + end + object lbEndTime: TLabel + Left = 16 + Top = 40 + Width = 45 + Height = 13 + Caption = 'End time:' + FocusControl = deEnd + end + object deStart: TcxDateEdit + Left = 96 + Top = 11 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = OnChanged + Properties.OnEditValueChanged = StartDateChanged + TabOrder = 0 + Width = 121 + end + object teStart: TcxTimeEdit + Left = 224 + Top = 11 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = OnEventTimeChanged + TabOrder = 1 + Width = 78 + end + object deEnd: TcxDateEdit + Left = 96 + Top = 36 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = OnChanged + TabOrder = 2 + Width = 121 + end + object teEnd: TcxTimeEdit + Left = 224 + Top = 36 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = OnEventTimeChanged + TabOrder = 3 + Width = 78 + end + object cbAllDayEvent: TcxCheckBox + Left = 320 + Top = 12 + Caption = 'All day event' + Properties.OnChange = cbAllDayEventPropertiesChange + TabOrder = 4 + Width = 121 + end + end + object pnlRecurrenceInfo: TPanel + Left = 0 + Top = 173 + Width = 450 + Height = 40 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 3 + DesignSize = ( + 450 + 40) + object Bevel7: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 8 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object lbRecurrence: TLabel + Left = 16 + Top = 15 + Width = 59 + Height = 13 + Caption = 'Recurrence:' + end + object lbRecurrencePattern: TLabel + Left = 88 + Top = 16 + Width = 353 + Height = 13 + Anchors = [akLeft, akTop, akRight] + AutoSize = False + Caption = 'PatternInfo' + WordWrap = True + end + end + object pnlPlaceHolder: TPanel + Left = 0 + Top = 256 + Width = 450 + Height = 43 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 5 + object pnlReminder: TPanel + Left = 0 + Top = 4 + Width = 224 + Height = 39 + Align = alLeft + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object cbReminder: TcxCheckBox + Left = 11 + Top = 9 + Caption = 'Reminder:' + Properties.OnChange = OnChanged + State = cbsChecked + TabOrder = 0 + OnClick = cbReminderClick + Width = 81 + end + object cbReminderMinutesBeforeStart: TcxComboBox + Left = 96 + Top = 8 + Properties.ImmediateDropDown = False + Properties.ImmediatePost = True + Properties.IncrementalSearch = False + Properties.OnChange = OnChanged + Properties.OnPopup = cbReminderMinutesBeforeStartPropertiesPopup + Properties.OnValidate = cbReminderMinutesBeforeStartPropertiesValidate + TabOrder = 1 + Width = 121 + end + end + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 450 + Height = 4 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 1 + DesignSize = ( + 450 + 4) + object Bevel3: TBevel + Left = 11 + Top = 0 + Width = 439 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + end + object pnlShowTimeAs: TPanel + Left = 224 + Top = 4 + Width = 281 + Height = 39 + Align = alLeft + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 2 + object lbShowTimeAs: TLabel + Left = 16 + Top = 12 + Width = 67 + Height = 13 + Caption = 'Show time as:' + FocusControl = icbShowTimeAs + end + object icbShowTimeAs: TcxImageComboBox + Left = 96 + Top = 8 + Properties.Items = <> + Properties.OnChange = OnEventTimeChanged + TabOrder = 0 + Width = 121 + end + end + end + object pnlMessage: TPanel + Left = 0 + Top = 299 + Width = 450 + Height = 155 + Align = alClient + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 6 + DesignSize = ( + 450 + 155) + object Bevel2: TBevel + Left = 11 + Top = 0 + Width = 429 + Height = 9 + Anchors = [akLeft, akTop, akRight] + Shape = bsTopLine + end + object Bevel1: TBevel + Left = 11 + Top = 147 + Width = 429 + Height = 7 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object meMessage: TcxMemo + Left = 10 + Top = 12 + Anchors = [akLeft, akTop, akRight, akBottom] + Properties.OnChange = OnChanged + TabOrder = 0 + Height = 129 + Width = 431 + end + end + object pnlResource: TPanel + Left = 0 + Top = 213 + Width = 450 + Height = 43 + Align = alTop + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 4 + DesignSize = ( + 450 + 43) + object lbResource: TLabel + Left = 16 + Top = 17 + Width = 62 + Height = 13 + Caption = 'Resource(s):' + end + object Bevel5: TBevel + Left = 11 + Top = -4 + Width = 429 + Height = 7 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object cbResources: TcxCheckComboBox + Left = 96 + Top = 13 + Anchors = [akLeft, akTop, akRight] + Properties.DropDownAutoWidth = False + Properties.EditValueFormat = cvfIndices + Properties.Items = <> + Properties.OnChange = OnResourceIDChanged + TabOrder = 0 + Width = 346 + end + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dcu b/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dcu new file mode 100644 index 00000000..c4dcff8b Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dfm b/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dfm new file mode 100644 index 00000000..882a025e --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerGoToDateDialog.dfm @@ -0,0 +1,75 @@ +object fmGoToDateForm: TfmGoToDateForm + Left = 160 + Top = 234 + BorderStyle = bsDialog + Caption = 'fmGoToDateForm' + ClientHeight = 90 + ClientWidth = 336 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poMainFormCenter + PixelsPerInch = 96 + TextHeight = 13 + object cxGroupBox1: TcxGroupBox + Left = 8 + Top = 4 + Style.HotTrack = False + TabOrder = 0 + Height = 77 + Width = 213 + object lbDate: TLabel + Left = 10 + Top = 20 + Width = 31 + Height = 13 + Caption = 'lbDate' + FocusControl = deDate + end + object lbShowIn: TLabel + Left = 10 + Top = 48 + Width = 44 + Height = 13 + Caption = 'lbShowIn' + FocusControl = cbShowIn + end + object deDate: TcxDateEdit + Left = 80 + Top = 16 + Properties.DateButtons = [btnToday] + TabOrder = 0 + Width = 121 + end + object cbShowIn: TcxComboBox + Left = 80 + Top = 44 + Properties.DropDownListStyle = lsFixedList + TabOrder = 1 + Width = 121 + end + end + object btnOk: TcxButton + Left = 232 + Top = 8 + Width = 95 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TcxButton + Left = 232 + Top = 42 + Width = 95 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerOutlookExchange.dcu b/official/x.19/Lib/D7/cxSchedulerOutlookExchange.dcu new file mode 100644 index 00000000..8b6b0c3d Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerOutlookExchange.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dcu b/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dcu new file mode 100644 index 00000000..9da0bd62 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dfm b/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dfm new file mode 100644 index 00000000..b38240da --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerRecurrenceEditor.dfm @@ -0,0 +1,595 @@ +object cxSchedulerRecurrenceEventEditorForm: TcxSchedulerRecurrenceEventEditorForm + Left = 199 + Top = 187 + ActiveControl = teStart + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Event recurrence' + ClientHeight = 330 + ClientWidth = 483 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOk: TcxButton + Left = 68 + Top = 298 + Width = 85 + Height = 23 + Caption = '&Ok' + Default = True + TabOrder = 0 + OnClick = btnOkClick + end + object btnCancel: TcxButton + Left = 172 + Top = 298 + Width = 85 + Height = 23 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnRemove: TcxButton + Left = 276 + Top = 298 + Width = 121 + Height = 23 + Caption = '&Remove recurrence' + Enabled = False + ModalResult = 3 + TabOrder = 2 + end + object gbTime: TcxGroupBox + Left = 8 + Top = 6 + Caption = 'Event time' + TabOrder = 3 + Height = 50 + Width = 466 + object lbStart: TLabel + Left = 14 + Top = 21 + Width = 28 + Height = 13 + Caption = 'Start:' + FocusControl = teStart + end + object lbEnd: TLabel + Left = 144 + Top = 21 + Width = 22 + Height = 13 + Caption = 'End:' + FocusControl = teEnd + end + object lbDuration: TLabel + Left = 264 + Top = 21 + Width = 45 + Height = 13 + Caption = 'Duration:' + FocusControl = cbDuration + end + object teStart: TcxTimeEdit + Left = 52 + Top = 17 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = DoChange + Properties.OnEditValueChanged = StartTimeChanged + TabOrder = 0 + Width = 78 + end + object teEnd: TcxTimeEdit + Left = 174 + Top = 17 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = DoChange + Properties.OnEditValueChanged = EndTimeChanged + TabOrder = 1 + Width = 78 + end + object cbDuration: TcxComboBox + Left = 323 + Top = 17 + Properties.ImmediateDropDown = False + Properties.ImmediatePost = True + Properties.IncrementalSearch = False + Properties.OnChange = DoChange + Properties.OnPopup = cbDurationPropertiesPopup + Properties.OnValidate = cbDurationPropertiesValidate + TabOrder = 2 + Width = 129 + end + end + object gbPattern: TcxGroupBox + Left = 8 + Top = 60 + Caption = 'Recurrence pattern' + TabOrder = 4 + Height = 127 + Width = 466 + object pnlPeriodicity: TPanel + Left = 2 + Top = 16 + Width = 93 + Height = 109 + Align = alLeft + BevelOuter = bvNone + ParentColor = True + TabOrder = 0 + object Bevel1: TBevel + Left = 90 + Top = 8 + Width = 3 + Height = 93 + Shape = bsLeftLine + end + object rbDaily: TcxRadioButton + Left = 8 + Top = 8 + Width = 80 + Height = 17 + Caption = 'Daily' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = SelectPeriodicityClick + end + object rbWeekly: TcxRadioButton + Tag = 1 + Left = 8 + Top = 32 + Width = 80 + Height = 17 + Caption = 'Weekly' + TabOrder = 1 + OnClick = SelectPeriodicityClick + end + object rbMonthly: TcxRadioButton + Tag = 2 + Left = 8 + Top = 56 + Width = 80 + Height = 17 + Caption = 'Monthly' + TabOrder = 2 + OnClick = SelectPeriodicityClick + end + object rbYearly: TcxRadioButton + Tag = 3 + Left = 8 + Top = 80 + Width = 80 + Height = 17 + Caption = 'Yearly' + TabOrder = 3 + OnClick = SelectPeriodicityClick + end + end + object pcPattern: TPageControl + Left = 95 + Top = 16 + Width = 369 + Height = 109 + ActivePage = tsDaily + Align = alClient + Style = tsButtons + TabOrder = 1 + TabStop = False + object tsDaily: TTabSheet + TabVisible = False + object lbDay: TLabel + Left = 115 + Top = 7 + Width = 18 + Height = 13 + Caption = 'day' + end + object rbEveryWeekday: TcxRadioButton + Left = 2 + Top = 35 + Width = 113 + Height = 17 + Caption = 'Every weekday' + TabOrder = 1 + OnClick = rbEveryWeekdayClick + end + object rbEvery: TcxRadioButton + Left = 2 + Top = 6 + Width = 66 + Height = 17 + Caption = 'Every' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object meDay: TcxMaskEdit + Left = 74 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = meDayPropertiesChange + TabOrder = 2 + OnExit = ValidateNumber + Width = 32 + end + end + object tsWeekly: TTabSheet + TabVisible = False + object lbWeeksOn: TLabel + Left = 117 + Top = 7 + Width = 57 + Height = 13 + Caption = 'week(s) on:' + end + object lbRecurEvery: TLabel + Left = 4 + Top = 7 + Width = 59 + Height = 13 + Caption = 'Recur every' + FocusControl = meNumOfWeek + end + object cbDayOfWeek1: TcxCheckBox + Tag = 1 + Left = 0 + Top = 38 + Caption = 'Sunday' + Properties.OnChange = DoChange + TabOrder = 1 + Width = 90 + end + object cbDayOfWeek7: TcxCheckBox + Tag = 7 + Left = 178 + Top = 62 + Caption = 'Saturday' + Properties.OnChange = DoChange + TabOrder = 7 + Width = 90 + end + object cbDayOfWeek6: TcxCheckBox + Tag = 6 + Left = 89 + Top = 62 + Caption = 'Friday' + Properties.OnChange = DoChange + TabOrder = 6 + Width = 90 + end + object cbDayOfWeek5: TcxCheckBox + Tag = 5 + Left = 0 + Top = 62 + Caption = 'Thursday' + Properties.OnChange = DoChange + TabOrder = 5 + Width = 90 + end + object cbDayOfWeek4: TcxCheckBox + Tag = 4 + Left = 267 + Top = 38 + Caption = 'Wednesday' + Properties.OnChange = DoChange + TabOrder = 4 + Width = 90 + end + object cbDayOfWeek3: TcxCheckBox + Tag = 3 + Left = 178 + Top = 38 + Caption = 'Tuesday' + Properties.OnChange = DoChange + TabOrder = 3 + Width = 90 + end + object cbDayOfWeek2: TcxCheckBox + Tag = 2 + Left = 89 + Top = 38 + Caption = 'Monday' + Properties.OnChange = DoChange + TabOrder = 2 + Width = 90 + end + object meNumOfWeek: TcxMaskEdit + Left = 74 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = DoChange + TabOrder = 0 + OnExit = ValidateNumber + Width = 32 + end + end + object tsMonthly: TTabSheet + ImageIndex = 3 + TabVisible = False + object lbOfEvery1: TLabel + Left = 226 + Top = 36 + Width = 41 + Height = 13 + Caption = 'of every' + end + object lbOfEvery: TLabel + Left = 92 + Top = 7 + Width = 41 + Height = 13 + Caption = 'of every' + end + object lbMonths1: TLabel + Left = 311 + Top = 36 + Width = 43 + Height = 13 + Caption = 'month(s)' + end + object lbMonths: TLabel + Left = 174 + Top = 7 + Width = 43 + Height = 13 + Caption = 'month(s)' + end + object cbDay: TcxComboBox + Tag = 11534460 + Left = 121 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.DropDownRows = 10 + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 4 + Width = 96 + end + object rbThe: TcxRadioButton + Left = 2 + Top = 35 + Width = 49 + Height = 17 + Caption = 'The' + TabOrder = 1 + OnClick = DoChange + end + object rbDay: TcxRadioButton + Left = 2 + Top = 6 + Width = 50 + Height = 17 + Caption = 'Day' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object cbWeek: TcxComboBox + Tag = 11534460 + Left = 53 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 3 + Width = 65 + end + object meNumMonth1: TcxMaskEdit + Tag = 11534460 + Left = 273 + Top = 32 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetTheRadioButtonChecked + TabOrder = 5 + OnExit = ValidateNumber + Width = 32 + end + object meNumMonth: TcxMaskEdit + Tag = 11533468 + Left = 139 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetDayRadioButtonChecked + TabOrder = 2 + OnExit = ValidateNumber + Width = 32 + end + object meNumOfDay: TcxMaskEdit + Tag = 11533468 + Left = 53 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = SetDayRadioButtonChecked + TabOrder = 6 + OnExit = ValidateNumber + Width = 32 + end + end + object tsYearly: TTabSheet + TabVisible = False + object lbOf: TLabel + Left = 243 + Top = 36 + Width = 10 + Height = 13 + Caption = 'of' + end + object cbDay1: TcxComboBox + Tag = 11589716 + Left = 130 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.DropDownRows = 10 + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 5 + Width = 103 + end + object rbThe1: TcxRadioButton + Left = 2 + Top = 35 + Width = 49 + Height = 17 + Caption = 'The' + TabOrder = 1 + end + object rbEvery1: TcxRadioButton + Left = 2 + Top = 6 + Width = 57 + Height = 17 + Caption = 'Every' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = DoChange + end + object cbWeek1: TcxComboBox + Tag = 11589716 + Left = 60 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 4 + Width = 65 + end + object cbMonths1: TcxComboBox + Tag = 11589716 + Left = 262 + Top = 32 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbWeek1PropertiesChange + TabOrder = 6 + Width = 90 + end + object cbMonths: TcxComboBox + Tag = 11588656 + Left = 60 + Top = 3 + Properties.DropDownListStyle = lsFixedList + Properties.OnChange = cbMonthsPropertiesChange + TabOrder = 2 + Width = 90 + end + object meDayOfMonth: TcxMaskEdit + Tag = 11588656 + Left = 155 + Top = 3 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = cbMonthsPropertiesChange + TabOrder = 3 + OnExit = ValidateNumber + Width = 32 + end + end + end + end + object gbRange: TcxGroupBox + Left = 8 + Top = 191 + Caption = 'Range of recurrence' + TabOrder = 5 + Height = 97 + Width = 466 + object lbStart1: TLabel + Left = 16 + Top = 28 + Width = 28 + Height = 13 + Caption = 'Start:' + FocusControl = deStart + end + object lbOccurrences: TLabel + Left = 332 + Top = 44 + Width = 58 + Height = 13 + Caption = 'occurrences' + end + object deStart: TcxDateEdit + Left = 56 + Top = 24 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = DoChange + Properties.OnEditValueChanged = deStartPropertiesEditValueChanged + TabOrder = 0 + Width = 135 + end + object rbNoEndDate: TcxRadioButton + Left = 216 + Top = 16 + Width = 113 + Height = 17 + Caption = 'No end date' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = rbNoEndDateClick + end + object rbEndAfter: TcxRadioButton + Left = 216 + Top = 43 + Width = 73 + Height = 17 + Caption = 'End after:' + TabOrder = 2 + OnClick = DoChange + end + object rbEndBy: TcxRadioButton + Left = 216 + Top = 70 + Width = 73 + Height = 17 + Caption = 'End by:' + TabOrder = 3 + OnClick = DoChange + end + object deEndBy: TcxDateEdit + Tag = 11453468 + Left = 292 + Top = 66 + Properties.DateButtons = [btnToday] + Properties.InputKind = ikStandard + Properties.OnChange = deEndByPropertiesChange + Properties.OnEditValueChanged = deEndByPropertiesEditValueChanged + TabOrder = 5 + Width = 135 + end + object meEndAfter: TcxMaskEdit + Tag = 11452416 + Left = 292 + Top = 39 + Properties.MaskKind = emkRegExpr + Properties.EditMask = '\d{0,4}' + Properties.MaxLength = 0 + Properties.OnChange = meEndAfterPropertiesChange + Properties.OnEditValueChanged = meEndAfterPropertiesEditValueChanged + TabOrder = 4 + OnExit = meEndAfterExit + Width = 32 + end + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dcu b/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dcu new file mode 100644 index 00000000..98fe7704 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dfm b/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dfm new file mode 100644 index 00000000..20f101e0 --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerRecurrenceSelectionDialog.dfm @@ -0,0 +1,83 @@ +object fmRecurrenceSelectionForm: TfmRecurrenceSelectionForm + Left = 217 + Top = 476 + BorderStyle = bsDialog + Caption = 'fmRecurrenceSelectionForm' + ClientHeight = 143 + ClientWidth = 261 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poMainFormCenter + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object lbMessage: TLabel + Left = 67 + Top = 8 + Width = 186 + Height = 44 + AutoSize = False + Caption = 'lbMessage' + WordWrap = True + end + object Image: TImage + Left = 8 + Top = 4 + Width = 49 + Height = 49 + Center = True + end + object pnlControls: TPanel + Left = 0 + Top = 59 + Width = 261 + Height = 84 + Align = alBottom + BevelOuter = bvNone + FullRepaint = False + ParentColor = True + TabOrder = 0 + object btnCancel: TcxButton + Left = 136 + Top = 53 + Width = 90 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 0 + end + object rbSeries: TcxRadioButton + Left = 56 + Top = 25 + Width = 193 + Height = 17 + Caption = 'rbSeries' + TabOrder = 1 + end + object rbOccurrence: TcxRadioButton + Left = 56 + Top = 2 + Width = 201 + Height = 17 + Caption = 'rbOccurrence' + Checked = True + TabOrder = 2 + TabStop = True + end + object btnOk: TcxButton + Left = 36 + Top = 53 + Width = 90 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 3 + end + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerReg.dcr b/official/x.19/Lib/D7/cxSchedulerReg.dcr new file mode 100644 index 00000000..b5e7661e Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerReg.dcr differ diff --git a/official/x.19/Lib/D7/cxSchedulerReg.dcu b/official/x.19/Lib/D7/cxSchedulerReg.dcu new file mode 100644 index 00000000..328cbc52 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerReg.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerReminderWindow.dcu b/official/x.19/Lib/D7/cxSchedulerReminderWindow.dcu new file mode 100644 index 00000000..626cedb0 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerReminderWindow.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerReminderWindow.dfm b/official/x.19/Lib/D7/cxSchedulerReminderWindow.dfm new file mode 100644 index 00000000..7f8347e2 --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerReminderWindow.dfm @@ -0,0 +1,121 @@ +object cxSchedulerReminderForm: TcxSchedulerReminderForm + Left = 288 + Top = 89 + ActiveControl = lvItems + BorderIcons = [biSystemMenu, biMinimize] + BorderStyle = bsSingle + ClientHeight = 294 + ClientWidth = 456 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pbImage: TPaintBox + Left = 10 + Top = 10 + Width = 16 + Height = 16 + Visible = False + OnPaint = DrawIcon + end + object lbEventCaption: TLabel + Left = 32 + Top = 10 + Width = 409 + Height = 15 + AutoSize = False + end + object lbEventStartTime: TLabel + Left = 32 + Top = 32 + Width = 3 + Height = 13 + end + object lvItems: TcxListView + Left = 9 + Top = 76 + Width = 437 + Height = 129 + ColumnClick = False + Columns = < + item + Width = 290 + end + item + Width = 120 + end> + HideSelection = False + MultiSelect = True + ReadOnly = True + RowSelect = True + Style.HotTrack = False + TabOrder = 0 + ViewStyle = vsReport + OnDblClick = lvItemsDblClick + OnKeyDown = lvItemsKeyDown + OnSelectItem = lvItemsSelectItem + end + object btnDismissAll: TcxButton + Left = 9 + Top = 212 + Width = 90 + Height = 23 + Caption = 'Dismiss &All' + Enabled = False + TabOrder = 1 + OnClick = ButtonClick + end + object btnOpenItem: TcxButton + Tag = 1 + Left = 256 + Top = 212 + Width = 90 + Height = 23 + Caption = '&Open Item' + Enabled = False + TabOrder = 2 + OnClick = ButtonClick + end + object btnDismiss: TcxButton + Tag = 2 + Left = 355 + Top = 212 + Width = 90 + Height = 23 + Caption = '&Dismiss' + Enabled = False + TabOrder = 3 + OnClick = ButtonClick + end + object cbSnoozeTime: TcxComboBox + Left = 9 + Top = 263 + Enabled = False + Properties.DropDownListStyle = lsFixedList + TabOrder = 4 + Width = 338 + end + object btnSnooze: TcxButton + Tag = 3 + Left = 355 + Top = 262 + Width = 90 + Height = 23 + Caption = '&Snooze' + Default = True + Enabled = False + TabOrder = 5 + OnClick = ButtonClick + end + object tmUpdate: TTimer + Enabled = False + Interval = 30000 + OnTimer = tmUpdateTimer + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dcu b/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dcu new file mode 100644 index 00000000..428703a2 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dfm b/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dfm new file mode 100644 index 00000000..9a13af58 --- /dev/null +++ b/official/x.19/Lib/D7/cxSchedulerResourcesLayoutEditor.dfm @@ -0,0 +1,66 @@ +object fmResourcesLayoutEditor: TfmResourcesLayoutEditor + Left = 249 + Top = 230 + ActiveControl = clbResources + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Resource editor' + ClientHeight = 227 + ClientWidth = 301 + Color = clBtnFace + Constraints.MinHeight = 160 + Constraints.MinWidth = 220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TcxButton + Left = 210 + Top = 196 + Width = 85 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + ModalResult = 2 + TabOrder = 0 + end + object btnUp: TcxButton + Left = 210 + Top = 8 + Width = 85 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Up' + TabOrder = 1 + OnClick = BtnClick + end + object btnDown: TcxButton + Tag = 1 + Left = 210 + Top = 40 + Width = 85 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Down' + TabOrder = 2 + OnClick = BtnClick + end + object clbResources: TcxCheckListBox + Left = 8 + Top = 8 + Width = 195 + Height = 212 + Anchors = [akLeft, akTop, akRight, akBottom] + Items = <> + TabOrder = 3 + OnClick = clbResourcesClick + OnDragOver = clbResourcesDragOver + OnEditValueChanged = clbResourcesEditValueChanged + OnKeyDown = clbResourcesKeyDown + OnMouseDown = clbResourcesMouseDown + end +end diff --git a/official/x.19/Lib/D7/cxSchedulerStorage.dcu b/official/x.19/Lib/D7/cxSchedulerStorage.dcu new file mode 100644 index 00000000..171d3bf4 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerStorage.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerStrs.dcu b/official/x.19/Lib/D7/cxSchedulerStrs.dcu new file mode 100644 index 00000000..f171b916 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerTimeGridView.dcu b/official/x.19/Lib/D7/cxSchedulerTimeGridView.dcu new file mode 100644 index 00000000..200d8df8 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerTimeGridView.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerUtils.dcu b/official/x.19/Lib/D7/cxSchedulerUtils.dcu new file mode 100644 index 00000000..b5d90287 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerVCLD7.dcu b/official/x.19/Lib/D7/cxSchedulerVCLD7.dcu new file mode 100644 index 00000000..9ee631bd Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerWeekView.dcu b/official/x.19/Lib/D7/cxSchedulerWeekView.dcu new file mode 100644 index 00000000..39e58542 Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerWeekView.dcu differ diff --git a/official/x.19/Lib/D7/cxSchedulerYearView.dcu b/official/x.19/Lib/D7/cxSchedulerYearView.dcu new file mode 100644 index 00000000..8aef7f5f Binary files /dev/null and b/official/x.19/Lib/D7/cxSchedulerYearView.dcu differ diff --git a/official/x.19/Lib/D7/cxScrollBar.dcu b/official/x.19/Lib/D7/cxScrollBar.dcu new file mode 100644 index 00000000..b06ca7a8 Binary files /dev/null and b/official/x.19/Lib/D7/cxScrollBar.dcu differ diff --git a/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dcu b/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dcu new file mode 100644 index 00000000..2d6928ba Binary files /dev/null and b/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dcu differ diff --git a/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dfm b/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dfm new file mode 100644 index 00000000..ebd88738 --- /dev/null +++ b/official/x.19/Lib/D7/cxSelectEditRepositoryItem.dfm @@ -0,0 +1,74 @@ +object cxSelectRepositoryItem: TcxSelectRepositoryItem + Left = 403 + Top = 209 + BorderStyle = bsDialog + Caption = 'Select EditRepositoryItem' + ClientHeight = 392 + ClientWidth = 346 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 10 + Top = 320 + Width = 56 + Height = 13 + Caption = 'Description:' + end + object lbItems: TListBox + Left = 8 + Top = 8 + Width = 233 + Height = 305 + ItemHeight = 13 + Sorted = True + TabOrder = 0 + OnClick = lbItemsClick + OnMouseDown = lbItemsMouseDown + end + object Panel1: TPanel + Left = 8 + Top = 335 + Width = 329 + Height = 49 + BevelInner = bvLowered + Color = clInfoBk + TabOrder = 3 + object lbHint: TLabel + Left = 4 + Top = 4 + Width = 321 + Height = 41 + AutoSize = False + Caption = 'LongHint' + WordWrap = True + end + end + object btOk: TButton + Left = 256 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Ok' + Default = True + Enabled = False + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TButton + Left = 256 + Top = 40 + Width = 75 + Height = 25 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/cxShellBrowser.dcu b/official/x.19/Lib/D7/cxShellBrowser.dcu new file mode 100644 index 00000000..1b505baf Binary files /dev/null and b/official/x.19/Lib/D7/cxShellBrowser.dcu differ diff --git a/official/x.19/Lib/D7/cxShellBrowser.dfm b/official/x.19/Lib/D7/cxShellBrowser.dfm new file mode 100644 index 00000000..a7ba7928 --- /dev/null +++ b/official/x.19/Lib/D7/cxShellBrowser.dfm @@ -0,0 +1,74 @@ +object cxShellBrowserDlg: TcxShellBrowserDlg + Left = 455 + Top = 160 + ActiveControl = cxStv + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Browse for Folder' + ClientHeight = 358 + ClientWidth = 308 + Color = clBtnFace + Constraints.MinHeight = 300 + Constraints.MinWidth = 250 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCreate = FormCreate + OnPaint = FormPaint + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object lblFolder: TLabel + Left = 12 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Current Folder' + end + object cxStv: TcxShellTreeView + Left = 12 + Top = 56 + Width = 284 + Height = 261 + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + Options.ShowNonFolders = False + RightClickSelect = True + TabOrder = 0 + OnChange = cxStvChange + end + object cxTeFolder: TcxTextEdit + Left = 12 + Top = 24 + Anchors = [akLeft, akTop, akRight, akBottom] + Properties.ReadOnly = True + Style.Color = clWindow + TabOrder = 1 + Width = 284 + end + object cxButton1: TcxButton + Left = 139 + Top = 323 + Width = 75 + Height = 25 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object cxButton2: TcxButton + Left = 219 + Top = 323 + Width = 75 + Height = 25 + Anchors = [akRight, akBottom] + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/cxShellBrowserDialog.dcu b/official/x.19/Lib/D7/cxShellBrowserDialog.dcu new file mode 100644 index 00000000..fadc1ff0 Binary files /dev/null and b/official/x.19/Lib/D7/cxShellBrowserDialog.dcu differ diff --git a/official/x.19/Lib/D7/cxShellComboBox.dcu b/official/x.19/Lib/D7/cxShellComboBox.dcu new file mode 100644 index 00000000..9d93a97e Binary files /dev/null and b/official/x.19/Lib/D7/cxShellComboBox.dcu differ diff --git a/official/x.19/Lib/D7/cxShellCommon.dcu b/official/x.19/Lib/D7/cxShellCommon.dcu new file mode 100644 index 00000000..5ea05a5b Binary files /dev/null and b/official/x.19/Lib/D7/cxShellCommon.dcu differ diff --git a/official/x.19/Lib/D7/cxShellControls.dcu b/official/x.19/Lib/D7/cxShellControls.dcu new file mode 100644 index 00000000..b65441ad Binary files /dev/null and b/official/x.19/Lib/D7/cxShellControls.dcu differ diff --git a/official/x.19/Lib/D7/cxShellDlgs.dcu b/official/x.19/Lib/D7/cxShellDlgs.dcu new file mode 100644 index 00000000..55e3ddd4 Binary files /dev/null and b/official/x.19/Lib/D7/cxShellDlgs.dcu differ diff --git a/official/x.19/Lib/D7/cxShellEditRepositoryItems.dcu b/official/x.19/Lib/D7/cxShellEditRepositoryItems.dcu new file mode 100644 index 00000000..b3b3e533 Binary files /dev/null and b/official/x.19/Lib/D7/cxShellEditRepositoryItems.dcu differ diff --git a/official/x.19/Lib/D7/cxShellEditorsReg.dcu b/official/x.19/Lib/D7/cxShellEditorsReg.dcu new file mode 100644 index 00000000..74c6449a Binary files /dev/null and b/official/x.19/Lib/D7/cxShellEditorsReg.dcu differ diff --git a/official/x.19/Lib/D7/cxShellListView.dcu b/official/x.19/Lib/D7/cxShellListView.dcu new file mode 100644 index 00000000..d82efabf Binary files /dev/null and b/official/x.19/Lib/D7/cxShellListView.dcu differ diff --git a/official/x.19/Lib/D7/cxShellTreeView.dcu b/official/x.19/Lib/D7/cxShellTreeView.dcu new file mode 100644 index 00000000..2cc83830 Binary files /dev/null and b/official/x.19/Lib/D7/cxShellTreeView.dcu differ diff --git a/official/x.19/Lib/D7/cxSpinButton.dcu b/official/x.19/Lib/D7/cxSpinButton.dcu new file mode 100644 index 00000000..adef4be9 Binary files /dev/null and b/official/x.19/Lib/D7/cxSpinButton.dcu differ diff --git a/official/x.19/Lib/D7/cxSpinEdit.dcu b/official/x.19/Lib/D7/cxSpinEdit.dcu new file mode 100644 index 00000000..39e02a6d Binary files /dev/null and b/official/x.19/Lib/D7/cxSpinEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxSplitter.dcu b/official/x.19/Lib/D7/cxSplitter.dcu new file mode 100644 index 00000000..fec586de Binary files /dev/null and b/official/x.19/Lib/D7/cxSplitter.dcu differ diff --git a/official/x.19/Lib/D7/cxSplitterEditor.dcu b/official/x.19/Lib/D7/cxSplitterEditor.dcu new file mode 100644 index 00000000..9f7294f9 Binary files /dev/null and b/official/x.19/Lib/D7/cxSplitterEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxSplitterEditor.dfm b/official/x.19/Lib/D7/cxSplitterEditor.dfm new file mode 100644 index 00000000..94aeb28b --- /dev/null +++ b/official/x.19/Lib/D7/cxSplitterEditor.dfm @@ -0,0 +1,258 @@ +object cxSplitEditor: TcxSplitEditor + Left = 224 + Top = 210 + ActiveControl = cxCbAhd + BorderStyle = bsDialog + ClientHeight = 383 + ClientWidth = 466 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object cxGroupBox1: TcxGroupBox + Left = 8 + Top = 200 + Width = 449 + Height = 145 + Caption = ' Preview ' + TabOrder = 0 + object Panel1: TPanel + Left = 8 + Top = 16 + Width = 426 + Height = 121 + BevelOuter = bvNone + TabOrder = 0 + object cxListBox1: TcxListBox + Left = 0 + Top = 0 + Width = 145 + Height = 121 + TabStop = False + Align = alLeft + ItemHeight = 13 + TabOrder = 0 + end + object cxSplit: TcxSplitter + Left = 145 + Top = 0 + Width = 8 + Height = 121 + AutoPosition = False + AutoSnap = True + Control = cxListBox1 + end + object cxListBox2: TcxListBox + Left = 153 + Top = 0 + Width = 273 + Height = 121 + TabStop = False + Align = alClient + ItemHeight = 13 + TabOrder = 2 + end + end + end + object cxGroupBox2: TcxGroupBox + Left = 8 + Top = 8 + Width = 153 + Height = 189 + Caption = ' Operation ' + TabOrder = 1 + object Label1: TLabel + Left = 27 + Top = 119 + Width = 40 + Height = 13 + Caption = 'Min Size' + end + object Label2: TLabel + Left = 28 + Top = 61 + Width = 88 + Height = 13 + Caption = 'Position after open' + end + object cxCbAhd: TcxCheckBox + Left = 8 + Top = 16 + Width = 121 + Height = 21 + Caption = 'Allow HotZone Drag' + TabOrder = 0 + OnClick = cxCbAhdClick + end + object cxCbAp: TcxCheckBox + Left = 8 + Top = 40 + Width = 105 + Height = 21 + Caption = 'Auto Position' + TabOrder = 1 + OnClick = cxCbApClick + end + object cxCbSnap: TcxCheckBox + Left = 8 + Top = 99 + Width = 105 + Height = 21 + Caption = 'Auto Snap' + TabOrder = 3 + OnClick = cxCbSnapClick + end + object cxCbRu: TcxCheckBox + Left = 8 + Top = 161 + Width = 105 + Height = 21 + Caption = 'Resize Update' + TabOrder = 5 + OnClick = cxCbRuClick + end + object cxSeMs: TcxSpinEdit + Left = 27 + Top = 133 + Width = 89 + Height = 21 + Properties.MaxValue = 145.000000000000000000 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSeMsPropertiesChange + TabOrder = 4 + Value = 30 + end + object cxSePao: TcxSpinEdit + Left = 28 + Top = 75 + Width = 89 + Height = 21 + Properties.MaxValue = 200.000000000000000000 + Properties.MinValue = 1.000000000000000000 + Properties.SpinButtons.ShowFastButtons = True + Properties.OnChange = cxSePaoPropertiesChange + TabOrder = 2 + Value = 200 + end + end + object cxGroupBox3: TcxGroupBox + Left = 168 + Top = 8 + Width = 289 + Height = 189 + Caption = ' Hot Zone ' + TabOrder = 2 + object Label3: TLabel + Left = 9 + Top = 120 + Width = 73 + Height = 13 + Caption = 'HotZone Width' + end + object cxRbHzNone: TcxRadioButton + Left = 9 + Top = 40 + Width = 113 + Height = 17 + Caption = 'None' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = cxRbHzNoneClick + end + object cxRbHzMp8: TcxRadioButton + Left = 9 + Top = 65 + Width = 96 + Height = 17 + Hint = 'MediaPlayer8' + Caption = 'Media Player 8' + TabOrder = 2 + OnClick = cxRbHzMp8Click + end + object cxRbHzMp9: TcxRadioButton + Left = 106 + Top = 65 + Width = 113 + Height = 17 + Hint = 'MediaPlayer9' + Caption = 'Media Player 9' + TabOrder = 3 + OnClick = cxRbHzMp8Click + end + object cxRbHzSimple: TcxRadioButton + Left = 106 + Top = 90 + Width = 113 + Height = 17 + Hint = 'Simple' + Caption = 'Simple' + TabOrder = 4 + OnClick = cxRbHzMp8Click + end + object cxRbHzXp: TcxRadioButton + Left = 9 + Top = 90 + Width = 96 + Height = 17 + Hint = 'XPTaskBar' + Caption = 'XP Task Bar' + TabOrder = 5 + OnClick = cxRbHzMp8Click + end + object cxCbHzVisible: TcxCheckBox + Left = 9 + Top = 16 + Width = 121 + Height = 21 + Caption = 'Visible' + Enabled = False + Properties.OnChange = cxCbHzVisiblePropertiesChange + TabOrder = 0 + end + object cxTbHzWidth: TcxTrackBar + Left = 8 + Top = 136 + Width = 273 + Height = 49 + Position = 10 + Properties.Frequency = 5 + Properties.Min = 10 + Properties.Max = 100 + Properties.SelectionStart = 30 + Properties.SelectionEnd = 60 + Properties.SelectionColor = clGreen + Properties.OnChange = cxTbHzWidthPropertiesChange + TabOrder = 6 + end + end + object cxBtnOK: TcxButton + Left = 304 + Top = 352 + Width = 75 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 3 + end + object cxBtnCancel: TcxButton + Left = 384 + Top = 352 + Width = 75 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 4 + end + object cxLookAndFeelController1: TcxLookAndFeelController + Kind = lfFlat + NativeStyle = True + Left = 200 + Top = 344 + end +end diff --git a/official/x.19/Lib/D7/cxStandardMask.dcu b/official/x.19/Lib/D7/cxStandardMask.dcu new file mode 100644 index 00000000..4fa07a93 Binary files /dev/null and b/official/x.19/Lib/D7/cxStandardMask.dcu differ diff --git a/official/x.19/Lib/D7/cxStorage.dcu b/official/x.19/Lib/D7/cxStorage.dcu new file mode 100644 index 00000000..fb0871d1 Binary files /dev/null and b/official/x.19/Lib/D7/cxStorage.dcu differ diff --git a/official/x.19/Lib/D7/cxStyleRepositoryEditor.dcu b/official/x.19/Lib/D7/cxStyleRepositoryEditor.dcu new file mode 100644 index 00000000..e48ff291 Binary files /dev/null and b/official/x.19/Lib/D7/cxStyleRepositoryEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxStyleRepositoryEditor.dfm b/official/x.19/Lib/D7/cxStyleRepositoryEditor.dfm new file mode 100644 index 00000000..febda142 --- /dev/null +++ b/official/x.19/Lib/D7/cxStyleRepositoryEditor.dfm @@ -0,0 +1,232 @@ +inherited cxStyleRepositoryEditor: TcxStyleRepositoryEditor + Left = 333 + Top = 185 + Width = 317 + Height = 412 + Caption = 'StyleRepository editor' + Constraints.MinHeight = 350 + Constraints.MinWidth = 300 + Position = poDefaultPosOnly + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 0 + Top = 0 + Width = 309 + Height = 378 + ActivePage = tsStyles + Align = alClient + TabOrder = 0 + object tsStyles: TTabSheet + Caption = 'Styles' + object lbStyles: TListBox + Left = 0 + Top = 0 + Width = 210 + Height = 350 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmStyles + TabOrder = 0 + OnClick = lbStylesClick + end + object pnlStyles: TPanel + Left = 210 + Top = 0 + Width = 91 + Height = 350 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btStyleAdd: TButton + Left = 9 + Top = 8 + Width = 75 + Height = 25 + Caption = '&Add' + TabOrder = 0 + OnClick = btStyleAddClick + end + object btStyleDelete: TButton + Left = 9 + Top = 40 + Width = 75 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btStyleDeleteClick + end + object btClose: TButton + Left = 9 + Top = 316 + Width = 75 + Height = 26 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + end + end + object tsStyleSheets: TTabSheet + Caption = 'Style Sheets' + ImageIndex = 1 + object lbStyleSheets: TListBox + Left = 0 + Top = 0 + Width = 201 + Height = 350 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmStyleSheets + TabOrder = 0 + OnClick = lbStyleSheetsClick + end + object pnlStyleSheets: TPanel + Left = 201 + Top = 0 + Width = 100 + Height = 350 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btStyleSheetAdd: TButton + Left = 9 + Top = 8 + Width = 85 + Height = 25 + Caption = '&Add...' + TabOrder = 0 + OnClick = btStyleSheetAddClick + end + object btStyleSheetDelete: TButton + Left = 9 + Top = 38 + Width = 85 + Height = 25 + Caption = '&Delete' + TabOrder = 1 + OnClick = btStyleSheetDeleteClick + end + object Button3: TButton + Left = 9 + Top = 316 + Width = 85 + Height = 26 + Anchors = [akLeft, akBottom] + Caption = '&Close' + TabOrder = 2 + OnClick = btCloseClick + end + object btnStyleSheetEdit: TButton + Left = 9 + Top = 68 + Width = 85 + Height = 25 + Caption = '&Edit...' + TabOrder = 3 + OnClick = btnStyleSheetEditClick + end + object btnStyleSheetsSave: TButton + Left = 9 + Top = 104 + Width = 85 + Height = 25 + Caption = '&Save to ini...' + TabOrder = 4 + OnClick = btnStyleSheetsSaveClick + end + object btnStyleSheetsLoad: TButton + Left = 9 + Top = 133 + Width = 85 + Height = 25 + Caption = '&Load from ini...' + TabOrder = 5 + OnClick = btnStyleSheetsLoadClick + end + object btnStyleSheetsPredefine: TButton + Left = 9 + Top = 163 + Width = 85 + Height = 25 + Caption = '&Predefined...' + TabOrder = 6 + OnClick = btnStyleSheetsPredefineClick + end + end + end + end + object pmStyles: TPopupMenu + Left = 40 + Top = 88 + object miStyleAdd: TMenuItem + Caption = 'Add' + ShortCut = 45 + OnClick = btStyleAddClick + end + object miStyleDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = btStyleDeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miStyleSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miStyleSelectAllClick + end + end + object pmStyleSheets: TPopupMenu + Left = 72 + Top = 168 + object miStyleSheetAdd: TMenuItem + Caption = 'Add...' + ShortCut = 45 + OnClick = btStyleSheetAddClick + end + object miStyleSheetDelete: TMenuItem + Caption = 'Delete' + Enabled = False + ShortCut = 46 + OnClick = btStyleSheetDeleteClick + end + object imStyleSheetEdit: TMenuItem + Caption = 'Edit...' + OnClick = btnStyleSheetEditClick + end + object MenuItem3: TMenuItem + Caption = '-' + end + object miStyleSheetSelectAll: TMenuItem + Caption = 'Select all' + Enabled = False + ShortCut = 16449 + OnClick = miStyleSheetSelectAllClick + end + end + object pmAddStyleSheet: TPopupMenu + Left = 128 + Top = 48 + end + object SaveDialog: TSaveDialog + DefaultExt = 'ini' + FileName = 'cxstyles.ini' + Filter = 'Ini files|*.ini' + Left = 160 + Top = 120 + end + object OpenDialog: TOpenDialog + DefaultExt = 'ini' + FileName = 'cxstyles.ini' + Filter = 'Ini files|*.ini' + Left = 160 + Top = 176 + end +end diff --git a/official/x.19/Lib/D7/cxStyleSheetEditor.dcu b/official/x.19/Lib/D7/cxStyleSheetEditor.dcu new file mode 100644 index 00000000..78eb1135 Binary files /dev/null and b/official/x.19/Lib/D7/cxStyleSheetEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxStyleSheetEditor.dfm b/official/x.19/Lib/D7/cxStyleSheetEditor.dfm new file mode 100644 index 00000000..42f7c457 --- /dev/null +++ b/official/x.19/Lib/D7/cxStyleSheetEditor.dfm @@ -0,0 +1,222 @@ +object frmcxStyleSheetEditor: TfrmcxStyleSheetEditor + Left = 377 + Top = 147 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'StyleSheet Editor' + ClientHeight = 338 + ClientWidth = 319 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 303 + Width = 319 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Bevel: TBevel + Left = 0 + Top = 0 + Width = 319 + Height = 2 + Align = alTop + end + object pnlButtons: TPanel + Left = 150 + Top = 2 + Width = 169 + Height = 33 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnOK: TButton + Left = 7 + Top = 4 + Width = 75 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object bntCancel: TButton + Left = 88 + Top = 4 + Width = 75 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 319 + Height = 303 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 1 + object pnlStyles: TPanel + Left = 4 + Top = 4 + Width = 163 + Height = 295 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlStylesCaption: TPanel + Left = 0 + Top = 0 + Width = 163 + Height = 21 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + Caption = 'Styles' + TabOrder = 0 + end + object pnlStylesClient: TPanel + Left = 0 + Top = 21 + Width = 163 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object lbStyles: TListBox + Left = 0 + Top = 0 + Width = 163 + Height = 186 + Style = lbOwnerDrawVariable + Align = alClient + ItemHeight = 16 + MultiSelect = True + TabOrder = 0 + OnClick = lbStylesClick + OnDrawItem = lbStylesDrawItem + OnMeasureItem = lbStylesMeasureItem + end + object pnlStylesButtons: TPanel + Left = 0 + Top = 186 + Width = 163 + Height = 88 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object cbColor: TCheckBox + Left = 35 + Top = 33 + Width = 119 + Height = 25 + Caption = '&Color' + TabOrder = 0 + OnClick = cbClick + end + object btnBitmap: TButton + Left = 2 + Top = 4 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 1 + OnClick = btnBitmapClick + end + object btnColor1: TButton + Left = 2 + Top = 33 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 2 + OnClick = btnColor1Click + end + object btnFont1: TButton + Left = 2 + Top = 62 + Width = 25 + Height = 25 + Caption = '...' + TabOrder = 3 + OnClick = btnFont1Click + end + object cbFont: TCheckBox + Left = 35 + Top = 62 + Width = 119 + Height = 25 + Caption = '&Font' + TabOrder = 4 + OnClick = cbClick + end + object cbBitmap: TCheckBox + Left = 35 + Top = 4 + Width = 117 + Height = 25 + Caption = '&Bitmap' + TabOrder = 5 + OnClick = cbClick + end + end + end + end + object pnlPreview: TPanel + Left = 171 + Top = 4 + Width = 144 + Height = 295 + Align = alRight + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 1 + object pnlPreviewCaption: TPanel + Left = 0 + Top = 0 + Width = 144 + Height = 21 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + Caption = 'Preview' + TabOrder = 0 + end + object pnlPreviewClient: TPanel + Left = 0 + Top = 21 + Width = 144 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end + end + end + object FontDialog: TFontDialog + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Left = 76 + Top = 28 + end + object ColorDialog: TColorDialog + Left = 44 + Top = 28 + end +end diff --git a/official/x.19/Lib/D7/cxStyleSheetsLoad.dcu b/official/x.19/Lib/D7/cxStyleSheetsLoad.dcu new file mode 100644 index 00000000..10f7afcc Binary files /dev/null and b/official/x.19/Lib/D7/cxStyleSheetsLoad.dcu differ diff --git a/official/x.19/Lib/D7/cxStyleSheetsLoad.dfm b/official/x.19/Lib/D7/cxStyleSheetsLoad.dfm new file mode 100644 index 00000000..fb67aa5a --- /dev/null +++ b/official/x.19/Lib/D7/cxStyleSheetsLoad.dfm @@ -0,0 +1,171 @@ +object frmcxStyleSheetsLoad: TfrmcxStyleSheetsLoad + Left = 303 + Top = 129 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'Predefined StyleSheets' + ClientHeight = 329 + ClientWidth = 659 + Color = clBtnFace + Constraints.MinHeight = 296 + Constraints.MinWidth = 315 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -10 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object pnlBottom: TPanel + Left = 0 + Top = 294 + Width = 659 + Height = 35 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Bevel: TBevel + Left = 0 + Top = 0 + Width = 659 + Height = 2 + Align = alTop + end + object btnLoad: TButton + Left = 497 + Top = 8 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'Load' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnClose: TButton + Left = 580 + Top = 8 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + ModalResult = 2 + TabOrder = 1 + end + end + object pnlClient: TPanel + Left = 0 + Top = 0 + Width = 659 + Height = 294 + Align = alClient + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object pnlStyles: TPanel + Left = 5 + Top = 5 + Width = 297 + Height = 284 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlStyleSheetClasses: TPanel + Left = 0 + Top = 0 + Width = 297 + Height = 25 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lbStyleSheetClass: TLabel + Left = 3 + Top = 1 + Width = 94 + Height = 18 + AutoSize = False + Caption = 'Style Sheet Class:' + Layout = tlCenter + end + object cbStyleSheetClasses: TComboBox + Left = 96 + Top = 0 + Width = 201 + Height = 21 + Style = csDropDownList + Anchors = [akTop, akRight] + DropDownCount = 10 + ItemHeight = 13 + TabOrder = 0 + end + end + object lbStyleSheets: TListBox + Left = 0 + Top = 25 + Width = 297 + Height = 259 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 1 + end + end + object pnlPreview: TPanel + Left = 302 + Top = 5 + Width = 352 + Height = 284 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 5 + Height = 284 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object Panel1: TPanel + Left = 5 + Top = 0 + Width = 347 + Height = 284 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 347 + Height = 25 + Align = alTop + Alignment = taLeftJustify + BevelOuter = bvNone + TabOrder = 0 + object lbPreview: TLabel + Left = 0 + Top = 0 + Width = 61 + Height = 21 + AutoSize = False + Caption = 'Preview' + Layout = tlCenter + end + end + object pnlPreviewClient: TPanel + Left = 0 + Top = 25 + Width = 347 + Height = 259 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end + end + end + end +end diff --git a/official/x.19/Lib/D7/cxStyles.dcu b/official/x.19/Lib/D7/cxStyles.dcu new file mode 100644 index 00000000..26ee5bce Binary files /dev/null and b/official/x.19/Lib/D7/cxStyles.dcu differ diff --git a/official/x.19/Lib/D7/cxTL.dcu b/official/x.19/Lib/D7/cxTL.dcu new file mode 100644 index 00000000..f05036e2 Binary files /dev/null and b/official/x.19/Lib/D7/cxTL.dcu differ diff --git a/official/x.19/Lib/D7/cxTL.res b/official/x.19/Lib/D7/cxTL.res new file mode 100644 index 00000000..071c538b Binary files /dev/null and b/official/x.19/Lib/D7/cxTL.res differ diff --git a/official/x.19/Lib/D7/cxTLConverter.dcu b/official/x.19/Lib/D7/cxTLConverter.dcu new file mode 100644 index 00000000..da90c71b Binary files /dev/null and b/official/x.19/Lib/D7/cxTLConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxTLData.dcu b/official/x.19/Lib/D7/cxTLData.dcu new file mode 100644 index 00000000..111d8e31 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLData.dcu differ diff --git a/official/x.19/Lib/D7/cxTLDsgnEdtrs.dcu b/official/x.19/Lib/D7/cxTLDsgnEdtrs.dcu new file mode 100644 index 00000000..0e9fd4ae Binary files /dev/null and b/official/x.19/Lib/D7/cxTLDsgnEdtrs.dcu differ diff --git a/official/x.19/Lib/D7/cxTLDsgnEdtrs.dfm b/official/x.19/Lib/D7/cxTLDsgnEdtrs.dfm new file mode 100644 index 00000000..b826314e --- /dev/null +++ b/official/x.19/Lib/D7/cxTLDsgnEdtrs.dfm @@ -0,0 +1,307 @@ +object cxTreeListBandColumnDesigner: TcxTreeListBandColumnDesigner + Left = 480 + Top = 171 + Width = 386 + Height = 317 + HorzScrollBar.Range = 5 + VertScrollBar.Range = 42 + AutoScroll = False + BorderIcons = [biSystemMenu] + Caption = 'TreeListDesigner' + Color = clBtnFace + Constraints.MinHeight = 281 + Constraints.MinWidth = 361 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + Scaled = False + PixelsPerInch = 96 + TextHeight = 13 + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 0 + Height = 283 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object PageControl: TPageControl + Left = 0 + Top = 0 + Width = 378 + Height = 283 + ActivePage = tsColumns + Align = alClient + TabOrder = 1 + OnChange = PageControlChange + object tsBands: TTabSheet + Caption = ' Bands ' + object Panel12: TPanel + Left = 257 + Top = 0 + Width = 113 + Height = 246 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnBAdd: TcxButton + Left = 5 + Top = 8 + Width = 105 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = BandTabButtonsClick + end + object btnBDel: TcxButton + Tag = 1 + Left = 5 + Top = 40 + Width = 105 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = BandTabButtonsClick + end + object btnBMoveU: TcxButton + Tag = 2 + Left = 5 + Top = 72 + Width = 105 + Height = 22 + Caption = 'Move &Up ' + TabOrder = 2 + OnClick = BandTabButtonsClick + end + object btnBMoveD: TcxButton + Tag = 3 + Left = 5 + Top = 104 + Width = 105 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 3 + OnClick = BandTabButtonsClick + end + object btnBResD: TcxButton + Tag = 4 + Left = 5 + Top = 136 + Width = 105 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 4 + OnClick = BandTabButtonsClick + end + object btnBResW: TcxButton + Tag = 5 + Left = 5 + Top = 168 + Width = 105 + Height = 22 + Caption = 'Restore &Widths' + TabOrder = 5 + OnClick = BandTabButtonsClick + end + end + object lbxBands: TListBox + Left = 0 + Top = 0 + Width = 257 + Height = 246 + Align = alClient + DragMode = dmAutomatic + ItemHeight = 16 + MultiSelect = True + PopupMenu = pmBands + TabOrder = 1 + OnClick = BandsListClick + OnKeyDown = lbxKeyDown + end + end + object tsColumns: TTabSheet + Caption = ' Columns ' + object pnButtons: TPanel + Left = 257 + Top = 0 + Width = 113 + Height = 255 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnCAdd: TcxButton + Left = 5 + Top = 8 + Width = 105 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = ColumnsEventHandle + end + object btnCDel: TcxButton + Tag = 1 + Left = 5 + Top = 40 + Width = 105 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = ColumnsEventHandle + end + object btnCMoveU: TcxButton + Tag = 2 + Left = 5 + Top = 72 + Width = 105 + Height = 22 + Caption = 'Move &Up ' + TabOrder = 2 + OnClick = ColumnsEventHandle + end + object btnCMoveD: TcxButton + Tag = 3 + Left = 5 + Top = 104 + Width = 105 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 3 + OnClick = ColumnsEventHandle + end + object btnCResD: TcxButton + Tag = 4 + Left = 5 + Top = 136 + Width = 105 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 4 + OnClick = ColumnsEventHandle + end + object btnCResW: TcxButton + Tag = 5 + Left = 5 + Top = 168 + Width = 105 + Height = 22 + Caption = 'Restore &Widths' + TabOrder = 5 + OnClick = ColumnsEventHandle + end + object btnCreateAllFields: TcxButton + Tag = 6 + Left = 5 + Top = 200 + Width = 105 + Height = 22 + Caption = 'Create all &fields' + TabOrder = 6 + OnClick = ColumnsEventHandle + end + end + object lbxColumns: TListBox + Left = 0 + Top = 0 + Width = 257 + Height = 255 + Align = alClient + DragMode = dmAutomatic + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmColumns + TabOrder = 1 + OnClick = ColumnsListClick + OnKeyDown = lbxKeyDown + end + end + end + object pmColumns: TPopupMenu + Left = 228 + Top = 6 + object mnuCAdd: TMenuItem + Caption = '&Add...' + ShortCut = 45 + OnClick = ColumnsEventHandle + end + object mnuCDel: TMenuItem + Tag = 1 + Caption = '&Delete' + ShortCut = 46 + OnClick = ColumnsEventHandle + end + object mnuCMoveU: TMenuItem + Tag = 2 + Caption = 'Move &Up' + OnClick = ColumnsEventHandle + end + object mnuCMoveD: TMenuItem + Tag = 3 + Caption = 'Move Dow&n' + OnClick = ColumnsEventHandle + end + object mnuCResD: TMenuItem + Tag = 4 + Caption = 'Rest&ore Defaults' + OnClick = ColumnsEventHandle + end + object mnuCResW: TMenuItem + Tag = 5 + Caption = 'Restore &Widths' + OnClick = ColumnsEventHandle + end + object mnuCreateAllFields: TMenuItem + Tag = 6 + Caption = 'Create all fields' + OnClick = ColumnsEventHandle + end + object mnuCSelectAll: TMenuItem + Tag = 8 + Caption = 'Select All' + ShortCut = 16449 + OnClick = ColumnsEventHandle + end + end + object pmBands: TPopupMenu + Left = 194 + Top = 6 + object mnuBAdd: TMenuItem + Caption = '&Add' + ShortCut = 45 + OnClick = BandTabButtonsClick + end + object mnuBDel: TMenuItem + Tag = 1 + Caption = '&Delete' + ShortCut = 46 + OnClick = BandTabButtonsClick + end + object mnuBMoveU: TMenuItem + Tag = 2 + Caption = 'Move &Up' + OnClick = BandTabButtonsClick + end + object mnuBMoveD: TMenuItem + Tag = 3 + Caption = 'Move Dow&n' + OnClick = BandTabButtonsClick + end + object mnuBResD: TMenuItem + Tag = 4 + Caption = 'Rest&ore Defaults' + OnClick = BandTabButtonsClick + end + object mnuBResW: TMenuItem + Caption = 'Restore &Width' + end + object mnuBSelectAll: TMenuItem + Tag = 8 + Caption = 'Select All' + ShortCut = 16449 + OnClick = BandTabButtonsClick + end + end +end diff --git a/official/x.19/Lib/D7/cxTLIntf.dcu b/official/x.19/Lib/D7/cxTLIntf.dcu new file mode 100644 index 00000000..3df11be4 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLIntf.dcu differ diff --git a/official/x.19/Lib/D7/cxTLItemsEdtr.dcu b/official/x.19/Lib/D7/cxTLItemsEdtr.dcu new file mode 100644 index 00000000..f511ed42 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLItemsEdtr.dcu differ diff --git a/official/x.19/Lib/D7/cxTLItemsEdtr.dfm b/official/x.19/Lib/D7/cxTLItemsEdtr.dfm new file mode 100644 index 00000000..c8f59a87 --- /dev/null +++ b/official/x.19/Lib/D7/cxTLItemsEdtr.dfm @@ -0,0 +1,345 @@ +object frmItemsEditor: TfrmItemsEditor + Left = 243 + Top = 174 + Width = 485 + Height = 374 + Anchors = [akLeft, akTop, akBottom] + BorderIcons = [biSystemMenu] + Caption = 'Items Editor' + Color = clBtnFace + Constraints.MinHeight = 374 + Constraints.MinWidth = 476 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Scaled = False + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 477 + Height = 304 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Panel3: TPanel + Left = 368 + Top = 0 + Width = 109 + Height = 304 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnNewItem: TcxButton + Tag = 4 + Left = 10 + Top = 8 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&New Item' + TabOrder = 0 + OnClick = cxButtonPress + end + object btnNewSubItem: TcxButton + Tag = 5 + Left = 10 + Top = 40 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = 'New &SubItem' + TabOrder = 1 + OnClick = cxButtonPress + end + object btnDelete: TcxButton + Tag = 6 + Left = 10 + Top = 72 + Width = 90 + Height = 22 + Anchors = [akTop, akRight] + Caption = '&Delete' + TabOrder = 2 + OnClick = cxButtonPress + end + object Panel5: TPanel + Left = 0 + Top = 100 + Width = 109 + Height = 204 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 3 + object gbIndexes: TGroupBox + Left = 10 + Top = 7 + Width = 91 + Height = 94 + Anchors = [akTop, akRight] + Caption = 'Image Indexes' + TabOrder = 0 + object Label1: TLabel + Left = 8 + Top = 24 + Width = 29 + Height = 13 + Caption = 'Image' + end + object Label2: TLabel + Left = 8 + Top = 48 + Width = 42 + Height = 13 + Caption = 'Selected' + end + object Label3: TLabel + Left = 8 + Top = 72 + Width = 25 + Height = 13 + Caption = 'State' + end + object edtImage: TcxTextEdit + Left = 59 + Top = 19 + Width = 24 + Height = 21 + TabOrder = 0 + Text = '0' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + object edtSelected: TcxTextEdit + Tag = 1 + Left = 59 + Top = 43 + Width = 24 + Height = 21 + TabOrder = 1 + Text = '0' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + object edtState: TcxTextEdit + Tag = 2 + Left = 59 + Top = 67 + Width = 24 + Height = 21 + TabOrder = 2 + Text = '-1' + OnExit = edtImageExit + OnKeyDown = edtImageKeyDown + end + end + object gbDefaultIndexes: TGroupBox + Left = 10 + Top = 108 + Width = 92 + Height = 94 + Anchors = [akTop, akRight] + Caption = 'Default Indexes' + TabOrder = 1 + object Label4: TLabel + Left = 8 + Top = 24 + Width = 29 + Height = 13 + Caption = 'Image' + end + object Label5: TLabel + Left = 8 + Top = 48 + Width = 42 + Height = 13 + Caption = 'Selected' + end + object Label6: TLabel + Left = 8 + Top = 72 + Width = 25 + Height = 13 + Caption = 'State' + end + object edtDefImage: TcxTextEdit + Left = 59 + Top = 19 + Width = 24 + Height = 21 + TabOrder = 0 + Text = '0' + end + object edtDefSelected: TcxTextEdit + Tag = 1 + Left = 59 + Top = 43 + Width = 24 + Height = 21 + TabOrder = 1 + Text = '0' + end + object edtDefState: TcxTextEdit + Tag = 2 + Left = 59 + Top = 67 + Width = 24 + Height = 21 + TabOrder = 2 + Text = '-1' + end + end + end + end + object Panel6: TPanel + Left = 0 + Top = 0 + Width = 368 + Height = 304 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel7: TPanel + Left = 0 + Top = 0 + Width = 368 + Height = 8 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + end + object Panel10: TPanel + Left = 0 + Top = 8 + Width = 8 + Height = 294 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + end + object cxTreeList1: TcxTreeList + Left = 8 + Top = 8 + Width = 360 + Height = 294 + Align = alClient + Bands = < + item + Caption.Text = 'Band + 1' + end> + BufferedPaint = False + DragMode = dmAutomatic + OptionsBehavior.AutomateLeftMostIndent = False + OptionsSelection.HideFocusRect = False + OptionsSelection.InvertSelect = False + OptionsSelection.MultiSelect = True + OptionsView.GridLines = tlglBoth + OptionsView.PaintStyle = tlpsCategorized + PopupMenu = mnuEditItems + Preview.Visible = True + TabOrder = 2 + OnDragOver = cxTreeList1DragOver + object cxTreeList1cxTreeListColumn1: TcxTreeListColumn + DataBinding.ValueType = 'String' + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + end + object Panel8: TPanel + Left = 0 + Top = 302 + Width = 368 + Height = 2 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + end + end + end + object Panel2: TPanel + Left = 0 + Top = 304 + Width = 477 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object btnCustomize: TcxButton + Left = 8 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akLeft, akBottom] + Caption = 'C&ustomize' + TabOrder = 0 + OnClick = cxButtonPress + end + object Panel4: TPanel + Left = 250 + Top = 0 + Width = 227 + Height = 36 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnOk: TcxButton + Tag = 1 + Left = 28 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Ok' + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TcxButton + Tag = 2 + Left = 128 + Top = 6 + Width = 90 + Height = 22 + Anchors = [akRight, akBottom] + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end + object mnuEditItems: TPopupMenu + Left = 296 + Top = 8 + object NewItem1: TMenuItem + Tag = 4 + Caption = '&New Item' + OnClick = cxButtonPress + end + object NewSubItem1: TMenuItem + Tag = 5 + Caption = 'New &SubItem' + OnClick = cxButtonPress + end + object Delete1: TMenuItem + Tag = 6 + Caption = '&Delete' + OnClick = cxButtonPress + end + object N1: TMenuItem + Caption = '-' + OnClick = cxButtonPress + end + object Customize1: TMenuItem + Caption = 'C&ustomize' + OnClick = cxButtonPress + end + end + object cxLookAndFeelController1: TcxLookAndFeelController + Left = 328 + Top = 8 + end +end diff --git a/official/x.19/Lib/D7/cxTLPredefinedStyles.dcu b/official/x.19/Lib/D7/cxTLPredefinedStyles.dcu new file mode 100644 index 00000000..e9c5c973 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLPredefinedStyles.dcu differ diff --git a/official/x.19/Lib/D7/cxTLPredefinedStyles.dfm b/official/x.19/Lib/D7/cxTLPredefinedStyles.dfm new file mode 100644 index 00000000..c35f995a --- /dev/null +++ b/official/x.19/Lib/D7/cxTLPredefinedStyles.dfm @@ -0,0 +1,4000 @@ +object cxdmTreeListPredefinedStyles: TcxdmTreeListPredefinedStyles + Left = 311 + Top = 194 + Height = 259 + Width = 315 + object StyleRepository: TcxStyleRepository + Left = 216 + Top = 48 + object cxStyle1: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle2: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16445924 + TextColor = clBlack + end + object cxStyle7: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15850688 + TextColor = clBlack + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12937777 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle9: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle11: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16711164 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -9 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle13: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15136253 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = 7346457 + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9818092 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = clBlack + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8036607 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [] + TextColor = clBlack + end + object cxStyle19: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4159924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8894686 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clOlive + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2179167 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial Narrow' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle24: TcxStyle + AssignedValues = [svColor] + Color = 14149876 + end + object cxStyle25: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9234160 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11788021 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle31: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6989624 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9157775 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4615972 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle35: TcxStyle + AssignedValues = [svColor] + Color = 13164490 + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16775416 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16443110 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14252010 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13271182 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clPurple + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9509542 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle46: TcxStyle + AssignedValues = [svColor] + Color = 14528184 + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle49: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461355 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6447714 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6908265 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle57: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle61: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13820129 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5337222 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7904931 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10862530 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15134192 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = clMaroon + end + object cxStyle67: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6392205 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle68: TcxStyle + AssignedValues = [svColor] + Color = 14674410 + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle73: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14542570 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9413547 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12307669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7572117 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle79: TcxStyle + AssignedValues = [svColor] + Color = 8421440 + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 11055248 + TextColor = clBlack + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14211272 + TextColor = clBlack + end + object cxStyle85: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9345127 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10397571 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = 7897176 + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + end + object cxStyle91: TcxStyle + AssignedValues = [svColor, svFont] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13140618 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13140105 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15521240 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle97: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13339026 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12876163 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 11619930 + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle102: TcxStyle + AssignedValues = [svColor] + Color = 15851746 + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3841470 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5680843 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14150898 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3443881 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8044502 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle113: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9016398 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8488544 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle123: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6053956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle124: TcxStyle + AssignedValues = [svColor] + Color = 14475461 + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10266296 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle129: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14476524 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6321567 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = 6307912 + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 13160664 + end + object cxStyle135: TcxStyle + AssignedValues = [svColor] + Color = 9476264 + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13626101 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8825791 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10343916 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 3122647 + end + object cxStyle145: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5341849 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle146: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9072727 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10124385 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14273729 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9401434 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9927006 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11639171 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 8217935 + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle157: TcxStyle + AssignedValues = [svColor] + Color = 11639171 + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clNavy + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7895258 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12935220 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle167: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 202 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clWhite + end + object cxStyle168: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle170: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle173: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8289995 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364767 + end + object cxStyle178: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle179: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle183: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9211088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12103888 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Times New Roman' + Font.Style = [] + TextColor = clBlack + end + object cxStyle188: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 7364768 + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle190: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle192: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle195: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14933198 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11441772 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = 9928789 + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle201: TcxStyle + AssignedValues = [svColor] + Color = 15591908 + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clTeal + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13886416 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle207: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8170097 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = 6592345 + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle212: TcxStyle + AssignedValues = [svColor] + Color = 15725290 + end + object cxStyle213: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle217: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11504771 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13746093 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12625805 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle223: TcxStyle + AssignedValues = [svColor] + Color = 14671839 + end + object cxStyle224: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8421440 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle227: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle228: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle229: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8421440 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle230: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10197760 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle232: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14803425 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsItalic] + TextColor = clTeal + end + object cxStyle233: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle234: TcxStyle + AssignedValues = [svColor] + Color = 8421440 + end + object cxStyle235: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4175028 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle236: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6342856 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle237: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle238: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle239: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13692654 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle240: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4175028 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle241: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 43690 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle242: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle243: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle244: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle245: TcxStyle + AssignedValues = [svColor] + Color = 13101807 + end + object cxStyle246: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle247: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle248: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle249: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle250: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle251: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle252: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11403264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle253: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle254: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle255: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle256: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle257: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle258: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle259: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle260: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14671839 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle261: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle262: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle263: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11730944 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle264: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle265: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle266: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle267: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle268: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle269: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle270: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle271: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle272: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle273: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle274: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10171663 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle275: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle276: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle277: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle278: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle279: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle280: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle281: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle282: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle283: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle284: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10434063 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle285: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle286: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 6956042 + end + object cxStyle287: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle288: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle289: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle290: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle291: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle292: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle293: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle294: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210907 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle295: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle296: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle297: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle298: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle299: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle300: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle301: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle302: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle303: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle304: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle305: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4671452 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle306: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle307: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle308: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle309: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle310: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle311: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle312: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle313: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle314: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle315: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle316: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9109503 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle317: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle318: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle319: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle320: TcxStyle + AssignedValues = [svColor] + Color = clBlack + end + object cxStyle321: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle322: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle323: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle324: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle325: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle326: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle327: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8257535 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle328: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle329: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle330: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle331: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle332: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle333: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle334: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle335: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle336: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle337: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle338: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11534512 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle339: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle340: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clPurple + end + object cxStyle341: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle342: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle343: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle344: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle345: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle346: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle347: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle348: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11141290 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle349: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle350: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clPurple + end + object cxStyle351: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clPurple + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle352: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle353: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle354: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle355: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle356: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15658734 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle357: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle358: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4802889 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle359: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle360: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle361: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle362: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle363: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle364: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle365: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle366: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15658734 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle367: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle368: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle369: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle370: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle371: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object TreeListStyleSheetDevExpress: TcxTreeListStyleSheet + Caption = 'DevExpress' + Styles.Background = cxStyle1 + Styles.Content = cxStyle5 + Styles.Inactive = cxStyle9 + Styles.Selection = cxStyle13 + Styles.BandBackground = cxStyle2 + Styles.BandHeader = cxStyle3 + Styles.ColumnHeader = cxStyle4 + Styles.ContentEven = cxStyle6 + Styles.ContentOdd = cxStyle7 + Styles.Footer = cxStyle8 + Styles.IncSearch = cxStyle10 + Styles.Indicator = cxStyle11 + Styles.Preview = cxStyle12 + BuiltIn = True + end + object TreeListStyleSheetUserFormat1: TcxTreeListStyleSheet + Caption = 'UserFormat1' + Styles.Content = cxStyle16 + Styles.Inactive = cxStyle20 + Styles.Selection = cxStyle23 + Styles.BandBackground = cxStyle24 + Styles.BandHeader = cxStyle14 + Styles.ColumnHeader = cxStyle15 + Styles.ContentEven = cxStyle17 + Styles.ContentOdd = cxStyle18 + Styles.Footer = cxStyle19 + Styles.Indicator = cxStyle21 + Styles.Preview = cxStyle22 + BuiltIn = True + end + object TreeListStyleSheetUserFormat2: TcxTreeListStyleSheet + Caption = 'UserFormat2' + Styles.Content = cxStyle27 + Styles.Inactive = cxStyle31 + Styles.Selection = cxStyle34 + Styles.BandBackground = cxStyle35 + Styles.BandHeader = cxStyle25 + Styles.ColumnHeader = cxStyle26 + Styles.ContentEven = cxStyle28 + Styles.ContentOdd = cxStyle29 + Styles.Footer = cxStyle30 + Styles.Indicator = cxStyle32 + Styles.Preview = cxStyle33 + BuiltIn = True + end + object TreeListStyleSheetUserFormat3: TcxTreeListStyleSheet + Caption = 'UserFormat3' + Styles.Content = cxStyle38 + Styles.Inactive = cxStyle42 + Styles.Selection = cxStyle45 + Styles.BandBackground = cxStyle46 + Styles.BandHeader = cxStyle36 + Styles.ColumnHeader = cxStyle37 + Styles.ContentEven = cxStyle39 + Styles.ContentOdd = cxStyle40 + Styles.Footer = cxStyle41 + Styles.Indicator = cxStyle43 + Styles.Preview = cxStyle44 + BuiltIn = True + end + object TreeListStyleSheetUserFormat4: TcxTreeListStyleSheet + Caption = 'UserFormat4' + Styles.Content = cxStyle49 + Styles.Inactive = cxStyle53 + Styles.Selection = cxStyle56 + Styles.BandBackground = cxStyle57 + Styles.BandHeader = cxStyle47 + Styles.ColumnHeader = cxStyle48 + Styles.ContentEven = cxStyle50 + Styles.ContentOdd = cxStyle51 + Styles.Footer = cxStyle52 + Styles.Indicator = cxStyle54 + Styles.Preview = cxStyle55 + BuiltIn = True + end + object TreeListStyleSheetBrick: TcxTreeListStyleSheet + Caption = 'Brick' + Styles.Content = cxStyle60 + Styles.Inactive = cxStyle64 + Styles.Selection = cxStyle67 + Styles.BandBackground = cxStyle68 + Styles.BandHeader = cxStyle58 + Styles.ColumnHeader = cxStyle59 + Styles.ContentEven = cxStyle61 + Styles.ContentOdd = cxStyle62 + Styles.Footer = cxStyle63 + Styles.Indicator = cxStyle65 + Styles.Preview = cxStyle66 + BuiltIn = True + end + object TreeListStyleSheetDesert: TcxTreeListStyleSheet + Caption = 'Desert' + Styles.Content = cxStyle71 + Styles.Inactive = cxStyle75 + Styles.Selection = cxStyle78 + Styles.BandBackground = cxStyle79 + Styles.BandHeader = cxStyle69 + Styles.ColumnHeader = cxStyle70 + Styles.ContentEven = cxStyle72 + Styles.ContentOdd = cxStyle73 + Styles.Footer = cxStyle74 + Styles.Indicator = cxStyle76 + Styles.Preview = cxStyle77 + BuiltIn = True + end + object TreeListStyleSheetEggplant: TcxTreeListStyleSheet + Caption = 'Eggplant' + Styles.Content = cxStyle82 + Styles.Inactive = cxStyle86 + Styles.Selection = cxStyle89 + Styles.BandBackground = cxStyle80 + Styles.BandHeader = cxStyle91 + Styles.ColumnFooter = cxStyle90 + Styles.ColumnHeader = cxStyle81 + Styles.ContentEven = cxStyle83 + Styles.ContentOdd = cxStyle84 + Styles.Footer = cxStyle85 + Styles.Indicator = cxStyle87 + Styles.Preview = cxStyle88 + BuiltIn = True + end + object TreeListStyleSheetLilac: TcxTreeListStyleSheet + Caption = 'Lilac' + Styles.Content = cxStyle94 + Styles.Inactive = cxStyle98 + Styles.Selection = cxStyle101 + Styles.BandBackground = cxStyle102 + Styles.BandHeader = cxStyle92 + Styles.ColumnHeader = cxStyle93 + Styles.ContentEven = cxStyle95 + Styles.ContentOdd = cxStyle96 + Styles.Footer = cxStyle97 + Styles.Indicator = cxStyle99 + Styles.Preview = cxStyle100 + BuiltIn = True + end + object TreeListStyleSheetMaple: TcxTreeListStyleSheet + Caption = 'Maple' + Styles.Content = cxStyle105 + Styles.Inactive = cxStyle109 + Styles.Selection = cxStyle112 + Styles.BandBackground = cxStyle113 + Styles.BandHeader = cxStyle103 + Styles.ColumnHeader = cxStyle104 + Styles.ContentEven = cxStyle106 + Styles.ContentOdd = cxStyle107 + Styles.Footer = cxStyle108 + Styles.Indicator = cxStyle110 + Styles.Preview = cxStyle111 + BuiltIn = True + end + object TreeListStyleSheetMarineHighColor: TcxTreeListStyleSheet + Caption = 'Marine (high color)' + Styles.Content = cxStyle116 + Styles.Inactive = cxStyle120 + Styles.Selection = cxStyle123 + Styles.BandBackground = cxStyle124 + Styles.BandHeader = cxStyle114 + Styles.ColumnHeader = cxStyle115 + Styles.ContentEven = cxStyle117 + Styles.ContentOdd = cxStyle118 + Styles.Footer = cxStyle119 + Styles.Indicator = cxStyle121 + Styles.Preview = cxStyle122 + BuiltIn = True + end + object TreeListStyleSheetPlumHighColor: TcxTreeListStyleSheet + Caption = 'Plum (high color)' + Styles.Content = cxStyle127 + Styles.Inactive = cxStyle131 + Styles.Selection = cxStyle134 + Styles.BandBackground = cxStyle135 + Styles.BandHeader = cxStyle125 + Styles.ColumnHeader = cxStyle126 + Styles.ContentEven = cxStyle128 + Styles.ContentOdd = cxStyle129 + Styles.Footer = cxStyle130 + Styles.Indicator = cxStyle132 + Styles.Preview = cxStyle133 + BuiltIn = True + end + object TreeListStyleSheetPumpkinLarge: TcxTreeListStyleSheet + Caption = 'Pumpkin (large)' + Styles.Content = cxStyle138 + Styles.Inactive = cxStyle142 + Styles.Selection = cxStyle145 + Styles.BandBackground = cxStyle146 + Styles.BandHeader = cxStyle136 + Styles.ColumnHeader = cxStyle137 + Styles.ContentEven = cxStyle139 + Styles.ContentOdd = cxStyle140 + Styles.Footer = cxStyle141 + Styles.Indicator = cxStyle143 + Styles.Preview = cxStyle144 + BuiltIn = True + end + object TreeListStyleSheetRainyDay: TcxTreeListStyleSheet + Caption = 'Rainy Day' + Styles.Content = cxStyle149 + Styles.Inactive = cxStyle153 + Styles.Selection = cxStyle156 + Styles.BandBackground = cxStyle157 + Styles.BandHeader = cxStyle147 + Styles.ColumnHeader = cxStyle148 + Styles.ContentEven = cxStyle150 + Styles.ContentOdd = cxStyle151 + Styles.Footer = cxStyle152 + Styles.Indicator = cxStyle154 + Styles.Preview = cxStyle155 + BuiltIn = True + end + object TreeListStyleSheetRedWhiteBlueVGA: TcxTreeListStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Content = cxStyle160 + Styles.Inactive = cxStyle164 + Styles.Selection = cxStyle167 + Styles.BandBackground = cxStyle168 + Styles.BandHeader = cxStyle158 + Styles.ColumnHeader = cxStyle159 + Styles.ContentEven = cxStyle161 + Styles.ContentOdd = cxStyle162 + Styles.Footer = cxStyle163 + Styles.Indicator = cxStyle165 + Styles.Preview = cxStyle166 + BuiltIn = True + end + object TreeListStyleSheetRose: TcxTreeListStyleSheet + Caption = 'Rose' + Styles.Content = cxStyle171 + Styles.Inactive = cxStyle175 + Styles.Selection = cxStyle178 + Styles.BandBackground = cxStyle179 + Styles.BandHeader = cxStyle169 + Styles.ColumnHeader = cxStyle170 + Styles.ContentEven = cxStyle172 + Styles.ContentOdd = cxStyle173 + Styles.Footer = cxStyle174 + Styles.Indicator = cxStyle176 + Styles.Preview = cxStyle177 + BuiltIn = True + end + object TreeListStyleSheetRoseLarge: TcxTreeListStyleSheet + Caption = 'Rose (large)' + Styles.Content = cxStyle182 + Styles.Inactive = cxStyle186 + Styles.Selection = cxStyle189 + Styles.BandBackground = cxStyle190 + Styles.BandHeader = cxStyle180 + Styles.ColumnHeader = cxStyle181 + Styles.ContentEven = cxStyle183 + Styles.ContentOdd = cxStyle184 + Styles.Footer = cxStyle185 + Styles.Indicator = cxStyle187 + Styles.Preview = cxStyle188 + BuiltIn = True + end + object TreeListStyleSheetSlate: TcxTreeListStyleSheet + Caption = 'Slate' + Styles.Content = cxStyle193 + Styles.Inactive = cxStyle197 + Styles.Selection = cxStyle200 + Styles.BandBackground = cxStyle201 + Styles.BandHeader = cxStyle191 + Styles.ColumnHeader = cxStyle192 + Styles.ContentEven = cxStyle194 + Styles.ContentOdd = cxStyle195 + Styles.Footer = cxStyle196 + Styles.Indicator = cxStyle198 + Styles.Preview = cxStyle199 + BuiltIn = True + end + object TreeListStyleSheetSpruce: TcxTreeListStyleSheet + Caption = 'Spruce' + Styles.Content = cxStyle204 + Styles.Inactive = cxStyle208 + Styles.Selection = cxStyle211 + Styles.BandBackground = cxStyle212 + Styles.BandHeader = cxStyle202 + Styles.ColumnHeader = cxStyle203 + Styles.ContentEven = cxStyle205 + Styles.ContentOdd = cxStyle206 + Styles.Footer = cxStyle207 + Styles.Indicator = cxStyle209 + Styles.Preview = cxStyle210 + BuiltIn = True + end + object TreeListStyleSheetStormVGA: TcxTreeListStyleSheet + Caption = 'Storm (VGA)' + Styles.Content = cxStyle215 + Styles.Inactive = cxStyle219 + Styles.Selection = cxStyle222 + Styles.BandBackground = cxStyle223 + Styles.BandHeader = cxStyle213 + Styles.ColumnHeader = cxStyle214 + Styles.ContentEven = cxStyle216 + Styles.ContentOdd = cxStyle217 + Styles.Footer = cxStyle218 + Styles.Indicator = cxStyle220 + Styles.Preview = cxStyle221 + BuiltIn = True + end + object TreeListStyleSheetTealVGA: TcxTreeListStyleSheet + Caption = 'Teal (VGA)' + Styles.Content = cxStyle226 + Styles.Inactive = cxStyle230 + Styles.Selection = cxStyle233 + Styles.BandBackground = cxStyle234 + Styles.BandHeader = cxStyle224 + Styles.ColumnHeader = cxStyle225 + Styles.ContentEven = cxStyle227 + Styles.ContentOdd = cxStyle228 + Styles.Footer = cxStyle229 + Styles.Indicator = cxStyle231 + Styles.Preview = cxStyle232 + BuiltIn = True + end + object TreeListStyleSheetWheat: TcxTreeListStyleSheet + Caption = 'Wheat' + Styles.Content = cxStyle237 + Styles.Inactive = cxStyle241 + Styles.Selection = cxStyle244 + Styles.BandBackground = cxStyle245 + Styles.BandHeader = cxStyle235 + Styles.ColumnHeader = cxStyle236 + Styles.ContentEven = cxStyle238 + Styles.ContentOdd = cxStyle239 + Styles.Footer = cxStyle240 + Styles.Indicator = cxStyle242 + Styles.Preview = cxStyle243 + BuiltIn = True + end + object TreeListStyleSheetWindowsClassic: TcxTreeListStyleSheet + Caption = 'Windows Classic' + Styles.Content = cxStyle248 + Styles.Inactive = cxStyle252 + Styles.Selection = cxStyle255 + Styles.BandBackground = cxStyle256 + Styles.BandHeader = cxStyle246 + Styles.ColumnHeader = cxStyle247 + Styles.ContentEven = cxStyle249 + Styles.ContentOdd = cxStyle250 + Styles.Footer = cxStyle251 + Styles.Indicator = cxStyle253 + Styles.Preview = cxStyle254 + BuiltIn = True + end + object TreeListStyleSheetWindowsClassicLarge: TcxTreeListStyleSheet + Caption = 'Windows Classic (large)' + Styles.Content = cxStyle259 + Styles.Inactive = cxStyle263 + Styles.Selection = cxStyle266 + Styles.BandBackground = cxStyle267 + Styles.BandHeader = cxStyle257 + Styles.ColumnHeader = cxStyle258 + Styles.ContentEven = cxStyle260 + Styles.ContentOdd = cxStyle261 + Styles.Footer = cxStyle262 + Styles.Indicator = cxStyle264 + Styles.Preview = cxStyle265 + BuiltIn = True + end + object TreeListStyleSheetWindowsStandard: TcxTreeListStyleSheet + Caption = 'Windows Standard' + Styles.Content = cxStyle270 + Styles.Inactive = cxStyle274 + Styles.Selection = cxStyle277 + Styles.BandHeader = cxStyle268 + Styles.ColumnHeader = cxStyle269 + Styles.ContentEven = cxStyle271 + Styles.ContentOdd = cxStyle272 + Styles.Footer = cxStyle273 + Styles.Indicator = cxStyle275 + Styles.Preview = cxStyle276 + BuiltIn = True + end + object TreeListStyleSheetWindowsStandardLarge: TcxTreeListStyleSheet + Caption = 'Windows Standard (large)' + Styles.Content = cxStyle280 + Styles.Inactive = cxStyle284 + Styles.Selection = cxStyle287 + Styles.BandHeader = cxStyle278 + Styles.ColumnHeader = cxStyle279 + Styles.ContentEven = cxStyle281 + Styles.ContentOdd = cxStyle282 + Styles.Footer = cxStyle283 + Styles.Indicator = cxStyle285 + Styles.Preview = cxStyle286 + BuiltIn = True + end + object TreeListStyleSheetHighContrast1: TcxTreeListStyleSheet + Caption = 'High Contrast #1' + Styles.Content = cxStyle290 + Styles.Inactive = cxStyle294 + Styles.Selection = cxStyle297 + Styles.BandBackground = cxStyle298 + Styles.BandHeader = cxStyle288 + Styles.ColumnHeader = cxStyle289 + Styles.ContentEven = cxStyle291 + Styles.ContentOdd = cxStyle292 + Styles.Footer = cxStyle293 + Styles.Indicator = cxStyle295 + Styles.Preview = cxStyle296 + BuiltIn = True + end + object TreeListStyleSheetHighContrast1Large: TcxTreeListStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Content = cxStyle301 + Styles.Inactive = cxStyle305 + Styles.Selection = cxStyle308 + Styles.BandBackground = cxStyle309 + Styles.BandHeader = cxStyle299 + Styles.ColumnHeader = cxStyle300 + Styles.ContentEven = cxStyle302 + Styles.ContentOdd = cxStyle303 + Styles.Footer = cxStyle304 + Styles.Indicator = cxStyle306 + Styles.Preview = cxStyle307 + BuiltIn = True + end + object TreeListStyleSheetHighContrast2: TcxTreeListStyleSheet + Caption = 'High Contrast #2' + Styles.Content = cxStyle312 + Styles.Inactive = cxStyle316 + Styles.Selection = cxStyle319 + Styles.BandBackground = cxStyle320 + Styles.BandHeader = cxStyle310 + Styles.ColumnHeader = cxStyle311 + Styles.ContentEven = cxStyle313 + Styles.ContentOdd = cxStyle314 + Styles.Footer = cxStyle315 + Styles.Indicator = cxStyle317 + Styles.Preview = cxStyle318 + BuiltIn = True + end + object TreeListStyleSheetHighContrast2Large: TcxTreeListStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Content = cxStyle323 + Styles.Inactive = cxStyle327 + Styles.Selection = cxStyle330 + Styles.BandBackground = cxStyle331 + Styles.BandHeader = cxStyle321 + Styles.ColumnHeader = cxStyle322 + Styles.ContentEven = cxStyle324 + Styles.ContentOdd = cxStyle325 + Styles.Footer = cxStyle326 + Styles.Indicator = cxStyle328 + Styles.Preview = cxStyle329 + BuiltIn = True + end + object TreeListStyleSheetHighContrastBlack: TcxTreeListStyleSheet + Caption = 'High Contrast Black' + Styles.Content = cxStyle334 + Styles.Inactive = cxStyle338 + Styles.Selection = cxStyle341 + Styles.BandHeader = cxStyle332 + Styles.ColumnHeader = cxStyle333 + Styles.ContentEven = cxStyle335 + Styles.ContentOdd = cxStyle336 + Styles.Footer = cxStyle337 + Styles.Indicator = cxStyle339 + Styles.Preview = cxStyle340 + BuiltIn = True + end + object TreeListStyleSheetHighContrastBlackLarge: TcxTreeListStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Content = cxStyle344 + Styles.Inactive = cxStyle348 + Styles.Selection = cxStyle351 + Styles.BandHeader = cxStyle342 + Styles.ColumnHeader = cxStyle343 + Styles.ContentEven = cxStyle345 + Styles.ContentOdd = cxStyle346 + Styles.Footer = cxStyle347 + Styles.Indicator = cxStyle349 + Styles.Preview = cxStyle350 + BuiltIn = True + end + object TreeListStyleSheetHighContrastWhite: TcxTreeListStyleSheet + Caption = 'High Contrast White' + Styles.Content = cxStyle354 + Styles.Inactive = cxStyle358 + Styles.Selection = cxStyle361 + Styles.BandHeader = cxStyle352 + Styles.ColumnHeader = cxStyle353 + Styles.ContentEven = cxStyle355 + Styles.ContentOdd = cxStyle356 + Styles.Footer = cxStyle357 + Styles.Indicator = cxStyle359 + Styles.Preview = cxStyle360 + BuiltIn = True + end + object TreeListStyleSheetHighContrastWhiteLarge: TcxTreeListStyleSheet + Caption = 'High Contrast White (large)' + Styles.Content = cxStyle364 + Styles.Inactive = cxStyle368 + Styles.Selection = cxStyle371 + Styles.BandHeader = cxStyle362 + Styles.ColumnHeader = cxStyle363 + Styles.ContentEven = cxStyle365 + Styles.ContentOdd = cxStyle366 + Styles.Footer = cxStyle367 + Styles.Indicator = cxStyle369 + Styles.Preview = cxStyle370 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/cxTLReg.dcr b/official/x.19/Lib/D7/cxTLReg.dcr new file mode 100644 index 00000000..cdc31291 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLReg.dcr differ diff --git a/official/x.19/Lib/D7/cxTLReg.dcu b/official/x.19/Lib/D7/cxTLReg.dcu new file mode 100644 index 00000000..9f61f6b9 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLReg.dcu differ diff --git a/official/x.19/Lib/D7/cxTLStrs.dcu b/official/x.19/Lib/D7/cxTLStrs.dcu new file mode 100644 index 00000000..107c568e Binary files /dev/null and b/official/x.19/Lib/D7/cxTLStrs.dcu differ diff --git a/official/x.19/Lib/D7/cxTLStyleSheetPreview.dcu b/official/x.19/Lib/D7/cxTLStyleSheetPreview.dcu new file mode 100644 index 00000000..07003e87 Binary files /dev/null and b/official/x.19/Lib/D7/cxTLStyleSheetPreview.dcu differ diff --git a/official/x.19/Lib/D7/cxTableViewEditor.dcu b/official/x.19/Lib/D7/cxTableViewEditor.dcu new file mode 100644 index 00000000..929cfc8c Binary files /dev/null and b/official/x.19/Lib/D7/cxTableViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxTableViewEditor.dfm b/official/x.19/Lib/D7/cxTableViewEditor.dfm new file mode 100644 index 00000000..99cd5e4a --- /dev/null +++ b/official/x.19/Lib/D7/cxTableViewEditor.dfm @@ -0,0 +1,12 @@ +inherited cxTableViewEditor: TcxTableViewEditor + Caption = 'cxTableViewEditor' + PixelsPerInch = 96 + TextHeight = 13 + inherited PViewEditor: TPanel + inherited PageControl1: TPageControl + inherited TSItems: TTabSheet + Caption = ' Columns ' + end + end + end +end diff --git a/official/x.19/Lib/D7/cxTextEdit.dcu b/official/x.19/Lib/D7/cxTextEdit.dcu new file mode 100644 index 00000000..7b5283d9 Binary files /dev/null and b/official/x.19/Lib/D7/cxTextEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxTimeEdit.dcu b/official/x.19/Lib/D7/cxTimeEdit.dcu new file mode 100644 index 00000000..d550226a Binary files /dev/null and b/official/x.19/Lib/D7/cxTimeEdit.dcu differ diff --git a/official/x.19/Lib/D7/cxTrackBar.dcu b/official/x.19/Lib/D7/cxTrackBar.dcu new file mode 100644 index 00000000..fab1de75 Binary files /dev/null and b/official/x.19/Lib/D7/cxTrackBar.dcu differ diff --git a/official/x.19/Lib/D7/cxTreeListVCLD7.dcu b/official/x.19/Lib/D7/cxTreeListVCLD7.dcu new file mode 100644 index 00000000..1a3adcc4 Binary files /dev/null and b/official/x.19/Lib/D7/cxTreeListVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxTreeView.dcu b/official/x.19/Lib/D7/cxTreeView.dcu new file mode 100644 index 00000000..62e01591 Binary files /dev/null and b/official/x.19/Lib/D7/cxTreeView.dcu differ diff --git a/official/x.19/Lib/D7/cxVGrid.dcu b/official/x.19/Lib/D7/cxVGrid.dcu new file mode 100644 index 00000000..ccded4cf Binary files /dev/null and b/official/x.19/Lib/D7/cxVGrid.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridConsts.dcu b/official/x.19/Lib/D7/cxVGridConsts.dcu new file mode 100644 index 00000000..3084e5d6 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridConsts.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridConverter.dcu b/official/x.19/Lib/D7/cxVGridConverter.dcu new file mode 100644 index 00000000..853ff4e9 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridDXInspConverter.dcu b/official/x.19/Lib/D7/cxVGridDXInspConverter.dcu new file mode 100644 index 00000000..85d3b2a3 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridDXInspConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridEditor.dcu b/official/x.19/Lib/D7/cxVGridEditor.dcu new file mode 100644 index 00000000..c950a360 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridEditor.dfm b/official/x.19/Lib/D7/cxVGridEditor.dfm new file mode 100644 index 00000000..41be2ec8 --- /dev/null +++ b/official/x.19/Lib/D7/cxVGridEditor.dfm @@ -0,0 +1,160 @@ +inherited cxVerticalGridEditor: TcxVerticalGridEditor + Left = 591 + Top = 125 + Width = 282 + Height = 404 + Caption = 'VerticalGrid - rows editor' + Constraints.MinHeight = 310 + Constraints.MinWidth = 280 + PopupMenu = PopupMenu + OnActivate = FormActivate + OnShow = FormShow + PixelsPerInch = 120 + TextHeight = 16 + object Panel1: TPanel + Left = 147 + Top = 0 + Width = 127 + Height = 364 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btCategory: TcxButton + Left = 6 + Top = 50 + Width = 110 + Height = 31 + Caption = 'Add category' + TabOrder = 2 + OnClick = btCategoryClick + end + object btEditor: TcxButton + Left = 6 + Top = 11 + Width = 110 + Height = 31 + Caption = 'Add editor' + TabOrder = 0 + OnClick = btEditorClick + end + object btClose: TcxButton + Left = 6 + Top = 397 + Width = 110 + Height = 31 + Anchors = [akLeft, akRight, akBottom] + Caption = 'Close' + TabOrder = 5 + OnClick = btCloseClick + end + object btMultiEditor: TcxButton + Left = 6 + Top = 90 + Width = 110 + Height = 31 + Caption = 'Add multieditor' + TabOrder = 1 + OnClick = btMultiEditorClick + end + object btDelete: TcxButton + Left = 6 + Top = 129 + Width = 110 + Height = 31 + Caption = 'Delete' + Enabled = False + TabOrder = 3 + OnClick = btDeleteClick + end + object btClear: TcxButton + Left = 6 + Top = 208 + Width = 110 + Height = 31 + Caption = 'Clear all' + Enabled = False + TabOrder = 4 + OnClick = btClearClick + end + object btCreateAll: TcxButton + Left = 6 + Top = 169 + Width = 110 + Height = 30 + Caption = 'Create all items' + TabOrder = 6 + OnClick = btCreateAllClick + end + object btLayoutEditor: TcxButton + Left = 6 + Top = 247 + Width = 110 + Height = 31 + Caption = 'Layout editor...' + Enabled = False + TabOrder = 7 + OnClick = btLayoutEditorClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 147 + Height = 364 + Align = alClient + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 1 + object lbRows: TListBox + Left = 4 + Top = 4 + Width = 139 + Height = 356 + Align = alClient + ItemHeight = 16 + MultiSelect = True + TabOrder = 0 + OnClick = lbRowsClick + end + end + object PopupMenu: TPopupMenu + Left = 128 + Top = 16 + object miEditor: TMenuItem + Caption = 'Add &editor' + ShortCut = 45 + OnClick = miEditorClick + end + object miCategory: TMenuItem + Caption = 'Add &category' + OnClick = miCategoryClick + end + object miMultieditor: TMenuItem + Caption = 'Add &multieditor' + OnClick = miMultieditorClick + end + object N1: TMenuItem + Caption = '-' + end + object miDelete: TMenuItem + Caption = '&Delete row' + Enabled = False + ShortCut = 46 + OnClick = miDeleteClick + end + object miClearAll: TMenuItem + Caption = 'C&lear all' + Enabled = False + OnClick = miClearAllClick + end + object N2: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = 'Select &All' + Enabled = False + ShortCut = 16449 + OnClick = miSelectAllClick + end + end +end diff --git a/official/x.19/Lib/D7/cxVGridLayoutEditor.dcu b/official/x.19/Lib/D7/cxVGridLayoutEditor.dcu new file mode 100644 index 00000000..14d348a1 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridLayoutEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridLayoutEditor.dfm b/official/x.19/Lib/D7/cxVGridLayoutEditor.dfm new file mode 100644 index 00000000..13d8f36e --- /dev/null +++ b/official/x.19/Lib/D7/cxVGridLayoutEditor.dfm @@ -0,0 +1,75 @@ +object fmvgLayoutEditor: TfmvgLayoutEditor + Left = 301 + Top = 223 + Width = 491 + Height = 343 + Caption = 'Layout editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poDefaultPosOnly + OnClose = FormClose + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 378 + Top = 0 + Width = 105 + Height = 309 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btCustomize: TcxButton + Left = 8 + Top = 80 + Width = 89 + Height = 25 + Caption = 'Customize' + TabOrder = 0 + OnClick = btCustomizeClick + end + object btOk: TcxButton + Left = 8 + Top = 16 + Width = 89 + Height = 25 + Caption = 'OK' + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TcxButton + Left = 8 + Top = 48 + Width = 89 + Height = 25 + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object StatusBar1: TStatusBar + Left = 0 + Top = 290 + Width = 105 + Height = 19 + Panels = < + item + Bevel = pbNone + Width = 50 + end> + end + end + object pnlVGPlace: TPanel + Left = 0 + Top = 0 + Width = 378 + Height = 309 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D7/cxVGridNewCategory.dcu b/official/x.19/Lib/D7/cxVGridNewCategory.dcu new file mode 100644 index 00000000..1043dbd1 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridNewCategory.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridNewCategory.dfm b/official/x.19/Lib/D7/cxVGridNewCategory.dfm new file mode 100644 index 00000000..b608904d --- /dev/null +++ b/official/x.19/Lib/D7/cxVGridNewCategory.dfm @@ -0,0 +1,58 @@ +object fmCreateCategory: TfmCreateCategory + Left = 669 + Top = 113 + BorderStyle = bsDialog + ClientHeight = 87 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object lbCaption: TLabel + Left = 11 + Top = 13 + Width = 3 + Height = 13 + FocusControl = edCaption + end + object Bevel: TBevel + Left = 11 + Top = 42 + Width = 260 + Height = 4 + Shape = bsTopLine + end + object btOK: TcxButton + Left = 113 + Top = 55 + Width = 75 + Height = 24 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btCancel: TcxButton + Left = 196 + Top = 55 + Width = 75 + Height = 24 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object edCaption: TcxTextEdit + Left = 72 + Top = 10 + Width = 199 + Height = 21 + Properties.OnChange = edCaptionPropertiesChange + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D7/cxVGridPredefinedStyles.dcu b/official/x.19/Lib/D7/cxVGridPredefinedStyles.dcu new file mode 100644 index 00000000..e3bd4d7c Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridPredefinedStyles.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridPredefinedStyles.dfm b/official/x.19/Lib/D7/cxVGridPredefinedStyles.dfm new file mode 100644 index 00000000..2fbc8e1a --- /dev/null +++ b/official/x.19/Lib/D7/cxVGridPredefinedStyles.dfm @@ -0,0 +1,2349 @@ +object cxdmVerticalGridPredefinedStyles: TcxdmVerticalGridPredefinedStyles + Left = 447 + Top = 147 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 88 + Top = 8 + object cxStyle1: TcxStyle + AssignedValues = [svColor] + Color = 10996706 + end + object cxStyle2: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6787015 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clMaroon + end + object cxStyle3: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14215155 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object cxStyle4: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10996706 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle5: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8171478 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle6: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2829218 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle7: TcxStyle + AssignedValues = [svColor] + Color = 11518669 + end + object cxStyle8: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle9: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle10: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11518669 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle11: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9612476 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle12: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle13: TcxStyle + AssignedValues = [svColor] + Color = 11055248 + end + object cxStyle14: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 8292193 + TextColor = clWhite + end + object cxStyle15: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = clWhite + TextColor = clBlack + end + object cxStyle16: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11055248 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle17: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9279343 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle18: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7897176 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle19: TcxStyle + AssignedValues = [svColor] + Color = 14264494 + end + object cxStyle20: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12941956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Garamond' + Font.Style = [fsBold, fsItalic] + TextColor = clWhite + end + object cxStyle21: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16380659 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle22: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14264494 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle23: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13338511 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle24: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11619930 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle25: TcxStyle + AssignedValues = [svColor] + Color = 11458790 + end + object cxStyle26: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7913174 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clOlive + end + object cxStyle27: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15004664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle28: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11458790 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clOlive + end + object cxStyle29: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9095643 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle30: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4630214 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle31: TcxStyle + AssignedValues = [svColor] + Color = clTeal + end + object cxStyle32: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle33: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14213320 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle34: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12107912 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle35: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11515030 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle36: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10067831 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle37: TcxStyle + AssignedValues = [svColor] + Color = 9476264 + end + object cxStyle38: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7568529 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle39: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160664 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle40: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9476264 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle41: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7831957 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle42: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4210816 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle43: TcxStyle + AssignedValues = [svColor] + Color = 8308967 + end + object cxStyle44: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 2396093 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle45: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14019831 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clGreen + end + object cxStyle46: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8308967 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -15 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle47: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5617117 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle48: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4944971 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle49: TcxStyle + AssignedValues = [svColor] + Color = 12429461 + end + object cxStyle50: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11441533 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle51: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clGray + end + object cxStyle52: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12429461 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle53: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9993057 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle54: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8217935 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle55: TcxStyle + AssignedValues = [svColor] + Color = 15395562 + end + object cxStyle56: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13002291 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle57: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clMaroon + end + object cxStyle58: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15395562 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle59: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12171705 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle60: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 185 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle61: TcxStyle + AssignedValues = [svColor] + Color = 13158655 + end + object cxStyle62: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9211088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle63: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle64: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 13158655 + TextColor = clBlack + end + object cxStyle65: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8553164 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle66: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle67: TcxStyle + AssignedValues = [svColor] + Color = 13158655 + end + object cxStyle68: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9540050 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -19 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle69: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15461375 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle70: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13158655 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [] + TextColor = clBlack + end + object cxStyle71: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9013711 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle72: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5855675 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Arial' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle73: TcxStyle + AssignedValues = [svColor] + Color = 13154717 + end + object cxStyle74: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12035200 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle75: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clGray + end + object cxStyle76: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13154717 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle77: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11771255 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle78: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9928789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle79: TcxStyle + AssignedValues = [svColor] + Color = 12309430 + end + object cxStyle80: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11126946 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle81: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle82: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12309430 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle83: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9615497 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle84: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6592345 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle85: TcxStyle + AssignedValues = [svColor] + Color = 13750737 + end + object cxStyle86: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10911061 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle87: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16119285 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle88: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13750737 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle89: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle90: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12097140 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle91: TcxStyle + AssignedValues = [svColor] + Color = clSilver + end + object cxStyle92: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle93: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clTeal + end + object cxStyle94: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle95: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10526880 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle96: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clTeal + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle97: TcxStyle + AssignedValues = [svColor] + Color = 15138815 + end + object cxStyle98: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7523789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle99: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15138815 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clOlive + end + object cxStyle100: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10542814 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle101: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 38807 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle102: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle103: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle104: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle105: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle106: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle107: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle108: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle109: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle110: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle111: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle112: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle113: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle114: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle115: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle116: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle117: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle118: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle119: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle120: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13160660 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle121: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle122: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6956042 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle123: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle124: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle125: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clYellow + end + object cxStyle126: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle127: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle128: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle129: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle130: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle131: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clYellow + end + object cxStyle132: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle133: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle134: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 206 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle135: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle136: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle137: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle138: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle139: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle140: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clNavy + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle141: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clNavy + end + object cxStyle142: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle143: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle144: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clYellow + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clNavy + end + object cxStyle145: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle146: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle147: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clSilver + end + object cxStyle148: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle149: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle150: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle151: TcxStyle + AssignedValues = [svColor] + Color = -1 + end + object cxStyle152: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle153: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clSilver + end + object cxStyle154: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle155: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle156: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle157: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle158: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [] + TextColor = clBlack + end + object cxStyle159: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle160: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle161: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Microsoft Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle162: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = -1 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle163: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle164: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle165: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle166: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -17 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle167: TcxStyle + AssignedValues = [svColor] + Color = 11295531 + end + object cxStyle168: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle169: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle170: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle171: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle172: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14059352 + TextColor = clWhite + end + object cxStyle173: TcxStyle + AssignedValues = [svColor] + Color = 5211069 + end + object cxStyle174: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14348540 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle175: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8104919 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle176: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11457510 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle177: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10207457 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle178: TcxStyle + AssignedValues = [svColor] + Color = 5475927 + end + object cxStyle179: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15463404 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clGreen + end + object cxStyle180: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7383924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle181: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9420435 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle182: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9223055 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle183: TcxStyle + AssignedValues = [svColor] + Color = 11053224 + end + object cxStyle184: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15329769 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle185: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13948116 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle186: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle187: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle188: TcxStyle + AssignedValues = [svColor] + Color = 12937777 + end + object cxStyle189: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11295531 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle190: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle191: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 12937777 + TextColor = clWhite + end + object cxStyle192: TcxStyle + AssignedValues = [svColor] + Color = 15119240 + end + object cxStyle193: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle194: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 15120025 + TextColor = clWhite + end + object cxStyle195: TcxStyle + AssignedValues = [svColor] + Color = 8104919 + end + object cxStyle196: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5211069 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle197: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14348540 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle198: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8104919 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle199: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9289948 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clMaroon + end + object cxStyle200: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10207457 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle201: TcxStyle + AssignedValues = [svColor] + Color = 7383924 + end + object cxStyle202: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 5475927 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle203: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15463404 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clGreen + end + object cxStyle204: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7383924 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle205: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9617558 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [] + TextColor = clWhite + end + object cxStyle206: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 10733990 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Verdana' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle207: TcxStyle + AssignedValues = [svColor] + Color = 13948116 + end + object cxStyle208: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11053224 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object cxStyle209: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15329769 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle210: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13948116 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object cxStyle211: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clSilver + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clGray + end + object cxStyle212: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11579568 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object cxStyle213: TcxStyle + AssignedValues = [svColor] + Color = 14590588 + end + object cxStyle214: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13795663 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clYellow + end + object cxStyle215: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 16247513 + Font.Charset = DEFAULT_CHARSET + Font.Color = clNavy + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clNavy + end + object cxStyle216: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14590588 + TextColor = clWhite + end + object cxStyle217: TcxStyle + AssignedValues = [svColor] + Color = 15185807 + end + object cxStyle218: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle219: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 15120279 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + TextColor = clWhite + end + object cxStyle220: TcxStyle + AssignedValues = [svColor] + Color = 14125918 + end + object cxStyle221: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13596225 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + TextColor = clWhite + end + object cxStyle222: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 16247513 + TextColor = clBlack + end + object cxStyle223: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14125918 + TextColor = clWhite + end + object cxStyle224: TcxStyle + AssignedValues = [svColor] + Color = 15451300 + end + object cxStyle225: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 4707838 + TextColor = clBlack + end + object cxStyle226: TcxStyle + AssignedValues = [svColor, svTextColor] + Color = 14656381 + TextColor = clWhite + end + object cxStyle227: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle228: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle229: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle230: TcxStyle + AssignedValues = [svColor] + Color = clWhite + end + object cxStyle231: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle232: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle233: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxStyle234: TcxStyle + AssignedValues = [svColor] + Color = 10841658 + end + object cxVerticalGridStyleSheetDevExpress: TcxVerticalGridStyleSheet + Caption = 'DevExpress' + Styles.Background = cxStyle213 + Styles.Content = cxStyle215 + Styles.Inactive = cxStyle217 + Styles.Selection = cxStyle219 + Styles.Category = cxStyle214 + Styles.Header = cxStyle216 + Styles.IncSearch = cxStyle218 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat1: TcxVerticalGridStyleSheet + Caption = 'UserFormat1' + Styles.Background = cxStyle195 + Styles.Content = cxStyle197 + Styles.Inactive = cxStyle199 + Styles.Selection = cxStyle200 + Styles.Category = cxStyle196 + Styles.Header = cxStyle198 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat2: TcxVerticalGridStyleSheet + Caption = 'UserFormat2' + Styles.Background = cxStyle201 + Styles.Content = cxStyle203 + Styles.Inactive = cxStyle205 + Styles.Selection = cxStyle206 + Styles.Category = cxStyle202 + Styles.Header = cxStyle204 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat3: TcxVerticalGridStyleSheet + Caption = 'UserFormat3' + Styles.Background = cxStyle207 + Styles.Content = cxStyle209 + Styles.Inactive = cxStyle211 + Styles.Selection = cxStyle212 + Styles.Category = cxStyle208 + Styles.Header = cxStyle210 + BuiltIn = True + end + object cxVerticalGridStyleSheetUserFormat4: TcxVerticalGridStyleSheet + Caption = 'UserFormat4' + Styles.Background = cxStyle188 + Styles.Content = cxStyle190 + Styles.Inactive = cxStyle192 + Styles.Selection = cxStyle194 + Styles.Category = cxStyle189 + Styles.Header = cxStyle191 + Styles.IncSearch = cxStyle193 + BuiltIn = True + end + object cxVerticalGridStyleSheetBrick: TcxVerticalGridStyleSheet + Caption = 'Brick' + Styles.Background = cxStyle1 + Styles.Content = cxStyle3 + Styles.Inactive = cxStyle5 + Styles.Selection = cxStyle6 + Styles.Category = cxStyle2 + Styles.Header = cxStyle4 + BuiltIn = True + end + object cxVerticalGridStyleDesert: TcxVerticalGridStyleSheet + Caption = 'Desert' + Styles.Background = cxStyle7 + Styles.Content = cxStyle9 + Styles.Inactive = cxStyle11 + Styles.Selection = cxStyle12 + Styles.Category = cxStyle8 + Styles.Header = cxStyle10 + BuiltIn = True + end + object cxVerticalGridStyleSheetEggplant: TcxVerticalGridStyleSheet + Caption = 'Eggplant' + Styles.Background = cxStyle13 + Styles.Content = cxStyle15 + Styles.Inactive = cxStyle17 + Styles.Selection = cxStyle18 + Styles.Category = cxStyle14 + Styles.Header = cxStyle16 + BuiltIn = True + end + object cxVerticalGridStyleSheetLilac: TcxVerticalGridStyleSheet + Caption = 'Lilac' + Styles.Background = cxStyle19 + Styles.Content = cxStyle21 + Styles.Inactive = cxStyle23 + Styles.Selection = cxStyle24 + Styles.Category = cxStyle20 + Styles.Header = cxStyle22 + BuiltIn = True + end + object cxVerticalGridStyleSheetMaple: TcxVerticalGridStyleSheet + Caption = 'Maple' + Styles.Background = cxStyle25 + Styles.Content = cxStyle27 + Styles.Inactive = cxStyle29 + Styles.Selection = cxStyle30 + Styles.Category = cxStyle26 + Styles.Header = cxStyle28 + BuiltIn = True + end + object cxVerticalGridStyleSheetMarineHighColor: TcxVerticalGridStyleSheet + Caption = 'Marine (high color)' + Styles.Background = cxStyle31 + Styles.Content = cxStyle33 + Styles.Inactive = cxStyle35 + Styles.Selection = cxStyle36 + Styles.Category = cxStyle32 + Styles.Header = cxStyle34 + BuiltIn = True + end + object cxVerticalGridStyleSheetPlumHighColor: TcxVerticalGridStyleSheet + Caption = 'Plum (high color)' + Styles.Background = cxStyle37 + Styles.Content = cxStyle39 + Styles.Inactive = cxStyle41 + Styles.Selection = cxStyle42 + Styles.Category = cxStyle38 + Styles.Header = cxStyle40 + BuiltIn = True + end + object cxVerticalGridStyleSheetPumpkinLarge: TcxVerticalGridStyleSheet + Caption = 'Pumpkin (large)' + Styles.Background = cxStyle43 + Styles.Content = cxStyle45 + Styles.Inactive = cxStyle47 + Styles.Selection = cxStyle48 + Styles.Category = cxStyle44 + Styles.Header = cxStyle46 + BuiltIn = True + end + object cxVerticalGridStyleSheetRainyDay: TcxVerticalGridStyleSheet + Caption = 'Rainy Day' + Styles.Background = cxStyle49 + Styles.Content = cxStyle51 + Styles.Inactive = cxStyle53 + Styles.Selection = cxStyle54 + Styles.Category = cxStyle50 + Styles.Header = cxStyle52 + BuiltIn = True + end + object cxVerticalGridStyleSheetRedWhiteAndBlueVGA: TcxVerticalGridStyleSheet + Caption = 'Red, White, and Blue (VGA)' + Styles.Background = cxStyle55 + Styles.Content = cxStyle57 + Styles.Inactive = cxStyle59 + Styles.Selection = cxStyle60 + Styles.Category = cxStyle56 + Styles.Header = cxStyle58 + BuiltIn = True + end + object cxVerticalGridStyleSheetRose: TcxVerticalGridStyleSheet + Caption = 'Rose' + Styles.Background = cxStyle61 + Styles.Content = cxStyle63 + Styles.Inactive = cxStyle65 + Styles.Selection = cxStyle66 + Styles.Category = cxStyle62 + Styles.Header = cxStyle64 + BuiltIn = True + end + object cxVerticalGridStyleSheetRoseLarge: TcxVerticalGridStyleSheet + Caption = 'Rose (large)' + Styles.Background = cxStyle67 + Styles.Content = cxStyle69 + Styles.Inactive = cxStyle71 + Styles.Selection = cxStyle72 + Styles.Category = cxStyle68 + Styles.Header = cxStyle70 + BuiltIn = True + end + object cxVerticalGridStyleSheetSlate: TcxVerticalGridStyleSheet + Caption = 'Slate' + Styles.Background = cxStyle73 + Styles.Content = cxStyle75 + Styles.Inactive = cxStyle77 + Styles.Selection = cxStyle78 + Styles.Category = cxStyle74 + Styles.Header = cxStyle76 + BuiltIn = True + end + object cxVerticalGridStyleSheetSpruce: TcxVerticalGridStyleSheet + Caption = 'Spruce' + Styles.Background = cxStyle79 + Styles.Content = cxStyle81 + Styles.Inactive = cxStyle83 + Styles.Selection = cxStyle84 + Styles.Category = cxStyle80 + Styles.Header = cxStyle82 + BuiltIn = True + end + object cxVerticalGridStyleSheetStormVGA: TcxVerticalGridStyleSheet + Caption = 'Storm (VGA)' + Styles.Background = cxStyle85 + Styles.Content = cxStyle87 + Styles.Inactive = cxStyle89 + Styles.Selection = cxStyle90 + Styles.Category = cxStyle86 + Styles.Header = cxStyle88 + BuiltIn = True + end + object cxVerticalGridStyleSheetTealVGA: TcxVerticalGridStyleSheet + Caption = 'Teal (VGA)' + Styles.Background = cxStyle91 + Styles.Content = cxStyle93 + Styles.Inactive = cxStyle95 + Styles.Selection = cxStyle96 + Styles.Category = cxStyle92 + Styles.Header = cxStyle94 + BuiltIn = True + end + object cxVerticalGridStyleSheetWheat: TcxVerticalGridStyleSheet + Caption = 'Wheat' + Styles.Background = cxStyle97 + Styles.Content = cxStyle99 + Styles.Inactive = cxStyle101 + Styles.Selection = cxStyle102 + Styles.Category = cxStyle98 + Styles.Header = cxStyle100 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsClassic: TcxVerticalGridStyleSheet + Caption = 'Windows Classic' + Styles.Background = cxStyle231 + Styles.Content = cxStyle104 + Styles.Inactive = cxStyle106 + Styles.Selection = cxStyle107 + Styles.Category = cxStyle103 + Styles.Header = cxStyle105 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsClassicLarge: TcxVerticalGridStyleSheet + Caption = 'Windows Classic (large)' + Styles.Background = cxStyle232 + Styles.Content = cxStyle109 + Styles.Inactive = cxStyle111 + Styles.Selection = cxStyle112 + Styles.Category = cxStyle108 + Styles.Header = cxStyle110 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsStandard: TcxVerticalGridStyleSheet + Caption = 'Windows Standard' + Styles.Background = cxStyle233 + Styles.Content = cxStyle114 + Styles.Inactive = cxStyle116 + Styles.Selection = cxStyle117 + Styles.Category = cxStyle113 + Styles.Header = cxStyle115 + BuiltIn = True + end + object cxVerticalGridStyleSheetWindowsStandardLarge: TcxVerticalGridStyleSheet + Caption = 'Windows Standard (large)' + Styles.Background = cxStyle234 + Styles.Content = cxStyle119 + Styles.Inactive = cxStyle121 + Styles.Selection = cxStyle122 + Styles.Category = cxStyle118 + Styles.Header = cxStyle120 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast1: TcxVerticalGridStyleSheet + Caption = 'High Contrast #1' + Styles.Background = cxStyle123 + Styles.Content = cxStyle125 + Styles.Inactive = cxStyle127 + Styles.Selection = cxStyle128 + Styles.Category = cxStyle124 + Styles.Header = cxStyle126 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast1Large: TcxVerticalGridStyleSheet + Caption = 'High Contrast #1 (large)' + Styles.Background = cxStyle129 + Styles.Content = cxStyle131 + Styles.Inactive = cxStyle133 + Styles.Selection = cxStyle134 + Styles.Category = cxStyle130 + Styles.Header = cxStyle132 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast2: TcxVerticalGridStyleSheet + Caption = 'High Contrast #2' + Styles.Background = cxStyle230 + Styles.Content = cxStyle136 + Styles.Inactive = cxStyle138 + Styles.Selection = cxStyle139 + Styles.Category = cxStyle135 + Styles.Header = cxStyle137 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrast2Large: TcxVerticalGridStyleSheet + Caption = 'High Contrast #2 (large)' + Styles.Background = cxStyle229 + Styles.Content = cxStyle141 + Styles.Inactive = cxStyle143 + Styles.Selection = cxStyle144 + Styles.Category = cxStyle140 + Styles.Header = cxStyle142 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastBlack: TcxVerticalGridStyleSheet + Caption = 'High Contrast Black' + Styles.Background = cxStyle145 + Styles.Content = cxStyle147 + Styles.Inactive = cxStyle149 + Styles.Selection = cxStyle150 + Styles.Category = cxStyle146 + Styles.Header = cxStyle148 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastBlackLarge: TcxVerticalGridStyleSheet + Caption = 'High Contrast Black (large)' + Styles.Background = cxStyle151 + Styles.Content = cxStyle153 + Styles.Inactive = cxStyle155 + Styles.Selection = cxStyle156 + Styles.Category = cxStyle152 + Styles.Header = cxStyle154 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastWhite: TcxVerticalGridStyleSheet + Caption = 'High Contrast White' + Styles.Background = cxStyle228 + Styles.Content = cxStyle158 + Styles.Inactive = cxStyle160 + Styles.Selection = cxStyle161 + Styles.Category = cxStyle157 + Styles.Header = cxStyle159 + BuiltIn = True + end + object cxVerticalGridStyleSheetHighContrastWhiteLarge: TcxVerticalGridStyleSheet + Caption = 'High Contrast White (large)' + Styles.Background = cxStyle227 + Styles.Content = cxStyle163 + Styles.Inactive = cxStyle165 + Styles.Selection = cxStyle166 + Styles.Category = cxStyle162 + Styles.Header = cxStyle164 + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/cxVGridReg.dcr b/official/x.19/Lib/D7/cxVGridReg.dcr new file mode 100644 index 00000000..e209e582 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridReg.dcr differ diff --git a/official/x.19/Lib/D7/cxVGridReg.dcu b/official/x.19/Lib/D7/cxVGridReg.dcu new file mode 100644 index 00000000..dfcd028c Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridReg.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridStyleSheetPreview.dcu b/official/x.19/Lib/D7/cxVGridStyleSheetPreview.dcu new file mode 100644 index 00000000..50c4d007 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridStyleSheetPreview.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridUtils.dcu b/official/x.19/Lib/D7/cxVGridUtils.dcu new file mode 100644 index 00000000..6348924b Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridUtils.dcu differ diff --git a/official/x.19/Lib/D7/cxVGridViewInfo.dcu b/official/x.19/Lib/D7/cxVGridViewInfo.dcu new file mode 100644 index 00000000..ed111e55 Binary files /dev/null and b/official/x.19/Lib/D7/cxVGridViewInfo.dcu differ diff --git a/official/x.19/Lib/D7/cxVariants.dcu b/official/x.19/Lib/D7/cxVariants.dcu new file mode 100644 index 00000000..cc693193 Binary files /dev/null and b/official/x.19/Lib/D7/cxVariants.dcu differ diff --git a/official/x.19/Lib/D7/cxVerticalGridVCLD7.dcu b/official/x.19/Lib/D7/cxVerticalGridVCLD7.dcu new file mode 100644 index 00000000..044a6939 Binary files /dev/null and b/official/x.19/Lib/D7/cxVerticalGridVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/cxViewEditor.dcu b/official/x.19/Lib/D7/cxViewEditor.dcu new file mode 100644 index 00000000..c4814ab3 Binary files /dev/null and b/official/x.19/Lib/D7/cxViewEditor.dcu differ diff --git a/official/x.19/Lib/D7/cxViewEditor.dfm b/official/x.19/Lib/D7/cxViewEditor.dfm new file mode 100644 index 00000000..a117e0a7 --- /dev/null +++ b/official/x.19/Lib/D7/cxViewEditor.dfm @@ -0,0 +1,25 @@ +object cxViewEditor: TcxViewEditor + Left = 742 + Top = 104 + Width = 351 + Height = 347 + Caption = 'cxViewEditor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnKeyPress = FormKeyPress + PixelsPerInch = 96 + TextHeight = 13 + object PViewEditor: TPanel + Left = 0 + Top = 0 + Width = 343 + Height = 313 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D7/cxWWGridConverter.dcu b/official/x.19/Lib/D7/cxWWGridConverter.dcu new file mode 100644 index 00000000..616e9600 Binary files /dev/null and b/official/x.19/Lib/D7/cxWWGridConverter.dcu differ diff --git a/official/x.19/Lib/D7/cxXLSExport.dcu b/official/x.19/Lib/D7/cxXLSExport.dcu new file mode 100644 index 00000000..35bbc419 Binary files /dev/null and b/official/x.19/Lib/D7/cxXLSExport.dcu differ diff --git a/official/x.19/Lib/D7/dclcxEditorsVCLD7.dcu b/official/x.19/Lib/D7/dclcxEditorsVCLD7.dcu new file mode 100644 index 00000000..bbb3d1f6 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxEditorsVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxExtEditorsVCLD7.dcu b/official/x.19/Lib/D7/dclcxExtEditorsVCLD7.dcu new file mode 100644 index 00000000..8c0a5834 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxExtEditorsVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxGridVCLD7.dcu b/official/x.19/Lib/D7/dclcxGridVCLD7.dcu new file mode 100644 index 00000000..78d24008 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxGridVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxLibraryVCLD7.dcu b/official/x.19/Lib/D7/dclcxLibraryVCLD7.dcu new file mode 100644 index 00000000..002a72a7 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxLibraryVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxPageControlVCLD7.dcu b/official/x.19/Lib/D7/dclcxPageControlVCLD7.dcu new file mode 100644 index 00000000..f1910184 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxPageControlVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxSchedulerVCLD7.dcu b/official/x.19/Lib/D7/dclcxSchedulerVCLD7.dcu new file mode 100644 index 00000000..1b1f2383 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxSchedulerVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxTreeListVCLD7.dcu b/official/x.19/Lib/D7/dclcxTreeListVCLD7.dcu new file mode 100644 index 00000000..d0b27324 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxTreeListVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dclcxVerticalGridVCLD7.dcu b/official/x.19/Lib/D7/dclcxVerticalGridVCLD7.dcu new file mode 100644 index 00000000..fd4f1095 Binary files /dev/null and b/official/x.19/Lib/D7/dclcxVerticalGridVCLD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxBarD7.dcu b/official/x.19/Lib/D7/dcldxBarD7.dcu new file mode 100644 index 00000000..927776ae Binary files /dev/null and b/official/x.19/Lib/D7/dcldxBarD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxBarDBNavD7.dcu b/official/x.19/Lib/D7/dcldxBarDBNavD7.dcu new file mode 100644 index 00000000..a866c915 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxBarDBNavD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxBarExtDBItemsD7.dcu b/official/x.19/Lib/D7/dcldxBarExtDBItemsD7.dcu new file mode 100644 index 00000000..cc604088 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxBarExtDBItemsD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxBarExtItemsD7.dcu b/official/x.19/Lib/D7/dcldxBarExtItemsD7.dcu new file mode 100644 index 00000000..cd949c9a Binary files /dev/null and b/official/x.19/Lib/D7/dcldxBarExtItemsD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxDockingD7.dcu b/official/x.19/Lib/D7/dcldxDockingD7.dcu new file mode 100644 index 00000000..b21ca019 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxDockingD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxLayoutControlD7.dcu b/official/x.19/Lib/D7/dcldxLayoutControlD7.dcu new file mode 100644 index 00000000..76557167 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxLayoutControlD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxNavBarD7.dcu b/official/x.19/Lib/D7/dcldxNavBarD7.dcu new file mode 100644 index 00000000..36b8794a Binary files /dev/null and b/official/x.19/Lib/D7/dcldxNavBarD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxPSCoreD7.dcu b/official/x.19/Lib/D7/dcldxPSCoreD7.dcu new file mode 100644 index 00000000..feaccb02 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxPSCoreD7.dcu differ diff --git a/official/x.19/Lib/D7/dcldxsbD7.dcu b/official/x.19/Lib/D7/dcldxsbD7.dcu new file mode 100644 index 00000000..b9187c21 Binary files /dev/null and b/official/x.19/Lib/D7/dcldxsbD7.dcu differ diff --git a/official/x.19/Lib/D7/dxBar.dcu b/official/x.19/Lib/D7/dxBar.dcu new file mode 100644 index 00000000..5b00f355 Binary files /dev/null and b/official/x.19/Lib/D7/dxBar.dcu differ diff --git a/official/x.19/Lib/D7/dxBar.res b/official/x.19/Lib/D7/dxBar.res new file mode 100644 index 00000000..14681a0c Binary files /dev/null and b/official/x.19/Lib/D7/dxBar.res differ diff --git a/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dcu b/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dcu new file mode 100644 index 00000000..9c902b9f Binary files /dev/null and b/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dcu differ diff --git a/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dfm b/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dfm new file mode 100644 index 00000000..3795a17c --- /dev/null +++ b/official/x.19/Lib/D7/dxBarAddGroupItemsEd.dfm @@ -0,0 +1,96 @@ +object frmAddGroupItems: TfrmAddGroupItems + Left = 209 + Top = 107 + Width = 364 + Height = 400 + Caption = 'Add Group Items' + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 + object Panel2: TPanel + Left = 0 + Top = 5 + Width = 5 + Height = 334 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + end + object Panel3: TPanel + Left = 351 + Top = 5 + Width = 5 + Height = 334 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + end + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 356 + Height = 5 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + end + object lbGroupItems: TListBox + Left = 5 + Top = 5 + Width = 346 + Height = 334 + Align = alClient + ItemHeight = 16 + MultiSelect = True + Style = lbOwnerDrawVariable + TabOrder = 3 + OnDrawItem = lbGroupItemsDrawItem + OnMeasureItem = lbGroupItemsMeasureItem + end + object Panel1: TPanel + Left = 0 + Top = 339 + Width = 356 + Height = 34 + Align = alBottom + BevelOuter = bvNone + TabOrder = 4 + object Panel5: TPanel + Left = 191 + Top = 0 + Width = 165 + Height = 34 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnOk: TButton + Left = 0 + Top = 7 + Width = 76 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 84 + Top = 7 + Width = 76 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + end + end +end diff --git a/official/x.19/Lib/D7/dxBarCommon.dcu b/official/x.19/Lib/D7/dxBarCommon.dcu new file mode 100644 index 00000000..c8406812 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxBarConverter.dcr b/official/x.19/Lib/D7/dxBarConverter.dcr new file mode 100644 index 00000000..07d83994 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarConverter.dcr differ diff --git a/official/x.19/Lib/D7/dxBarConverter.dcu b/official/x.19/Lib/D7/dxBarConverter.dcu new file mode 100644 index 00000000..a895dfd5 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarConverter.dcu differ diff --git a/official/x.19/Lib/D7/dxBarCustForm.dcu b/official/x.19/Lib/D7/dxBarCustForm.dcu new file mode 100644 index 00000000..fa9ff8f5 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarCustForm.dcu differ diff --git a/official/x.19/Lib/D7/dxBarCustForm.dfm b/official/x.19/Lib/D7/dxBarCustForm.dfm new file mode 100644 index 00000000..dfade587 --- /dev/null +++ b/official/x.19/Lib/D7/dxBarCustForm.dfm @@ -0,0 +1,827 @@ +object dxBarCustomizingForm: TdxBarCustomizingForm + Left = 326 + Top = 151 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Customize' + ClientHeight = 310 + ClientWidth = 366 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 274 + Width = 366 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object BClose: TButton + Left = 285 + Top = 8 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 1 + OnClick = BCloseClick + end + object BHelp: TBitBtn + Left = 6 + Top = 8 + Width = 24 + Height = 23 + TabOrder = 0 + OnClick = BHelpClick + Style = bsNew + end + end + object PageControl: TPageControl + Left = 6 + Top = 8 + Width = 354 + Height = 266 + ActivePage = TabSheet1 + Align = alClient + TabOrder = 0 + OnChange = PageControlChange + object TabSheet1: TTabSheet + Caption = ' Toolbars ' + object LabelToobars: TLabel + Left = 4 + Top = 4 + Width = 44 + Height = 13 + Caption = 'Toolb&ars:' + end + object BBarDelete: TButton + Left = 239 + Top = 79 + Width = 104 + Height = 22 + Caption = '&Delete' + TabOrder = 3 + OnClick = BBarDeleteClick + end + object BBarNew: TButton + Left = 239 + Top = 21 + Width = 104 + Height = 22 + Caption = '&New...' + TabOrder = 1 + OnClick = BBarNewClick + end + object BBarRename: TButton + Left = 239 + Top = 50 + Width = 104 + Height = 22 + Caption = 'R&ename...' + TabOrder = 2 + OnClick = BBarRenameClick + end + object BarsListBoxPlace: TListBox + Left = 4 + Top = 20 + Width = 227 + Height = 213 + ItemHeight = 13 + TabOrder = 0 + end + object BBarReset: TButton + Left = 239 + Top = 108 + Width = 104 + Height = 22 + Caption = '&Reset...' + TabOrder = 4 + OnClick = BBarResetClick + end + end + object TabSheet2: TTabSheet + Caption = ' Commands ' + object Panel6: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 25 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object LabelCategories: TLabel + Left = 6 + Top = 8 + Width = 53 + Height = 13 + Caption = 'Cate&gories:' + FocusControl = LCategories + end + object LabelCommands: TLabel + Left = 148 + Top = 8 + Width = 55 + Height = 13 + Caption = 'Comman&ds:' + end + object CategoriesPopupButtonPlace: TSpeedButton + Left = 65 + Top = 6 + Width = 75 + Height = 17 + end + object CommandsPopupButtonPlace: TSpeedButton + Left = 207 + Top = 6 + Width = 134 + Height = 17 + end + end + object Panel7: TPanel + Left = 5 + Top = 25 + Width = 336 + Height = 213 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel7' + TabOrder = 1 + object LCategories: TListBox + Left = 0 + Top = 0 + Width = 135 + Height = 147 + Align = alLeft + ItemHeight = 13 + TabOrder = 0 + OnClick = LCategoriesClick + OnDragOver = LCategoriesDragOver + OnEndDrag = LCategoriesEndDrag + OnKeyDown = LCategoriesKeyDown + OnMouseDown = LCategoriesMouseDown + end + object LCommandsPlace: TListBox + Left = 142 + Top = 0 + Width = 194 + Height = 147 + Style = lbOwnerDrawVariable + Align = alRight + Color = clBtnFace + DragMode = dmAutomatic + ItemHeight = 22 + TabOrder = 1 + OnClick = LCommandsClick + end + object Panel9: TPanel + Left = 0 + Top = 147 + Width = 336 + Height = 66 + Align = alBottom + BevelOuter = bvNone + TabOrder = 2 + object DescriptionLabel: TLabel + Left = 0 + Top = 20 + Width = 335 + Height = 40 + AutoSize = False + WordWrap = True + end + object Bevel1: TBevel + Left = 0 + Top = 10 + Width = 337 + Height = 5 + Shape = bsTopLine + end + object LabelDescription: TLabel + Left = 0 + Top = 4 + Width = 59 + Height = 13 + Caption = 'Description ' + end + end + end + object Panel5: TPanel + Left = 0 + Top = 25 + Width = 5 + Height = 213 + Align = alLeft + BevelOuter = bvNone + TabOrder = 2 + end + object Panel8: TPanel + Left = 341 + Top = 25 + Width = 5 + Height = 213 + Align = alRight + BevelOuter = bvNone + TabOrder = 3 + end + end + object TabSheet3: TTabSheet + Caption = ' Options ' + object StandardOptionsPanel: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 238 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object LabelMenuAnimations: TLabel + Left = 24 + Top = 152 + Width = 83 + Height = 13 + Caption = '&Menu animations:' + FocusControl = ComboBoxMenuAnimations + end + object ComboBoxMenuAnimations: TComboBox + Left = 134 + Top = 148 + Width = 93 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 3 + OnClick = ComboBoxMenuAnimationsClick + Items.Strings = ( + '(None)' + 'Random' + 'Unfold' + 'Slide') + end + object CBHint1: TCheckBox + Left = 24 + Top = 63 + Width = 301 + Height = 17 + Caption = 'Show Tool&Tips on toolbars' + TabOrder = 1 + OnClick = CBHint1Click + end + object CBHint2: TCheckBox + Left = 24 + Top = 85 + Width = 301 + Height = 17 + Caption = 'Show s&hortcut keys in ToolTips' + TabOrder = 2 + OnClick = CBHint2Click + end + object CBLargeIcons: TCheckBox + Left = 24 + Top = 38 + Width = 301 + Height = 17 + Caption = '&Large icons' + TabOrder = 0 + OnClick = CBLargeIconsClick + end + end + object EnhancedOptionsPanel: TPanel + Left = 0 + Top = 0 + Width = 346 + Height = 238 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Label1: TLabel + Left = 20 + Top = 200 + Width = 83 + Height = 13 + Caption = '&Menu animations:' + FocusControl = ComboBoxMenuAnimationsEx + end + object Bevel2: TBevel + Left = 12 + Top = 122 + Width = 317 + Height = 9 + Shape = bsTopLine + end + object Label2: TLabel + Left = 12 + Top = 116 + Width = 32 + Height = 13 + Caption = 'Other ' + end + object Bevel3: TBevel + Left = 12 + Top = 18 + Width = 317 + Height = 7 + Shape = bsTopLine + end + object Label3: TLabel + Left = 12 + Top = 12 + Width = 166 + Height = 13 + Caption = 'Personalized Menus and Toolbars ' + end + object ComboBoxMenuAnimationsEx: TComboBox + Left = 132 + Top = 196 + Width = 93 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 6 + OnClick = ComboBoxMenuAnimationsClick + Items.Strings = ( + '(None)' + 'Random' + 'Unfold' + 'Slide') + end + object CBHint1Ex: TCheckBox + Left = 20 + Top = 152 + Width = 309 + Height = 17 + Caption = 'Show Tool&Tips on toolbars' + TabOrder = 4 + OnClick = CBHint1ExClick + end + object CBHint2Ex: TCheckBox + Left = 36 + Top = 172 + Width = 293 + Height = 17 + Caption = 'Show s&hortcut keys in ToolTips' + TabOrder = 5 + OnClick = CBHint2Click + end + object CBLargeIconsEx: TCheckBox + Left = 20 + Top = 132 + Width = 309 + Height = 17 + Caption = '&Large icons' + TabOrder = 3 + OnClick = CBLargeIconsClick + end + object CBMenusShowRecentItemsFirst: TCheckBox + Left = 20 + Top = 32 + Width = 309 + Height = 17 + Caption = 'Me&nus show recently used commands first' + TabOrder = 0 + OnClick = CBMenusShowRecentItemsFirstClick + end + object CBShowFullMenusAfterDelay: TCheckBox + Left = 36 + Top = 52 + Width = 293 + Height = 17 + Caption = 'Show f&ull menus after a short delay' + TabOrder = 1 + OnClick = CBShowFullMenusAfterDelayClick + end + object BResetUsageData: TButton + Left = 20 + Top = 76 + Width = 119 + Height = 22 + Caption = '&Reset my usage data' + TabOrder = 2 + OnClick = BResetUsageDataClick + end + end + end + object TabSheet4: TTabSheet + Caption = ' All commands ' + object LAllCommands: TListBox + Left = 6 + Top = 8 + Width = 333 + Height = 200 + Style = lbOwnerDrawFixed + ItemHeight = 16 + TabOrder = 0 + OnClick = LAllCommandsClick + OnDrawItem = LAllCommandsDrawItem + end + object CBShowCommandsWithShortCut: TCheckBox + Left = 6 + Top = 216 + Width = 333 + Height = 17 + Caption = 'Show commands that may have a shortcut' + Checked = True + State = cbChecked + TabOrder = 1 + OnClick = CBShowCommandsWithShortCutClick + end + end + object TabSheet5: TTabSheet + Caption = 'Groups' + object btnMoveUp: TSpeedButton + Left = 147 + Top = 76 + Width = 29 + Height = 25 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888800000888888888880666088 + 8888888880666088888888888066608888888800006660000888888066666660 + 8888888806666608888888888066608888888888880608888888888888808888 + 8888888888888888888888888888888888888888888888888888} + OnClick = btnMoveUpClick + end + object btnMoveDown: TSpeedButton + Left = 147 + Top = 108 + Width = 29 + Height = 25 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888888088888888888888060888 + 8888888880666088888888880666660888888880666666608888880000666000 + 0888888880666088888888888066608888888888806660888888888880000088 + 8888888888888888888888888888888888888888888888888888} + OnClick = btnMoveDownClick + end + object GroupBox1: TGroupBox + Left = 4 + Top = 4 + Width = 140 + Height = 229 + Caption = ' Groups ' + TabOrder = 0 + object lbGroups: TListBox + Left = 7 + Top = 16 + Width = 125 + Height = 177 + Style = lbOwnerDrawVariable + ItemHeight = 13 + TabOrder = 0 + OnClick = lbGroupsClick + OnDrawItem = lbGroupsDrawItem + OnEnter = lbGroupsEnter + OnKeyDown = lbGroupsKeyDown + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupAdd: TButton + Left = 7 + Top = 199 + Width = 61 + Height = 23 + Caption = 'Add' + TabOrder = 1 + OnClick = btnGroupAddClick + end + object btnGroupDelete: TButton + Left = 71 + Top = 199 + Width = 61 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupDeleteClick + end + end + object GroupBox2: TGroupBox + Left = 179 + Top = 4 + Width = 162 + Height = 229 + Caption = ' Items ' + TabOrder = 1 + object lbGroupItems: TListBox + Left = 8 + Top = 16 + Width = 146 + Height = 177 + Style = lbOwnerDrawVariable + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = lbGroupItemsClick + OnDrawItem = lbGroupItemsDrawItem + OnEnter = lbGroupItemsEnter + OnKeyDown = lbGroupItemsKeyDown + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupItemAdd: TButton + Left = 20 + Top = 199 + Width = 61 + Height = 23 + Caption = '&Add...' + TabOrder = 1 + OnClick = btnGroupItemAddClick + end + object btnGroupItemDelete: TButton + Left = 85 + Top = 199 + Width = 57 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupItemDeleteClick + end + end + end + end + object Panel2: TPanel + Left = 0 + Top = 8 + Width = 6 + Height = 266 + Align = alLeft + BevelOuter = bvNone + TabOrder = 2 + end + object Panel3: TPanel + Left = 360 + Top = 8 + Width = 6 + Height = 266 + Align = alRight + BevelOuter = bvNone + TabOrder = 3 + end + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 366 + Height = 8 + Align = alTop + BevelOuter = bvNone + TabOrder = 4 + end + object BarManager1: TdxBarManager + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Bars = <> + Categories.Strings = ( + 'Categories' + 'Commands') + Categories.ItemsVisibles = ( + 2 + 2) + Categories.Visibles = ( + True + True) + PopupMenuLinks = <> + StretchGlyphs = False + UseSystemFont = False + Left = 170 + Top = 278 + DockControlHeights = ( + 0 + 0 + 0 + 0) + object CategoriesAdd: TdxBarButton + Caption = 'Add...' + Category = 0 + Hint = 'Add' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0 + 8888880FFFFFF008888888000000008888888888888888888888} + OnClick = CategoriesAddClick + end + object CategoriesInsert: TdxBarButton + Caption = 'Insert...' + Category = 0 + Hint = 'Insert' + Visible = ivAlways + ShortCut = 45 + OnClick = CategoriesInsertClick + end + object CategoriesRename: TdxBarButton + Caption = 'Rename...' + Category = 0 + Hint = 'Rename' + Visible = ivAlways + OnClick = CategoriesRenameClick + end + object CategoriesVisible: TdxBarButton + Caption = 'Visible' + Category = 0 + Hint = 'Visible' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = CategoriesVisibleClick + end + object CommandsAdd: TdxBarButton + Caption = 'Add...' + Category = 1 + Hint = 'Add' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF + 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0 + 8888880FFFFFF008888888000000008888888888888888888888} + ShortCut = 45 + OnClick = CommandsAddClick + end + object CommandsDelete: TdxBarButton + Caption = 'Delete' + Category = 1 + Hint = 'Delete' + Visible = ivAlways + Glyph.Data = { + EE000000424DEE000000000000007600000028000000100000000F0000000100 + 0400000000007800000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888880F88880F8888888888888000F8888880F8888000F888880 + F888888000F88800F8888888000F800F88888888800000F88888888888000F88 + 88888888800000F888888888000F80F88888880000F88800F88880000F888880 + 0F88800F8888888800F88888888888888888} + ShortCut = 46 + OnClick = CommandsDeleteClick + end + object CommandsClear: TdxBarButton + Caption = 'Clear' + Category = 1 + Hint = 'Clear' + Visible = ivAlways + OnClick = CommandsClearClick + end + object CommandsMoveUp: TdxBarButton + Caption = 'Move Up' + Category = 1 + Hint = 'Move Up' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888800000888888888880666088 + 8888888880666088888888888066608888888800006660000888888066666660 + 8888888806666608888888888066608888888888880608888888888888808888 + 8888888888888888888888888888888888888888888888888888} + ShortCut = 16422 + OnClick = CommandsMoveUpClick + end + object CommandsMoveDown: TdxBarButton + Caption = 'Move Down' + Category = 1 + Hint = 'Move Down' + Visible = ivAlways + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888888888888888888888888088888888888888060888 + 8888888880666088888888880666660888888880666666608888880000666000 + 0888888880666088888888888066608888888888806660888888888880000088 + 8888888888888888888888888888888888888888888888888888} + ShortCut = 16424 + OnClick = CommandsMoveDownClick + end + object CommandsSubMenuEditor: TdxBarButton + Caption = 'SubMenu Editor...' + Category = 1 + Hint = 'SubMenu Editor' + Visible = ivAlways + OnClick = CommandsSubMenuEditorClick + end + object CategoriesItemsVisible: TdxBarCombo + Caption = 'Items Visible:' + Category = 0 + Hint = 'Items Visible:' + Visible = ivAlways + OnChange = CategoriesItemsVisibleChange + Width = 100 + ShowEditor = False + Items.Strings = ( + 'Never' + 'InCustomizing' + 'Always') + ItemIndex = -1 + end + object CategoriesDelete: TdxBarButton + Caption = 'Delete' + Category = 0 + Hint = 'Delete' + Visible = ivAlways + Glyph.Data = { + EE000000424DEE000000000000007600000028000000100000000F0000000100 + 0400000000007800000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 888888888888888880F88880F8888888888888000F8888880F8888000F888880 + F888888000F88800F8888888000F800F88888888800000F88888888888000F88 + 88888888800000F888888888000F80F88888880000F88800F88880000F888880 + 0F88800F8888888800F88888888888888888} + ShortCut = 46 + OnClick = CategoriesDeleteClick + end + end + object CategoriesPopupMenu: TdxBarPopupMenu + BarManager = BarManager1 + ItemLinks = < + item + Item = CategoriesAdd + Visible = True + end + item + Item = CategoriesInsert + Visible = True + end + item + Item = CategoriesRename + Visible = True + end + item + BeginGroup = True + Item = CategoriesVisible + Visible = True + end + item + Item = CategoriesItemsVisible + Visible = True + end + item + BeginGroup = True + Item = CategoriesDelete + Visible = True + end> + UseOwnFont = False + OnPopup = CategoriesPopupMenuPopup + Left = 204 + Top = 278 + end + object CommandsPopupMenu: TdxBarPopupMenu + BarManager = BarManager1 + ItemLinks = < + item + Item = CommandsAdd + Visible = True + end + item + Item = CommandsDelete + Visible = True + end + item + Item = CommandsClear + Visible = True + end + item + BeginGroup = True + Item = CommandsMoveUp + Visible = True + end + item + Item = CommandsMoveDown + Visible = True + end + item + BeginGroup = True + Item = CommandsSubMenuEditor + Visible = True + end> + UseOwnFont = False + OnPopup = CommandsPopupMenuPopup + Left = 236 + Top = 278 + end +end diff --git a/official/x.19/Lib/D7/dxBarD7.dcu b/official/x.19/Lib/D7/dxBarD7.dcu new file mode 100644 index 00000000..cc850dd3 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarD7.dcu differ diff --git a/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dcu b/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dcu new file mode 100644 index 00000000..f9e73349 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dcu differ diff --git a/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dfm b/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dfm new file mode 100644 index 00000000..84dc3540 --- /dev/null +++ b/official/x.19/Lib/D7/dxBarDBCheckLinksEd.dfm @@ -0,0 +1,156 @@ +object dxBarDBCheckLinksEditor: TdxBarDBCheckLinksEditor + Left = 233 + Top = 127 + BorderStyle = bsDialog + Caption = 'ExpressBars DBCheckLinks Editor' + ClientHeight = 278 + ClientWidth = 412 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 6 + Top = 6 + Width = 171 + Height = 231 + Caption = ' CheckLinks ' + TabOrder = 0 + object ListBox: TListBox + Left = 10 + Top = 17 + Width = 151 + Height = 172 + ItemHeight = 13 + TabOrder = 0 + OnClick = ListBoxClick + end + object Button1: TButton + Left = 16 + Top = 198 + Width = 65 + Height = 23 + Caption = 'Add' + TabOrder = 1 + OnClick = Button1Click + end + object Button2: TButton + Left = 90 + Top = 198 + Width = 65 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = Button2Click + end + end + object GroupBox2: TGroupBox + Left = 184 + Top = 6 + Width = 221 + Height = 231 + Caption = ' Properties ' + TabOrder = 1 + object Label1: TLabel + Left = 13 + Top = 24 + Width = 20 + Height = 13 + Caption = 'Item' + end + object Label2: TLabel + Left = 12 + Top = 56 + Width = 62 + Height = 13 + Caption = 'EnableTypes' + end + object Bevel1: TBevel + Left = 80 + Top = 62 + Width = 129 + Height = 9 + Shape = bsTopLine + end + object ComboBox: TComboBox + Left = 42 + Top = 20 + Width = 167 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + end + object CheckBox1: TCheckBox + Left = 16 + Top = 78 + Width = 97 + Height = 17 + Caption = 'dxdbtCanModify' + TabOrder = 1 + end + object CheckBox4: TCheckBox + Left = 16 + Top = 138 + Width = 116 + Height = 17 + Caption = 'dxdbtHasRecords' + TabOrder = 4 + end + object CheckBox2: TCheckBox + Left = 16 + Top = 98 + Width = 97 + Height = 17 + Caption = 'dxdbtNotEOF' + TabOrder = 2 + end + object CheckBox5: TCheckBox + Left = 16 + Top = 158 + Width = 116 + Height = 17 + Caption = 'dxdbtIsModified' + TabOrder = 5 + end + object CheckBox6: TCheckBox + Left = 16 + Top = 178 + Width = 116 + Height = 17 + Caption = 'dxdbtIsNotModified' + TabOrder = 6 + end + object CheckBox3: TCheckBox + Left = 16 + Top = 118 + Width = 97 + Height = 17 + Caption = 'dxbdbtNotBOF' + TabOrder = 3 + end + end + object Button3: TButton + Left = 252 + Top = 248 + Width = 72 + Height = 23 + Caption = 'OK' + TabOrder = 2 + OnClick = Button3Click + end + object Button4: TButton + Left = 334 + Top = 248 + Width = 72 + Height = 23 + Cancel = True + Caption = 'Cancel' + TabOrder = 3 + OnClick = Button4Click + end +end diff --git a/official/x.19/Lib/D7/dxBarDBNav.dcu b/official/x.19/Lib/D7/dxBarDBNav.dcu new file mode 100644 index 00000000..152af695 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNav.dcu differ diff --git a/official/x.19/Lib/D7/dxBarDBNav.res b/official/x.19/Lib/D7/dxBarDBNav.res new file mode 100644 index 00000000..bbba3ec0 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNav.res differ diff --git a/official/x.19/Lib/D7/dxBarDBNavD7.dcu b/official/x.19/Lib/D7/dxBarDBNavD7.dcu new file mode 100644 index 00000000..96c9fe35 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNavD7.dcu differ diff --git a/official/x.19/Lib/D7/dxBarDBNavReg.dcr b/official/x.19/Lib/D7/dxBarDBNavReg.dcr new file mode 100644 index 00000000..e7b38737 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNavReg.dcr differ diff --git a/official/x.19/Lib/D7/dxBarDBNavReg.dcu b/official/x.19/Lib/D7/dxBarDBNavReg.dcu new file mode 100644 index 00000000..0caa73dd Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNavReg.dcu differ diff --git a/official/x.19/Lib/D7/dxBarDBNavStrs.dcu b/official/x.19/Lib/D7/dxBarDBNavStrs.dcu new file mode 100644 index 00000000..2770fcf9 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarDBNavStrs.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtDBItems.dcu b/official/x.19/Lib/D7/dxBarExtDBItems.dcu new file mode 100644 index 00000000..64ff5ef9 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtDBItems.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtDBItems.res b/official/x.19/Lib/D7/dxBarExtDBItems.res new file mode 100644 index 00000000..4983674b Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtDBItems.res differ diff --git a/official/x.19/Lib/D7/dxBarExtDBItemsD7.dcu b/official/x.19/Lib/D7/dxBarExtDBItemsD7.dcu new file mode 100644 index 00000000..5d747a2d Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtDBItemsD7.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtDBItemsReg.dcu b/official/x.19/Lib/D7/dxBarExtDBItemsReg.dcu new file mode 100644 index 00000000..6288e6f2 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtDBItemsReg.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtItems.dcu b/official/x.19/Lib/D7/dxBarExtItems.dcu new file mode 100644 index 00000000..5942eb9e Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtItems.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtItems.res b/official/x.19/Lib/D7/dxBarExtItems.res new file mode 100644 index 00000000..7030bc61 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtItems.res differ diff --git a/official/x.19/Lib/D7/dxBarExtItemsD7.dcu b/official/x.19/Lib/D7/dxBarExtItemsD7.dcu new file mode 100644 index 00000000..18d891ec Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtItemsD7.dcu differ diff --git a/official/x.19/Lib/D7/dxBarExtItemsReg.dcu b/official/x.19/Lib/D7/dxBarExtItemsReg.dcu new file mode 100644 index 00000000..49ba653d Binary files /dev/null and b/official/x.19/Lib/D7/dxBarExtItemsReg.dcu differ diff --git a/official/x.19/Lib/D7/dxBarImageComboEditor.dcu b/official/x.19/Lib/D7/dxBarImageComboEditor.dcu new file mode 100644 index 00000000..2de4e908 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarImageComboEditor.dcu differ diff --git a/official/x.19/Lib/D7/dxBarImageComboEditor.dfm b/official/x.19/Lib/D7/dxBarImageComboEditor.dfm new file mode 100644 index 00000000..cdc4532a --- /dev/null +++ b/official/x.19/Lib/D7/dxBarImageComboEditor.dfm @@ -0,0 +1,85 @@ +object dxBarImageComboEditorForm: TdxBarImageComboEditorForm + Left = 219 + Top = 82 + BorderStyle = bsDialog + Caption = 'ExpressBars ImageCombo Editor' + ClientHeight = 286 + ClientWidth = 362 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object ButtonOk: TButton + Left = 284 + Top = 230 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object ButtonCancel: TButton + Left = 284 + Top = 258 + Width = 72 + Height = 22 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 5 + end + object ButtonAdd: TButton + Left = 284 + Top = 6 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 1 + OnClick = ButtonAddClick + end + object ButtonDelete: TButton + Left = 284 + Top = 62 + Width = 72 + Height = 22 + Caption = '&Delete' + TabOrder = 3 + OnClick = ButtonDeleteClick + end + object Grid: TStringGrid + Left = 6 + Top = 6 + Width = 271 + Height = 273 + ColCount = 3 + DefaultRowHeight = 20 + FixedCols = 0 + RowCount = 2 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking] + TabOrder = 0 + OnDrawCell = GridDrawCell + OnGetEditText = GridGetEditText + OnKeyDown = GridKeyDown + OnSelectCell = GridSelectCell + OnSetEditText = GridSetEditText + ColWidths = ( + 43 + 63 + 150) + end + object ButtonInsert: TButton + Left = 284 + Top = 34 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 2 + OnClick = ButtonInsertClick + end +end diff --git a/official/x.19/Lib/D7/dxBarItemEd.dcu b/official/x.19/Lib/D7/dxBarItemEd.dcu new file mode 100644 index 00000000..2d4c17c9 Binary files /dev/null and b/official/x.19/Lib/D7/dxBarItemEd.dcu differ diff --git a/official/x.19/Lib/D7/dxBarItemEd.dfm b/official/x.19/Lib/D7/dxBarItemEd.dfm new file mode 100644 index 00000000..34b22ef8 --- /dev/null +++ b/official/x.19/Lib/D7/dxBarItemEd.dfm @@ -0,0 +1,106 @@ +object dxBarItemAddEditor: TdxBarItemAddEditor + Left = 352 + Top = 153 + BorderStyle = bsDialog + Caption = 'Add New ExpressBars Item' + ClientHeight = 150 + ClientWidth = 263 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object LName: TLabel + Left = 8 + Top = 68 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Name:' + end + object LCaption: TLabel + Left = 8 + Top = 96 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Caption:' + end + object LType: TLabel + Left = 8 + Top = 12 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Type:' + end + object LCategory: TLabel + Left = 8 + Top = 40 + Width = 47 + Height = 13 + AutoSize = False + Caption = 'Category:' + end + object Edit1: TEdit + Left = 62 + Top = 64 + Width = 194 + Height = 21 + TabOrder = 2 + end + object Edit2: TEdit + Left = 62 + Top = 92 + Width = 194 + Height = 21 + TabOrder = 3 + Text = 'New Item' + end + object ComboBox1: TComboBox + Left = 62 + Top = 8 + Width = 194 + Height = 21 + Style = csDropDownList + DropDownCount = 100 + ItemHeight = 13 + TabOrder = 0 + OnClick = ComboBox1Click + end + object ComboBox2: TComboBox + Left = 62 + Top = 36 + Width = 194 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 1 + end + object BOk: TButton + Left = 100 + Top = 122 + Width = 73 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 4 + OnClick = BOkClick + end + object BCancel: TButton + Left = 184 + Top = 122 + Width = 73 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 5 + end +end diff --git a/official/x.19/Lib/D7/dxBarNameEd.dcu b/official/x.19/Lib/D7/dxBarNameEd.dcu new file mode 100644 index 00000000..c4caf48e Binary files /dev/null and b/official/x.19/Lib/D7/dxBarNameEd.dcu differ diff --git a/official/x.19/Lib/D7/dxBarNameEd.dfm b/official/x.19/Lib/D7/dxBarNameEd.dfm new file mode 100644 index 00000000..c1527f25 --- /dev/null +++ b/official/x.19/Lib/D7/dxBarNameEd.dfm @@ -0,0 +1,53 @@ +object dxBarNameEd: TdxBarNameEd + Left = 199 + Top = 196 + BorderIcons = [] + BorderStyle = bsDialog + ClientHeight = 87 + ClientWidth = 266 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object LName: TLabel + Left = 8 + Top = 8 + Width = 68 + Height = 13 + Caption = '&Toolbar name:' + end + object EName: TEdit + Left = 8 + Top = 27 + Width = 251 + Height = 21 + TabOrder = 0 + OnChange = ENameChange + end + object BOK: TButton + Left = 106 + Top = 58 + Width = 73 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object BCancel: TButton + Left = 186 + Top = 58 + Width = 73 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/dxBarPopupMenuEd.dcu b/official/x.19/Lib/D7/dxBarPopupMenuEd.dcu new file mode 100644 index 00000000..1fa86fcc Binary files /dev/null and b/official/x.19/Lib/D7/dxBarPopupMenuEd.dcu differ diff --git a/official/x.19/Lib/D7/dxBarPopupMenuEd.dfm b/official/x.19/Lib/D7/dxBarPopupMenuEd.dfm new file mode 100644 index 00000000..6902dfdb --- /dev/null +++ b/official/x.19/Lib/D7/dxBarPopupMenuEd.dfm @@ -0,0 +1,20 @@ +object dxBarSubMenuEditor: TdxBarSubMenuEditor + Tag = 100 + Left = 2 + Top = 105 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'ExpressBars SubMenu Editor' + ClientHeight = 4 + ClientWidth = 196 + Color = clBtnFace + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnActivate = FormActivate + OnClose = FormClose + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 +end diff --git a/official/x.19/Lib/D7/dxBarReg.dcr b/official/x.19/Lib/D7/dxBarReg.dcr new file mode 100644 index 00000000..1d998afe Binary files /dev/null and b/official/x.19/Lib/D7/dxBarReg.dcr differ diff --git a/official/x.19/Lib/D7/dxBarReg.dcu b/official/x.19/Lib/D7/dxBarReg.dcu new file mode 100644 index 00000000..e040bd0b Binary files /dev/null and b/official/x.19/Lib/D7/dxBarReg.dcu differ diff --git a/official/x.19/Lib/D7/dxBarStrs.dcu b/official/x.19/Lib/D7/dxBarStrs.dcu new file mode 100644 index 00000000..7154553c Binary files /dev/null and b/official/x.19/Lib/D7/dxBarStrs.dcu differ diff --git a/official/x.19/Lib/D7/dxBase.dcu b/official/x.19/Lib/D7/dxBase.dcu new file mode 100644 index 00000000..61c1c961 Binary files /dev/null and b/official/x.19/Lib/D7/dxBase.dcu differ diff --git a/official/x.19/Lib/D7/dxBkgnd.dcu b/official/x.19/Lib/D7/dxBkgnd.dcu new file mode 100644 index 00000000..30334c19 Binary files /dev/null and b/official/x.19/Lib/D7/dxBkgnd.dcu differ diff --git a/official/x.19/Lib/D7/dxBrhDlg.dcu b/official/x.19/Lib/D7/dxBrhDlg.dcu new file mode 100644 index 00000000..62334cf1 Binary files /dev/null and b/official/x.19/Lib/D7/dxBrhDlg.dcu differ diff --git a/official/x.19/Lib/D7/dxBrhDlg.dfm b/official/x.19/Lib/D7/dxBrhDlg.dfm new file mode 100644 index 00000000..6183d3e5 --- /dev/null +++ b/official/x.19/Lib/D7/dxBrhDlg.dfm @@ -0,0 +1,74 @@ +object dxBrushDlg: TdxBrushDlg + Left = 363 + Top = 214 + BorderStyle = bsDialog + Caption = 'Setup Brush properties' + ClientHeight = 120 + ClientWidth = 229 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 4 + Top = 1 + Width = 222 + Height = 85 + TabOrder = 0 + object lblColor: TLabel + Left = 6 + Top = 21 + Width = 29 + Height = 13 + Caption = '&Color:' + OnClick = lblClick + end + object lblStyle: TLabel + Left = 6 + Top = 53 + Width = 28 + Height = 13 + Caption = '&Style:' + OnClick = lblClick + end + object bvlColorHolder: TBevel + Left = 38 + Top = 16 + Width = 178 + Height = 23 + Visible = False + end + object bvlStyleHolder: TBevel + Left = 38 + Top = 48 + Width = 178 + Height = 22 + Visible = False + end + end + object btnOK: TButton + Left = 70 + Top = 93 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 151 + Top = 93 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/dxCommon.dcu b/official/x.19/Lib/D7/dxCommon.dcu new file mode 100644 index 00000000..03a51468 Binary files /dev/null and b/official/x.19/Lib/D7/dxCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxComnD7.dcu b/official/x.19/Lib/D7/dxComnD7.dcu new file mode 100644 index 00000000..739d8a7d Binary files /dev/null and b/official/x.19/Lib/D7/dxComnD7.dcu differ diff --git a/official/x.19/Lib/D7/dxDockConsts.dcu b/official/x.19/Lib/D7/dxDockConsts.dcu new file mode 100644 index 00000000..f0805d54 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockConsts.dcu differ diff --git a/official/x.19/Lib/D7/dxDockControl.dcu b/official/x.19/Lib/D7/dxDockControl.dcu new file mode 100644 index 00000000..76ed119f Binary files /dev/null and b/official/x.19/Lib/D7/dxDockControl.dcu differ diff --git a/official/x.19/Lib/D7/dxDockControlNETView.dcu b/official/x.19/Lib/D7/dxDockControlNETView.dcu new file mode 100644 index 00000000..6a24bb22 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockControlNETView.dcu differ diff --git a/official/x.19/Lib/D7/dxDockControlOfficeView.dcu b/official/x.19/Lib/D7/dxDockControlOfficeView.dcu new file mode 100644 index 00000000..004eae46 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockControlOfficeView.dcu differ diff --git a/official/x.19/Lib/D7/dxDockControlXPView.dcu b/official/x.19/Lib/D7/dxDockControlXPView.dcu new file mode 100644 index 00000000..c9a0c556 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockControlXPView.dcu differ diff --git a/official/x.19/Lib/D7/dxDockPanel.dcu b/official/x.19/Lib/D7/dxDockPanel.dcu new file mode 100644 index 00000000..c7dee456 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockPanel.dcu differ diff --git a/official/x.19/Lib/D7/dxDockReg.dcr b/official/x.19/Lib/D7/dxDockReg.dcr new file mode 100644 index 00000000..f7559c0a Binary files /dev/null and b/official/x.19/Lib/D7/dxDockReg.dcr differ diff --git a/official/x.19/Lib/D7/dxDockReg.dcu b/official/x.19/Lib/D7/dxDockReg.dcu new file mode 100644 index 00000000..ca998d77 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockReg.dcu differ diff --git a/official/x.19/Lib/D7/dxDockZones.dcu b/official/x.19/Lib/D7/dxDockZones.dcu new file mode 100644 index 00000000..b2c85f89 Binary files /dev/null and b/official/x.19/Lib/D7/dxDockZones.dcu differ diff --git a/official/x.19/Lib/D7/dxDockingD7.dcu b/official/x.19/Lib/D7/dxDockingD7.dcu new file mode 100644 index 00000000..04cefc0b Binary files /dev/null and b/official/x.19/Lib/D7/dxDockingD7.dcu differ diff --git a/official/x.19/Lib/D7/dxExtCtrls.dcu b/official/x.19/Lib/D7/dxExtCtrls.dcu new file mode 100644 index 00000000..61e8358f Binary files /dev/null and b/official/x.19/Lib/D7/dxExtCtrls.dcu differ diff --git a/official/x.19/Lib/D7/dxExtCtrlsStrs.dcu b/official/x.19/Lib/D7/dxExtCtrlsStrs.dcu new file mode 100644 index 00000000..94605019 Binary files /dev/null and b/official/x.19/Lib/D7/dxExtCtrlsStrs.dcu differ diff --git a/official/x.19/Lib/D7/dxFEFDlg.dcu b/official/x.19/Lib/D7/dxFEFDlg.dcu new file mode 100644 index 00000000..cfa19d16 Binary files /dev/null and b/official/x.19/Lib/D7/dxFEFDlg.dcu differ diff --git a/official/x.19/Lib/D7/dxFEFDlg.dfm b/official/x.19/Lib/D7/dxFEFDlg.dfm new file mode 100644 index 00000000..302540fb --- /dev/null +++ b/official/x.19/Lib/D7/dxFEFDlg.dfm @@ -0,0 +1,748 @@ +object dxFEFDialog: TdxFEFDialog + Left = 446 + Top = 168 + ActiveControl = dgTexture + BorderStyle = bsDialog + Caption = 'Fill Effects' + ClientHeight = 301 + ClientWidth = 392 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object lblSample: TLabel + Left = 307 + Top = 214 + Width = 44 + Height = 13 + Caption = 'Sample : ' + end + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 297 + Height = 292 + ActivePage = tshTexture + TabOrder = 0 + OnChange = PageControl1Change + object tshTexture: TTabSheet + Caption = '&Texture' + object dgTexture: TDrawGrid + Left = 4 + Top = 4 + Width = 280 + Height = 198 + BorderStyle = bsNone + ColCount = 4 + Ctl3D = True + DefaultColWidth = 65 + DefaultRowHeight = 65 + DefaultDrawing = False + FixedCols = 0 + RowCount = 6 + FixedRows = 0 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking] + ParentCtl3D = False + ScrollBars = ssVertical + TabOrder = 0 + OnClick = dgTextureClick + OnDblClick = dgTextureDblClick + OnDrawCell = dgTextureDrawCell + OnMouseMove = dgTextureMouseMove + end + object pnlTextureName: TPanel + Left = 4 + Top = 205 + Width = 280 + Height = 24 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnOtherTexture: TButton + Left = 150 + Top = 237 + Width = 134 + Height = 23 + Caption = '&Other Texture ...' + TabOrder = 2 + OnClick = btnOtherTextureClick + end + end + object tshPattern: TTabSheet + Caption = '&Pattern' + object lblForeground: TLabel + Left = 5 + Top = 191 + Width = 66 + Height = 13 + Caption = '&Foreground : ' + OnClick = lblForegroundClick + end + object lblBackground: TLabel + Left = 160 + Top = 191 + Width = 66 + Height = 13 + Caption = '&Background : ' + OnClick = lblForegroundClick + end + object bvlForeColorHolder: TBevel + Left = 4 + Top = 208 + Width = 124 + Height = 21 + Visible = False + end + object bvlBackColorHolder: TBevel + Left = 160 + Top = 208 + Width = 125 + Height = 21 + Visible = False + end + object dgPattern: TDrawGrid + Left = 4 + Top = 4 + Width = 280 + Height = 156 + BorderStyle = bsNone + ColCount = 8 + DefaultColWidth = 34 + DefaultRowHeight = 25 + DefaultDrawing = False + FixedCols = 0 + RowCount = 6 + FixedRows = 0 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] + ParentShowHint = False + ScrollBars = ssNone + ShowHint = True + TabOrder = 0 + OnClick = dgPatternClick + OnDblClick = dgPatternDblClick + OnDrawCell = dgPatternDrawCell + OnMouseMove = dgPatternMouseMove + end + object pnlPatternName: TPanel + Left = 4 + Top = 163 + Width = 281 + Height = 23 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnInvert: TButton + Left = 4 + Top = 237 + Width = 281 + Height = 23 + Caption = 'I&nvert colors' + TabOrder = 2 + OnClick = btnInvertClick + end + end + object tshPicture: TTabSheet + Caption = 'P&icture' + object lblPaintMode: TLabel + Left = 7 + Top = 210 + Width = 53 + Height = 13 + Caption = 'Paint &mode' + FocusControl = cbxPaintMode + OnClick = lblPaintModeClick + end + object Bevel4: TBevel + Left = 64 + Top = 216 + Width = 217 + Height = 3 + Shape = bsBottomLine + end + object sbxPicture: TScrollBox + Left = 4 + Top = 4 + Width = 279 + Height = 145 + HorzScrollBar.Tracking = True + VertScrollBar.Tracking = True + PopupMenu = pmPicture + TabOrder = 0 + TabStop = True + object pnlPicture: TPanel + Left = 0 + Top = 0 + Width = 273 + Height = 138 + BevelOuter = bvNone + TabOrder = 0 + object pbxPicture: TPaintBox + Left = 0 + Top = 0 + Width = 273 + Height = 138 + Align = alClient + OnPaint = pbxPicturePaint + end + object pnlNoPicture: TPanel + Left = 48 + Top = 58 + Width = 185 + Height = 25 + BevelOuter = bvNone + Caption = 'There is no Picture to display' + TabOrder = 0 + end + end + end + object pnlPictureName: TPanel + Left = 4 + Top = 152 + Width = 279 + Height = 24 + BevelOuter = bvLowered + TabOrder = 1 + end + object btnSelectPicture: TButton + Left = 146 + Top = 181 + Width = 137 + Height = 23 + Caption = 'Se&lect Picture ...' + TabOrder = 3 + OnClick = SelectPictureClick + end + object cbxPaintMode: TComboBox + Left = 6 + Top = 228 + Width = 129 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 4 + OnChange = cbxPaintModeChange + Items.Strings = ( + 'Center' + 'Stretch' + 'Tile' + 'Proportional') + end + object btnPreview: TButton + Left = 4 + Top = 181 + Width = 137 + Height = 23 + Caption = 'Pre&view ...' + TabOrder = 2 + OnClick = PicturePreviewClick + end + end + end + object pnlPreview: TPanel + Left = 316 + Top = 229 + Width = 65 + Height = 65 + BevelOuter = bvNone + BorderStyle = bsSingle + TabOrder = 5 + object pbxPreview: TPaintBox + Left = 0 + Top = 0 + Width = 61 + Height = 61 + Align = alClient + OnPaint = pbxPreviewPaint + end + end + object btnHelp: TButton + Left = 308 + Top = 112 + Width = 80 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object btnApply: TButton + Left = 308 + Top = 83 + Width = 80 + Height = 23 + Caption = '&Apply' + TabOrder = 3 + OnClick = btnApplyClick + end + object btnCancel: TButton + Left = 308 + Top = 54 + Width = 80 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnOK: TButton + Left = 308 + Top = 25 + Width = 80 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object pmPicture: TPopupMenu + OnPopup = pmPicturePopup + Left = 340 + Top = 146 + object miPreview: TMenuItem + Caption = 'Pre&view...' + OnClick = PicturePreviewClick + end + object N3: TMenuItem + Caption = '-' + end + object miLoad: TMenuItem + Caption = '&Load...' + ShortCut = 45 + OnClick = SelectPictureClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ShortCut = 46 + OnClick = miDeleteClick + end + object N2: TMenuItem + Caption = '-' + end + object miCut: TMenuItem + Caption = 'Cu&t' + ShortCut = 16472 + OnClick = miCutClick + end + object miCopy: TMenuItem + Caption = '&Copy' + ShortCut = 16451 + OnClick = miCopyClick + end + object miPaste: TMenuItem + Caption = '&Paste' + ShortCut = 16470 + OnClick = miPasteClick + end + end + object ilMenu: TImageList + Left = 312 + Top = 146 + Bitmap = { + 494C010106000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF00840000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF00840000008400000084000000840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 8400848484000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000008484000084 + 8400008484000084840000848400008484000084840000848400008484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00000000000084 + 8400008484000084840000848400008484000084840000848400008484000084 + 8400000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF00840000000000000000000000FFFFFF0000FFFF000000 + 0000008484000084840000848400008484000084840000848400008484000084 + 8400008484000000000000000000000000008484840084848400848484000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000084840000848400008484000084840000848400008484000084 + 84000084840000848400000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF00840000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 000000000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 00008400000084000000840000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 00008400000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000084848400848484008484840084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 000084000000840000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C6C6C6000000000000000000000000000000 + 0000FFFFFF00FFFFFF0084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00840000008400 + 00008400000084000000FFFFFF00C6C6C600FFFFFF0084000000840000008400 + 0000840000008400000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FC00FFFF00000000 + 8000FFF9000000000000E7FF000000000000C3F3000000000000C3E700000000 + 0001E1C7000000000003F08F000000000003F81F000000000003FC3F00000000 + 0003F81F000000000003F09F000000000003C1C700000000800783E300000000 + F87F8FF100000000FFFFFFFF00000000FFFFFFFEFFFFFFFFFFFFFF0CF3FFFFFF + 001FFC00ED9FFC01000FF805ED6FFC010007F805ED6FFC0100030006F16F0001 + 00010006FD1F000100000006FC7F0001001F0006FEFF0001001F0005FC7F0003 + 001F0005FD7F00078FF10001F93F000FFFF90001FBBF00FFFF750001FBBF01FF + FF8F0001FBBF03FFFFFF0001FFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxGDIPlusAPI.dcu b/official/x.19/Lib/D7/dxGDIPlusAPI.dcu new file mode 100644 index 00000000..5c52e8ef Binary files /dev/null and b/official/x.19/Lib/D7/dxGDIPlusAPI.dcu differ diff --git a/official/x.19/Lib/D7/dxGDIPlusClasses.dcu b/official/x.19/Lib/D7/dxGDIPlusClasses.dcu new file mode 100644 index 00000000..d8fd5445 Binary files /dev/null and b/official/x.19/Lib/D7/dxGDIPlusClasses.dcu differ diff --git a/official/x.19/Lib/D7/dxGDIPlusD7.dcu b/official/x.19/Lib/D7/dxGDIPlusD7.dcu new file mode 100644 index 00000000..b590bf58 Binary files /dev/null and b/official/x.19/Lib/D7/dxGDIPlusD7.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutCommon.dcu b/official/x.19/Lib/D7/dxLayoutCommon.dcu new file mode 100644 index 00000000..4408b802 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutControl.dcu b/official/x.19/Lib/D7/dxLayoutControl.dcu new file mode 100644 index 00000000..68775d11 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControl.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutControl.res b/official/x.19/Lib/D7/dxLayoutControl.res new file mode 100644 index 00000000..5f97ae84 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControl.res differ diff --git a/official/x.19/Lib/D7/dxLayoutControlAdapters.dcu b/official/x.19/Lib/D7/dxLayoutControlAdapters.dcu new file mode 100644 index 00000000..429b75d1 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControlAdapters.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutControlD7.dcu b/official/x.19/Lib/D7/dxLayoutControlD7.dcu new file mode 100644 index 00000000..4f5695a4 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControlD7.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutControlReg.dcr b/official/x.19/Lib/D7/dxLayoutControlReg.dcr new file mode 100644 index 00000000..1de5e202 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControlReg.dcr differ diff --git a/official/x.19/Lib/D7/dxLayoutControlReg.dcu b/official/x.19/Lib/D7/dxLayoutControlReg.dcu new file mode 100644 index 00000000..bbbb72ae Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControlReg.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutControlcxEditAdaptersD7.dcu b/official/x.19/Lib/D7/dxLayoutControlcxEditAdaptersD7.dcu new file mode 100644 index 00000000..66ce277b Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutControlcxEditAdaptersD7.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutCustomizeForm.dcu b/official/x.19/Lib/D7/dxLayoutCustomizeForm.dcu new file mode 100644 index 00000000..a5588662 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutCustomizeForm.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutCustomizeForm.dfm b/official/x.19/Lib/D7/dxLayoutCustomizeForm.dfm new file mode 100644 index 00000000..f2137524 --- /dev/null +++ b/official/x.19/Lib/D7/dxLayoutCustomizeForm.dfm @@ -0,0 +1,171 @@ +object LayoutCustomizeForm: TLayoutCustomizeForm + Left = 219 + Top = 183 + BorderStyle = bsSizeToolWin + Caption = 'LayoutCustomizeForm' + ClientHeight = 297 + ClientWidth = 223 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnClose = FormClose + PixelsPerInch = 96 + TextHeight = 13 + object LayoutControl: TdxLayoutControl + Left = 0 + Top = 0 + Width = 223 + Height = 297 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object pcMain: TPageControl + Left = 4 + Top = 4 + Width = 217 + Height = 241 + ActivePage = tshItems + TabOrder = 0 + object tshItems: TTabSheet + Caption = 'Items' + object lcItems: TdxLayoutControl + Left = 0 + Top = 0 + Width = 209 + Height = 213 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbItems: TListBox + Left = 6 + Top = 6 + Width = 129 + Height = 145 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + Color = clBtnFace + ItemHeight = 13 + TabOrder = 0 + OnDrawItem = lbItemsDrawItem + OnMeasureItem = lbItemsMeasureItem + end + object lcItemsGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcItemsItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = lbItems + end + end + end + end + object tshGroups: TTabSheet + Caption = 'Groups' + ImageIndex = 1 + object lcGroups: TdxLayoutControl + Left = 0 + Top = 0 + Width = 209 + Height = 213 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbGroups: TListBox + Left = 6 + Top = 6 + Width = 145 + Height = 149 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + Color = clBtnFace + ItemHeight = 13 + TabOrder = 0 + OnClick = lbGroupsClick + OnDrawItem = lbGroupsDrawItem + OnMeasureItem = lbGroupsMeasureItem + end + object btnGroupsCreate: TButton + Left = 25 + Top = 234 + Width = 75 + Height = 23 + Caption = 'Create' + TabOrder = 1 + OnClick = btnGroupsCreateClick + end + object btnGroupsDelete: TButton + Left = 106 + Top = 234 + Width = 75 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + OnClick = btnGroupsDeleteClick + end + object lcGroupsGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcGroupsItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = lbGroups + end + object lcGroupsGroup1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahCenter + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object lcGroupsItem4: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Button1' + ShowCaption = False + Control = btnGroupsCreate + ControlOptions.ShowBorder = False + end + object lcGroupsItem2: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Button2' + ShowCaption = False + Control = btnGroupsDelete + ControlOptions.ShowBorder = False + end + end + end + end + end + end + object LayoutControlGroup_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object LayoutControlItem1: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = pcMain + ControlOptions.ShowBorder = False + end + end + end + object LookAndFeels: TdxLayoutLookAndFeelList + Left = 154 + Top = 66 + object lfStandard: TdxLayoutStandardLookAndFeel + ItemOptions.ControlBorderStyle = lbsFlat + Offsets.RootItemsAreaOffsetHorz = 3 + Offsets.RootItemsAreaOffsetVert = 3 + end + end +end diff --git a/official/x.19/Lib/D7/dxLayoutDesignCommon.dcu b/official/x.19/Lib/D7/dxLayoutDesignCommon.dcu new file mode 100644 index 00000000..1b0b3a72 Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutDesignCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutDesignForm.dcu b/official/x.19/Lib/D7/dxLayoutDesignForm.dcu new file mode 100644 index 00000000..701416da Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutDesignForm.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutDesignForm.dfm b/official/x.19/Lib/D7/dxLayoutDesignForm.dfm new file mode 100644 index 00000000..01d6deb0 --- /dev/null +++ b/official/x.19/Lib/D7/dxLayoutDesignForm.dfm @@ -0,0 +1,218 @@ +object DesignForm: TDesignForm + Left = 423 + Top = 176 + Width = 314 + Height = 325 + BorderIcons = [biSystemMenu] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object lcMain: TdxLayoutControl + Left = 0 + Top = 0 + Width = 306 + Height = 291 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = lfStandard + object lbItems: TListBox + Left = 8 + Top = 8 + Width = 173 + Height = 245 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnDrawItem = lbItemsDrawItem + end + object btnAddGroup: TButton + Left = 186 + Top = 6 + Width = 85 + Height = 23 + Caption = 'Add Group...' + TabOrder = 1 + OnClick = btnAddGroupClick + end + object btnAddItem: TButton + Left = 186 + Top = 35 + Width = 85 + Height = 23 + Caption = 'Add Item...' + TabOrder = 2 + OnClick = btnAddItemClick + end + object btnDelete: TButton + Left = 186 + Top = 64 + Width = 85 + Height = 23 + Caption = 'Delete' + TabOrder = 3 + end + object btnClose: TButton + Left = 186 + Top = 262 + Width = 85 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + TabOrder = 6 + OnClick = btnCloseClick + end + object btnAlign: TButton + Left = 186 + Top = 93 + Width = 109 + Height = 23 + Caption = 'Align by...' + TabOrder = 4 + OnClick = btnAlignClick + end + object chbShowHiddenGroupsBounds: TCheckBox + Left = 186 + Top = 122 + Width = 7 + Height = 26 + TabOrder = 5 + OnClick = chbShowHiddenGroupsBoundsClick + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Item1: TdxLayoutItem + AutoAligns = [] + AlignHorz = ahClient + AlignVert = avClient + Control = lbItems + end + object dxLayoutControl1Group2: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAddGroup + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnAddItem + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item4: TdxLayoutItem + Caption = 'Button3' + ShowCaption = False + Control = btnDelete + ControlOptions.ShowBorder = False + end + object lcMainItem1: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAlign + ControlOptions.ShowBorder = False + end + object lcMainItem4: TdxLayoutItem + Caption = 'Show Hidden Groups Bounds' + CaptionOptions.Layout = clRight + CaptionOptions.Width = 96 + OnCaptionClick = lcMainItem4CaptionClick + Control = chbShowHiddenGroupsBounds + ControlOptions.ShowBorder = False + end + object lcMainGroup1: TdxLayoutGroup + AutoAligns = [aaHorizontal] + Caption = 'Legend' + LookAndFeel = lfStandardLegend + object lcMainItem2: TdxLayoutItem + Caption = 'Actually Invisible Group/Item' + CaptionOptions.Width = 80 + LookAndFeel = lfStandardBtnFace + end + object lcMainItem3: TdxLayoutItem + Caption = 'Hidden Group ' + LookAndFeel = lfStandardBoldItalic + end + end + object dxLayoutControl1Item5: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avBottom + Caption = 'Button4' + ShowCaption = False + Control = btnClose + ControlOptions.ShowBorder = False + end + end + end + end + object lflMain: TdxLayoutLookAndFeelList + Left = 164 + Top = 24 + object lfStandard: TdxLayoutStandardLookAndFeel + Offsets.RootItemsAreaOffsetHorz = 4 + Offsets.RootItemsAreaOffsetVert = 4 + end + object lfStandardBtnFace: TdxLayoutStandardLookAndFeel + ItemOptions.CaptionOptions.TextColor = clBtnFace + end + object lfStandardBoldItalic: TdxLayoutStandardLookAndFeel + ItemOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET + ItemOptions.CaptionOptions.Font.Color = clWindowText + ItemOptions.CaptionOptions.Font.Height = -11 + ItemOptions.CaptionOptions.Font.Name = 'MS Sans Serif' + ItemOptions.CaptionOptions.Font.Style = [fsBold, fsItalic] + ItemOptions.CaptionOptions.UseDefaultFont = False + end + object lfStandardLegend: TdxLayoutStandardLookAndFeel + GroupOptions.Color = clInfoBk + end + end + object pmAlign: TPopupMenu + Left = 272 + Top = 224 + object Left1: TMenuItem + Caption = 'Left Side' + OnClick = pmAlignItemClick + end + object Right1: TMenuItem + Tag = 2 + Caption = 'Right Side' + OnClick = pmAlignItemClick + end + object N1: TMenuItem + Caption = '-' + end + object op1: TMenuItem + Tag = 1 + Caption = 'Top Side' + OnClick = pmAlignItemClick + end + object Bottom1: TMenuItem + Tag = 3 + Caption = 'Bottom Side' + OnClick = pmAlignItemClick + end + object N2: TMenuItem + Caption = '-' + end + object None1: TMenuItem + Tag = -1 + Caption = 'None' + OnClick = pmAlignItemClick + end + end +end diff --git a/official/x.19/Lib/D7/dxLayoutEditForm.dcu b/official/x.19/Lib/D7/dxLayoutEditForm.dcu new file mode 100644 index 00000000..5996380b Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutEditForm.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutEditForm.dfm b/official/x.19/Lib/D7/dxLayoutEditForm.dfm new file mode 100644 index 00000000..1ba90d2e --- /dev/null +++ b/official/x.19/Lib/D7/dxLayoutEditForm.dfm @@ -0,0 +1,83 @@ +object LayoutEditForm: TLayoutEditForm + Left = 233 + Top = 209 + BorderStyle = bsDialog + Caption = 'LayoutEditForm' + ClientHeight = 88 + ClientWidth = 282 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object LayoutControl: TdxLayoutControl + Left = 0 + Top = 0 + Width = 282 + Height = 88 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth] + object edMain: TEdit + Left = 12 + Top = 30 + Width = 121 + Height = 17 + BorderStyle = bsNone + TabOrder = 0 + Text = 'edMain' + end + object btnOK: TButton + Left = 116 + Top = 55 + Width = 75 + Height = 23 + Caption = 'btnOK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 197 + Top = 55 + Width = 75 + Height = 23 + Cancel = True + Caption = 'btnCancel' + ModalResult = 2 + TabOrder = 2 + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object LayoutControlItemEdit: TdxLayoutItem + Caption = 'Edit1' + CaptionOptions.Layout = clTop + Control = edMain + end + object dxLayoutControl1Group1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahRight + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnOK + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnCancel + ControlOptions.ShowBorder = False + end + end + end + end +end diff --git a/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dcu b/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dcu new file mode 100644 index 00000000..299f467e Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dfm b/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dfm new file mode 100644 index 00000000..902ac3a7 --- /dev/null +++ b/official/x.19/Lib/D7/dxLayoutLookAndFeelListDesignForm.dfm @@ -0,0 +1,244 @@ +object LookAndFeelListDesignForm: TLookAndFeelListDesignForm + Left = 532 + Top = 129 + Width = 326 + Height = 441 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object lcMain: TdxLayoutControl + Left = 0 + Top = 0 + Width = 318 + Height = 407 + Align = alClient + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = dxLayoutOfficeLookAndFeel1 + object lbItems: TListBox + Left = 12 + Top = 12 + Width = 401 + Height = 264 + Style = lbOwnerDrawFixed + BorderStyle = bsNone + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + end + object btnAdd: TButton + Left = 233 + Top = 10 + Width = 75 + Height = 23 + Caption = 'Add...' + TabOrder = 1 + OnClick = btnAddClick + end + object btnDelete: TButton + Left = 233 + Top = 39 + Width = 75 + Height = 23 + Caption = 'Delete' + TabOrder = 2 + end + object btnClose: TButton + Left = 233 + Top = 68 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Close' + Default = True + TabOrder = 3 + OnClick = btnCloseClick + end + object pnlPreview: TPanel + Left = 20 + Top = 212 + Width = 278 + Height = 181 + BevelOuter = bvLowered + TabOrder = 4 + object lcPreview: TdxLayoutControl + Left = 1 + Top = 1 + Width = 276 + Height = 179 + Align = alClient + TabOrder = 0 + Visible = False + AutoContentSizes = [acsWidth, acsHeight] + object Edit1: TEdit + Left = 53 + Top = 30 + Width = 90 + Height = 17 + BorderStyle = bsNone + TabOrder = 0 + Text = 'Edit1' + end + object Edit2: TEdit + Left = 53 + Top = 57 + Width = 90 + Height = 17 + BorderStyle = bsNone + TabOrder = 1 + Text = 'Edit2' + end + object CheckBox1: TCheckBox + Left = 22 + Top = 112 + Width = 97 + Height = 17 + Caption = 'CheckBox1' + TabOrder = 2 + end + object CheckBox2: TCheckBox + Left = 22 + Top = 135 + Width = 97 + Height = 17 + Caption = 'CheckBox2' + TabOrder = 3 + end + object ListBox1: TListBox + Left = 172 + Top = 30 + Width = 80 + Height = 120 + BorderStyle = bsNone + ItemHeight = 13 + Items.Strings = ( + 'Item 1' + 'Item 2' + 'Item 3' + 'Item 4' + 'Item 5' + 'Item 6' + 'Item 7' + 'Item 8' + 'Item 9') + TabOrder = 7 + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Group4: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahClient + ShowCaption = False + Hidden = True + ShowBorder = False + object dxLayoutGroup1: TdxLayoutGroup + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Group 1' + object dxLayoutItem1: TdxLayoutItem + Caption = 'Edit1' + Control = Edit1 + end + object dxLayoutControl1Item2: TdxLayoutItem + Caption = 'Edit2' + Control = Edit2 + end + end + object dxLayoutControl1Group2: TdxLayoutGroup + Caption = 'Group2' + object dxLayoutControl1Item3: TdxLayoutItem + Caption = 'CheckBox1' + ShowCaption = False + Control = CheckBox1 + ControlOptions.AutoColor = True + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item4: TdxLayoutItem + Caption = 'CheckBox2' + ShowCaption = False + Control = CheckBox2 + ControlOptions.AutoColor = True + ControlOptions.ShowBorder = False + end + end + end + object dxLayoutControl1Group3: TdxLayoutGroup + AutoAligns = [aaHorizontal] + AlignVert = avClient + Caption = 'Group3' + object dxLayoutControl1Item5: TdxLayoutItem + AutoAligns = [aaHorizontal] + AlignVert = avClient + Control = ListBox1 + end + end + end + end + end + object TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcMainGroup4: TdxLayoutGroup + AutoAligns = [aaHorizontal] + AlignVert = avClient + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object lcMainItem1: TdxLayoutItem + AutoAligns = [] + AlignHorz = ahClient + AlignVert = avClient + Control = lbItems + end + object lcMainGroup2: TdxLayoutGroup + ShowCaption = False + Hidden = True + ShowBorder = False + object lcMainItem2: TdxLayoutItem + Caption = 'Button1' + ShowCaption = False + Control = btnAdd + ControlOptions.ShowBorder = False + end + object lcMainItem3: TdxLayoutItem + Caption = 'Button2' + ShowCaption = False + Control = btnDelete + ControlOptions.ShowBorder = False + end + object lcMainItem4: TdxLayoutItem + Caption = 'Button3' + ShowCaption = False + Control = btnClose + ControlOptions.ShowBorder = False + end + end + end + object lcMainGroup3: TdxLayoutGroup + Caption = 'Preview' + object lcMainItem6: TdxLayoutItem + Caption = 'Panel1' + ShowCaption = False + Control = pnlPreview + ControlOptions.ShowBorder = False + end + end + end + end + object lflMain: TdxLayoutLookAndFeelList + Left = 256 + Top = 116 + object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel + end + end +end diff --git a/official/x.19/Lib/D7/dxLayoutLookAndFeels.dcu b/official/x.19/Lib/D7/dxLayoutLookAndFeels.dcu new file mode 100644 index 00000000..9abc0f6f Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutLookAndFeels.dcu differ diff --git a/official/x.19/Lib/D7/dxLayoutcxEditAdapters.dcu b/official/x.19/Lib/D7/dxLayoutcxEditAdapters.dcu new file mode 100644 index 00000000..7af173cc Binary files /dev/null and b/official/x.19/Lib/D7/dxLayoutcxEditAdapters.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBar.dcu b/official/x.19/Lib/D7/dxNavBar.dcu new file mode 100644 index 00000000..5f6d261a Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBar.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBar.res b/official/x.19/Lib/D7/dxNavBar.res new file mode 100644 index 00000000..c36a8b42 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBar.res differ diff --git a/official/x.19/Lib/D7/dxNavBarBase.dcu b/official/x.19/Lib/D7/dxNavBarBase.dcu new file mode 100644 index 00000000..4a77139d Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarBase.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarBaseViews.dcu b/official/x.19/Lib/D7/dxNavBarBaseViews.dcu new file mode 100644 index 00000000..45a94de7 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarBaseViews.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarCollns.dcu b/official/x.19/Lib/D7/dxNavBarCollns.dcu new file mode 100644 index 00000000..7f7a42cb Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarCollns.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarConsts.dcu b/official/x.19/Lib/D7/dxNavBarConsts.dcu new file mode 100644 index 00000000..acfb8996 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarConsts.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarD7.dcu b/official/x.19/Lib/D7/dxNavBarD7.dcu new file mode 100644 index 00000000..bc168a4f Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarD7.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarDsgnConsts.dcu b/official/x.19/Lib/D7/dxNavBarDsgnConsts.dcu new file mode 100644 index 00000000..eada3c37 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarDsgnConsts.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarDsgnUtils.dcu b/official/x.19/Lib/D7/dxNavBarDsgnUtils.dcu new file mode 100644 index 00000000..320c0f6c Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarDsgnUtils.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarExplorerViews.dcu b/official/x.19/Lib/D7/dxNavBarExplorerViews.dcu new file mode 100644 index 00000000..de3f37ab Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarExplorerViews.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarGraphics.dcu b/official/x.19/Lib/D7/dxNavBarGraphics.dcu new file mode 100644 index 00000000..6a02ccca Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarGraphics.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarOffice11Views.dcu b/official/x.19/Lib/D7/dxNavBarOffice11Views.dcu new file mode 100644 index 00000000..e37998dc Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarOffice11Views.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarOfficeViews.dcu b/official/x.19/Lib/D7/dxNavBarOfficeViews.dcu new file mode 100644 index 00000000..c9a0c519 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarOfficeViews.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarReg.dcr b/official/x.19/Lib/D7/dxNavBarReg.dcr new file mode 100644 index 00000000..92d913b0 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarReg.dcr differ diff --git a/official/x.19/Lib/D7/dxNavBarReg.dcu b/official/x.19/Lib/D7/dxNavBarReg.dcu new file mode 100644 index 00000000..733e1069 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarReg.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarStyles.dcu b/official/x.19/Lib/D7/dxNavBarStyles.dcu new file mode 100644 index 00000000..38b9e73c Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarStyles.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarVSToolBoxViews.dcu b/official/x.19/Lib/D7/dxNavBarVSToolBoxViews.dcu new file mode 100644 index 00000000..7a53da47 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarVSToolBoxViews.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarViewsFact.dcu b/official/x.19/Lib/D7/dxNavBarViewsFact.dcu new file mode 100644 index 00000000..8d3f9248 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarViewsFact.dcu differ diff --git a/official/x.19/Lib/D7/dxNavBarXPViews.dcu b/official/x.19/Lib/D7/dxNavBarXPViews.dcu new file mode 100644 index 00000000..2ac27171 Binary files /dev/null and b/official/x.19/Lib/D7/dxNavBarXPViews.dcu differ diff --git a/official/x.19/Lib/D7/dxOffice11.dcu b/official/x.19/Lib/D7/dxOffice11.dcu new file mode 100644 index 00000000..069f6aeb Binary files /dev/null and b/official/x.19/Lib/D7/dxOffice11.dcu differ diff --git a/official/x.19/Lib/D7/dxOffice11.res b/official/x.19/Lib/D7/dxOffice11.res new file mode 100644 index 00000000..680cef5f Binary files /dev/null and b/official/x.19/Lib/D7/dxOffice11.res differ diff --git a/official/x.19/Lib/D7/dxPPAttr.dcu b/official/x.19/Lib/D7/dxPPAttr.dcu new file mode 100644 index 00000000..e2ec6af8 Binary files /dev/null and b/official/x.19/Lib/D7/dxPPAttr.dcu differ diff --git a/official/x.19/Lib/D7/dxPS.dcr b/official/x.19/Lib/D7/dxPS.dcr new file mode 100644 index 00000000..f2521142 Binary files /dev/null and b/official/x.19/Lib/D7/dxPS.dcr differ diff --git a/official/x.19/Lib/D7/dxPSAutoHFTextMnuBld.dcu b/official/x.19/Lib/D7/dxPSAutoHFTextMnuBld.dcu new file mode 100644 index 00000000..fb573c1c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSAutoHFTextMnuBld.dcu differ diff --git a/official/x.19/Lib/D7/dxPSBaseGridLnk.dcu b/official/x.19/Lib/D7/dxPSBaseGridLnk.dcu new file mode 100644 index 00000000..c3aecab3 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSBaseGridLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSCPDsg.dcu b/official/x.19/Lib/D7/dxPSCPDsg.dcu new file mode 100644 index 00000000..8d9c01d6 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSCPDsg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSCPDsg.dfm b/official/x.19/Lib/D7/dxPSCPDsg.dfm new file mode 100644 index 00000000..9146b2b8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSCPDsg.dfm @@ -0,0 +1,630 @@ +object dxfmCPDesigner: TdxfmCPDesigner + Left = 519 + Top = 331 + ActiveControl = btnAdd + BorderStyle = bsDialog + Caption = 'Component Printer Designer' + ClientHeight = 289 + ClientWidth = 454 + Color = clBtnFace + Constraints.MinHeight = 316 + Constraints.MinWidth = 462 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TButton + Left = 271 + Top = 261 + Width = 86 + Height = 23 + Caption = 'Close' + ModalResult = 1 + TabOrder = 0 + end + object btnHelp: TButton + Left = 363 + Top = 261 + Width = 86 + Height = 23 + Caption = '&Help' + TabOrder = 1 + end + object pcItems: TPageControl + Left = 5 + Top = 7 + Width = 444 + Height = 247 + ActivePage = tbsItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 2 + object tbsItems: TTabSheet + Caption = 'Items' + OnResize = tbsItemsResize + object lvItems: TListView + Left = 0 + Top = 0 + Width = 307 + Height = 219 + Align = alClient + Columns = <> + ColumnClick = False + MultiSelect = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnDblClick = lvItemsDblClick + OnEdited = lvItemsEdited + OnEditing = lvItemsEditing + end + object pnlButtons: TPanel + Left = 307 + Top = 0 + Width = 129 + Height = 219 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnDesign: TButton + Left = 6 + Top = 103 + Width = 120 + Height = 23 + Caption = 'Desi&gn...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 3 + OnClick = DesignClick + end + object btnAdd: TButton + Left = 6 + Top = 3 + Width = 120 + Height = 23 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Left = 6 + Top = 63 + Width = 120 + Height = 23 + Caption = '&Delete...' + TabOrder = 2 + OnClick = DeleteClick + end + object btnPageSetup: TButton + Left = 6 + Top = 133 + Width = 120 + Height = 23 + Caption = 'Pa&ge Setup...' + TabOrder = 4 + OnClick = PageSetupClick + end + object btnPrintPreview: TButton + Left = 6 + Top = 163 + Width = 120 + Height = 23 + Caption = 'Pre&view...' + TabOrder = 5 + OnClick = PrintPreviewClick + end + object btnPrint: TButton + Left = 6 + Top = 193 + Width = 120 + Height = 23 + Caption = '&Print...' + TabOrder = 6 + OnClick = PrintClick + end + object btnAddComposition: TButton + Left = 6 + Top = 33 + Width = 120 + Height = 23 + Caption = 'Add Composition' + TabOrder = 1 + OnClick = AddCompositionClick + end + end + object pnlNoItems: TPanel + Left = 12 + Top = 83 + Width = 289 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items to display' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 2 + end + end + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 20 + Top = 198 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 1 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition: TMenuItem + Caption = 'Add Composition' + ImageIndex = 6 + OnClick = AddCompositionClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 2 + ShortCut = 46 + OnClick = DeleteClick + end + object miRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = RenameClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Desi&gn...' + Default = True + ImageIndex = 0 + ShortCut = 16397 + OnClick = DesignClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Caption = 'Pa&ge Setup...' + ImageIndex = 3 + OnClick = PageSetupClick + end + object miPrintPreview: TMenuItem + Caption = 'Pre&view...' + ImageIndex = 4 + OnClick = PrintPreviewClick + end + object miPrint: TMenuItem + Caption = '&Print...' + ImageIndex = 5 + ShortCut = 16464 + OnClick = PrintClick + end + end + object ilItems: TImageList + Left = 48 + Top = 198 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080 + 80000000000080808000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000FFFF0000FFFF0000FFFF00C0C0C000C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C000FFFF00008080 + 80008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000C0C0C000C0C0 + C00000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C0C0C000C0C0C000C0C0C000C0C0C0008080 + 8000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C0C0C000FFFF0000C0C0C000C0C0C0008080 + 8000C0C0C00000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C00000000000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000080808000FFFF0000FFFF0000C0C0C0008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C00000000000C0C0C0000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000008000000080000000800000008000000080000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000000000008080800000000000C0C0C0000000000000000000000000000000 + 000080808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000080000000800000008000 + 000080000000800000008000000000000000000000000000000080808000C0C0 + C000C0C0C0008080800080808000808080008080800080808000808080008080 + 800000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000008000000080000000800000008000 + 000080000000800000008080800080000000FFFFFF0080000000800000008000 + 000080000000800000008000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000008080800080808000C0C0 + C000C0C0C000C0C0C000C0C0C000000000008080800080808000FFFFFF008080 + 800000000000808080008080800000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000808080000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000000000008080800080808000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000800000000000000080808000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000C0C0C0008080 + 8000C0C0C000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000808080000000000000000000FFFF + FF0080808000C0C0C000FFFFFF0000000000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000000000000C0C0 + C0000000000080808000C0C0C00000000000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000000000000C0C0 + C000FFFFFF00000000008080800080808000C0C0C000C0C0C000C0C0C0008080 + 800000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000008000000080000000808080008080 + 800080808000808080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00800000008000000000000000000000000000000080808000C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000808080008080 + 800000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000008000000080000000808080008080 + 80008080800080808000800000000000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000000000000000000000000000000000008080 + 8000000000000000000000000000C0C0C0000000000080808000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000080000000800000008000 + 0000800000008000000000000000000000000000000080000000800000008000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFC01F0000000CC007C01F0000 + 00088003C007000000010001C007000000030001C001000000030001C0010000 + 00030000C001000000030000C001000000038000C00100000007C000C0010000 + 000FE001C0010000000FE007F0010000000FF007F0030000001FF003FC070000 + 003FF803FC0F0000007FFFFFFFFF0000FFFFFFFFFFFFFFFFFE3FFFFFFFFFFFFF + FC3FC007FFF9F83FE027C007E7FF0001C003C007C3F30001E007C007C3E70001 + 8001C007E1C700010001C007F08F00010001C007F81F00010001C007FC3F0001 + E007C007F81F0001E003C007F09F0001C007C00FC1C70101E42FC01F83E38383 + FC3FC03F8FF1FFFFFC3FFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSChLbxLnk.dcu b/official/x.19/Lib/D7/dxPSChLbxLnk.dcu new file mode 100644 index 00000000..a663f428 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSChLbxLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSChLbxLnk.dfm b/official/x.19/Lib/D7/dxPSChLbxLnk.dfm new file mode 100644 index 00000000..d1b76d49 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSChLbxLnk.dfm @@ -0,0 +1,368 @@ +object dxChlbxReportLinkDesignWindow: TdxChlbxReportLinkDesignWindow + Left = 548 + Top = 365 + BorderStyle = bsDialog + Caption = 'dxCLbReportLinkDesigner' + ClientHeight = 243 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 544 + Height = 204 + ActivePage = tshColor + MultiLine = True + TabOrder = 1 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel11: TBevel + Left = 41 + Top = 18 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 79 + Top = 90 + Width = 167 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 10 + Top = 109 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0F0000FF7F0000000FF000F07DDDDDDDDDDDD0F7FFF77777FF77777FFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0777777777777777777777707DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD0F0000FF7F00000000000FF07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7F000FFF7F00000F00F7 + F07DD0777777777777777777777707DDCDDDDCDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCDCCDDD0F7F00000F7F00000000F7 + F07DD0F00000F7F0000000FF000F07DDCCCCCCCCDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCDCCDDD0F77777777777777777777 + F07DD0777777777777777777777707DDCDDDDCDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7FFFFFFF7F000000FFF7 + F07DD0F00FFFF7F000000000000F07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7FFFFFFF7F0000F000F7 + F07DD0F00000F7F00000000F000F07DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDDDDDDDDDDD0F7F00000F7F00000000F7 + F07DD0777777777777777777777707DDDDDDDDDDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCDDDDCDDDD0F7F00F00F7F000000FFF7 + F07DD0F00FFFF7F000000FF000FF07DDCCCCDCCDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCCCCCCCCDD0F7F00000F7F00000000F7 + F07DD0F00000F7F000000000000F07DDCCCCDCCDDD0F7FFFFFFF7FFFFFFFFFF7 + F07DD0FFFFFFF7FFFFFFFFFFFFFF07DDCDDDDCDDDD0F77777777777777777777 + F07DD0000000000000000000000007DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD0888888808888888888888807DDDDDDDDDDDD0F77777777777777777777 + F07DD0880000808800000088888807DDDDDDDDDDDD0F77777777777777777777 + F07DD0888888808888888888888807DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgGrid: TImage + Left = 10 + Top = 34 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 14 + Width = 26 + Height = 13 + Caption = 'Show' + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 85 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 31 + Width = 148 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 54 + Width = 148 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 95 + Top = 107 + Width = 148 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 153 + Width = 148 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 4 + OnClick = chbxRowAutoHeightClick + end + object lblPreview: TStaticText + Left = 256 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 130 + Width = 148 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 3 + OnClick = chbxAutoWidthClick + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 14 + Top = 143 + Width = 79 + Height = 13 + Caption = 'Grid Lines color: ' + OnClick = lblComboClick + end + object bvlLineColorHolder: TBevel + Left = 100 + Top = 137 + Width = 126 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 6 + Top = 13 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblComboClick + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 45 + Width = 232 + Height = 82 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblComboClick + end + object bvlColorHolder: TBevel + Left = 94 + Top = 20 + Width = 126 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 50 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblComboClick + end + object bvlEvenColorHolder: TBevel + Left = 94 + Top = 46 + Width = 126 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 42 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 77 + Top = 8 + Width = 161 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 43 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 37 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + object btnEvenFont: TButton + Tag = 1 + Left = 9 + Top = 70 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 9 + Top = 98 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + Text = 'edFont' + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 46 + Width = 273 + Height = 150 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D7/dxPSCompsProvider.dcu b/official/x.19/Lib/D7/dxPSCompsProvider.dcu new file mode 100644 index 00000000..25269c0c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSCompsProvider.dcu differ diff --git a/official/x.19/Lib/D7/dxPSContainerLnk.dcu b/official/x.19/Lib/D7/dxPSContainerLnk.dcu new file mode 100644 index 00000000..d30f5d46 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSContainerLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSContainerLnk.dfm b/official/x.19/Lib/D7/dxPSContainerLnk.dfm new file mode 100644 index 00000000..84188b09 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSContainerLnk.dfm @@ -0,0 +1,1015 @@ +object dxfmCustomContainerDesignWindow: TdxfmCustomContainerDesignWindow + Left = 456 + Top = 379 + BorderStyle = bsDialog + Caption = 'dxfmCustomContainerDesignWindow' + ClientHeight = 315 + ClientWidth = 582 + Color = clBtnFace + Constraints.MinHeight = 342 + Constraints.MinWidth = 590 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 9 + Width = 574 + Height = 271 + ActivePage = tshReportLinks + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + OnChanging = PageControl1Changing + object tshOptions: TTabSheet + Caption = 'Options' + object imgExpanding: TImage + Left = 9 + Top = 26 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD7777777777777777777777777DDDDDDDDDDDD0000000000000000000000 + 000DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDF877777777777777777777787DDDDDDDDDDDD0F00000000000000000000 + 0F0DDF8F8888888888888888888787DDCDDDCDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000000000000008787DDCCCDCCDDDD0F0F00000000000000000F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCCCCCCCDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCCCDCCDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDCDDDCDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F80FFFFFFFFFFFFFFF08787DDDDDDDDDDDD0F0F0FFFFFFFFFFFFFFF0F + 0F0DDF8F8000000000000000008787DDDDDDDDDDDD0F0F00000000000000000F + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000888888888888787DDDDDDDDDDDD0F0F000000FFFFFFFFFFFF + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8F8000000888888888888787DDDDDDDDDDDD0F0F000000FFFFFFFFFFFF + 0F0DDF8F8888888888888888888787DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFFF + 0F0DDF8FFFFFFFFFFFFFFFFFFFF787DDDDDDDDDDDD0F00000000000000000000 + 0F0DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDF8FFFFFFFFFFFFF8777777787DDDDDDDDDDDD0F0000000000000F000000 + 0F0DDF8788888888888F8F88888787DDDDDDDDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8788888888888F8F88888787DDDDDDDDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8777777777777F8F88888787DDCDDDCDDDDD0F0000000000000F0FFFFF + 0F0DDF888888888888888F88888787DDCCCDCCDDDD0FFFFFFFFFFFFFFF0FFFFF + 0F0DDF8FFFFFFFFFFFFF8F88888787DDCCCCCCCDDD0F0000000000000F0FFFFF + 0F0DDF8788888888888F8F80088787DDCCCDCCDDDD0F0FFFFFFFFFFF0F0F00FF + 0F0DDF8788888888888F8F88888787DDCDDDCDDDDD0F0FFFFFFFFFFF0F0FFFFF + 0F0DDF8777777777777F8FFFFFF787DDDDDDDDDDDD0F0000000000000F000000 + 0F0DDF888888888888888888888887DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + FF0DDFFFFFFFFFFFFFFFFFFFFFFFF7DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlTransparents: TBevel + Left = 76 + Top = 10 + Width = 480 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 9 + Top = 131 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F7777777777777F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F78887F88F7FF7F07770D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0FFF0D + DDDDD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F7777777777777F077F0D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887F88F7FF7F0F7F07 + 770DD098F0000000000000000F8907DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + FF0DD099FFFFFFFFFFFFFFFFFF9907DDCDDDDCDDDD7F7777777777777F0F7F07 + 7F0DD0999999999999999999999907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCCCCCDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDCDDDDCDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F0000000000000000F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099FFFFFFFFFFFFFFFFFF9907DDCCCCDCCDDD7F7777777777777F0F7F0F + 7F0DD0999999999999999999999907DDCCCCCCCCDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCDCCDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDDDDDDDDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD00000000000000000F7F0F + 7F0DD0F8F0777778888888880F8F07DDDDDDDDDDDDDDDD7F7777777777777F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 7F0DD0F8F088887FFFF8FFFF0F8807DDDDDDDDDDDDDDDDDDDD7F777777777777 + 7F0DD0888000000000000000088F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 64 + Top = 115 + Width = 492 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object bvlSize: TBevel + Left = 31 + Top = 183 + Width = 525 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object imgSize: TImage + Left = 9 + Top = 199 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088807DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFFFFFFFFFFFF0FFF0F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDDDDDDDDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF0F07DDCDDDDCDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDCCCCDCCDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDCCCCCCCCDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF8F07DDCCCCDCCDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF0F07DDCDDDDCDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F777777777777F0FFF8F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0F7FFFFFFFFFF7F0FFF0F07DDDDDDDDDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCDDDDCDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7F888888F8F7F0FFF0F07DDCCCCDCCDDD0F0F7F88888F8F8888F7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCCCCCCCCDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F7F88F888F8F7F0FFF0F07DDCCCCDCCDDD0F0F7F88F888F8F888F7F0 + F07DD0F0F7FFFFFFFFFF7F0FFF8F07DDCDDDDCDDDD0F0F7FFFFFFFFFFFFFF7F0 + F07DD0F0F777777777777F0FFF0F07DDDDDDDDDDDD0F0F7777777777777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0F0F7777777F7777F0FFF0F07DDDDDDDDDDDD0F0F777777777F777777F0 + F07DD0F0F7FFFFF7F7FF7F0FFF8F07DDDDDDDDDDDD0F0F7FFFFFFF7F7FFFF7F0 + F07DD0F0F7777777F7777F0FFF0F07DDDDDDDDDDDD0F0F777777777F777777F0 + F07DD0F0FFFFFFFFFFFFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFFFFFFFFFFFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblTransparents: TLabel + Left = 5 + Top = 5 + Width = 64 + Height = 13 + Caption = 'Transparents' + end + object lblPagination: TLabel + Left = 5 + Top = 110 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object lblSize: TLabel + Left = 5 + Top = 178 + Width = 19 + Height = 13 + Caption = 'Size' + end + object chbxTransparentRoot: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Root' + TabOrder = 0 + OnClick = TransparentClick + end + object chbxTransparentControls: TCheckBox + Tag = 1 + Left = 90 + Top = 47 + Width = 166 + Height = 17 + Caption = 'Controls' + TabOrder = 1 + OnClick = TransparentClick + end + object chbxTransparentContainers: TCheckBox + Tag = 2 + Left = 90 + Top = 67 + Width = 166 + Height = 17 + Caption = 'Containers' + TabOrder = 2 + OnClick = TransparentClick + end + object chbxTransparentGraphics: TCheckBox + Tag = 3 + Left = 90 + Top = 88 + Width = 166 + Height = 17 + Caption = '&Graphics' + TabOrder = 3 + OnClick = TransparentClick + end + object chbxTransparentGroups: TCheckBox + Tag = 4 + Left = 270 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Groups' + TabOrder = 4 + OnClick = TransparentClick + end + object chbxTransparentItems: TCheckBox + Tag = 5 + Left = 270 + Top = 47 + Width = 166 + Height = 17 + Caption = '&Items' + TabOrder = 5 + OnClick = TransparentClick + end + object chbxPaginateByControlDetails: TCheckBox + Left = 90 + Top = 131 + Width = 166 + Height = 17 + Caption = 'Control Details' + TabOrder = 6 + OnClick = PaginationClick + end + object chbxPaginateByControls: TCheckBox + Tag = 1 + Left = 90 + Top = 152 + Width = 166 + Height = 17 + Caption = 'Controls' + TabOrder = 7 + OnClick = PaginationClick + end + object chbxPaginateByGroups: TCheckBox + Tag = 2 + Left = 270 + Top = 131 + Width = 166 + Height = 17 + Caption = '&Groups' + TabOrder = 8 + OnClick = PaginationClick + end + object chbxPaginateByItems: TCheckBox + Tag = 3 + Left = 270 + Top = 152 + Width = 166 + Height = 17 + Caption = '&Items' + TabOrder = 9 + OnClick = PaginationClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 199 + Width = 166 + Height = 17 + Caption = 'Auto Width' + TabOrder = 10 + OnClick = SizeClick + end + end + object tshReportLinks: TTabSheet + Caption = 'Aggregated Links' + ImageIndex = 1 + OnResize = tshReportLinksResize + object pnlBtnSite: TPanel + Left = 474 + Top = 0 + Width = 92 + Height = 243 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object btnLinksDesign: TButton + Left = 7 + Top = 22 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Design...' + TabOrder = 0 + OnClick = DesignClick + end + object btnLinksRemoveInconsistents: TButton + Left = 7 + Top = 50 + Width = 80 + Height = 37 + Caption = 'Remove Unneeded' + TabOrder = 1 + OnClick = btnLinksRemoveInconsistentsClick + end + end + object pnlLinkListsSite: TPanel + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlAvailableLinksSite: TPanel + Left = 0 + Top = 0 + Width = 216 + Height = 243 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object lblAvailableLinks: TLabel + Left = 1 + Top = 5 + Width = 73 + Height = 13 + Caption = '&Available Links:' + FocusControl = lbxAvailableLinks + end + object lbxAvailableLinks: TListBox + Left = 0 + Top = 22 + Width = 216 + Height = 221 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + DragMode = dmAutomatic + ItemHeight = 15 + MultiSelect = True + Style = lbOwnerDrawFixed + TabOrder = 0 + OnClick = lbxAggregatedLinksClick + OnDblClick = lbxAvailableLinksDblClick + OnDragDrop = lbxAvailableLinksDragDrop + OnDragOver = lbxAvailableLinksDragOver + OnDrawItem = lbxAggregatedLinksDrawItem + OnKeyDown = lbxAvailableLinksKeyDown + end + end + object pnlMoveButtonsSite: TPanel + Left = 216 + Top = 0 + Width = 42 + Height = 243 + Align = alLeft + BevelOuter = bvNone + TabOrder = 1 + object sbtnRemove: TSpeedButton + Left = 8 + Top = 133 + Width = 26 + Height = 26 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0DD + DDDDDDDDDDDD00DDDDDDDDDDDDD000DDDDDDDDDDDD0000DDDDDDDDDDD00000DD + DDDDDDDDDD0000DDDDDDDDDDDDD000DDDDDDDDDDDDDD00DDDDDDDDDDDDDDD0DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} + OnClick = sbtnRemoveClick + end + object sbtnAdd: TSpeedButton + Left = 8 + Top = 98 + Width = 26 + Height = 26 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0DDDDD + DDDDDDDDDD00DDDDDDDDDDDDDD000DDDDDDDDDDDDD0000DDDDDDDDDDDD00000D + DDDDDDDDDD0000DDDDDDDDDDDD000DDDDDDDDDDDDD00DDDDDDDDDDDDDD0DDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} + OnClick = sbtnAddClick + end + end + object pnlAggregatedLinksSite: TPanel + Left = 258 + Top = 0 + Width = 216 + Height = 243 + Align = alClient + BevelOuter = bvNone + TabOrder = 2 + object lblAggregatedLinks: TLabel + Left = 1 + Top = 5 + Width = 87 + Height = 13 + Caption = 'A&ggregated Links:' + FocusControl = lbxAggregatedLinks + end + object lbxAggregatedLinks: TListBox + Left = 0 + Top = 22 + Width = 216 + Height = 221 + Align = alBottom + Anchors = [akLeft, akTop, akRight, akBottom] + DragMode = dmAutomatic + ItemHeight = 15 + MultiSelect = True + Style = lbOwnerDrawFixed + TabOrder = 0 + OnClick = lbxAggregatedLinksClick + OnDblClick = lbxAggregatedLinksDblClick + OnDragDrop = lbxAggregatedLinksDragDrop + OnDragOver = lbxAggregatedLinksDragOver + OnDrawItem = lbxAggregatedLinksDrawItem + OnKeyDown = lbxAggregatedLinksKeyDown + end + end + end + end + object tshControls: TTabSheet + Caption = 'Controls' + ImageIndex = 2 + object btnControlsCheckAll: TButton + Left = 481 + Top = 4 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Check All' + TabOrder = 1 + OnClick = TreeViewCheckAllClick + end + object btnControlsExpandAll: TButton + Left = 481 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'E&xpand All' + TabOrder = 2 + OnClick = TreeViewExpandAllClick + end + object tvControls: TTreeView + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + ReadOnly = True + StateImages = ilControls + TabOrder = 0 + OnChange = TreeViewChange + OnClick = TreeViewClick + OnCustomDrawItem = TreeViewCustomDrawItem + OnKeyDown = TreeViewKeyDown + OnKeyPress = TreeViewKeyPress + OnMouseUp = TreeViewMouseUp + end + end + object tshHiddenControls: TTabSheet + Caption = 'Hidden Controls' + ImageIndex = 3 + object tvHiddenControls: TTreeView + Left = 0 + Top = 0 + Width = 474 + Height = 243 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + HideSelection = False + Indent = 19 + ReadOnly = True + StateImages = ilControls + TabOrder = 0 + OnChange = TreeViewChange + OnClick = TreeViewClick + OnCustomDrawItem = TreeViewCustomDrawItem + OnKeyDown = TreeViewKeyDown + OnKeyPress = TreeViewKeyPress + OnMouseUp = TreeViewMouseUp + end + object btnHiddenControlsCheckAll: TButton + Left = 481 + Top = 4 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Check All' + TabOrder = 1 + OnClick = TreeViewCheckAllClick + end + object btnHiddenControlsExpandAll: TButton + Left = 481 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'E&xpand All' + TabOrder = 2 + OnClick = TreeViewExpandAllClick + end + end + end + object pmControls: TPopupMenu + Images = ilControlsPopup + OnPopup = pmControlsPopup + Left = 4 + Top = 285 + object miControlsCheckAll: TMenuItem + Caption = 'Check All' + ImageIndex = 0 + OnClick = TreeViewCheckAllClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miControlsCheckStandardControls: TMenuItem + Caption = 'Check Standard Unprintable Controls' + Visible = False + OnClick = UnhideStandardControlsClick + end + object miControlsUncheckStandardControls: TMenuItem + Caption = 'Uncheck Standard Unprintable Controls' + Visible = False + OnClick = HideStandardControlsClick + end + object miLine2: TMenuItem + Caption = '-' + Visible = False + end + object miControlsCheckAllChildren: TMenuItem + Caption = 'Check All Children' + OnClick = TreeViewCheckAllChildrenClick + end + object miControlsUncheckAllChildren: TMenuItem + Caption = 'Uncheck All Children' + OnClick = TreeViewUncheckAllChildrenClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miControlsExpandAll: TMenuItem + Caption = 'Expand All' + ImageIndex = 1 + OnClick = TreeViewExpandAllClick + end + end + object ilControls: TImageList + Left = 32 + Top = 285 + end + object ilControlsPopup: TImageList + Left = 60 + Top = 285 + Bitmap = { + 494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000808080000000000000000000FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000808080000000000000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000008080 + 8000000000000000000000000000FFFFFF00FFFFFF0000800000008000000080 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF0000800000008000000080 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF000080000000800000008000000080 + 000000800000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF000080000000800000008000000080 + 000000800000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF000080000000800000FFFFFF000080 + 00000080000000800000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF000080000000800000FFFFFF000080 + 00000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000008080800000000000000000000000 + 0000FFFFFF00FFFFFF0000000000FFFFFF0000800000FFFFFF00FFFFFF00FFFF + FF000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000800000FFFFFF00FFFFFF00FFFF + FF000080000000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000800000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000800000FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000080000080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 000000000000C0C0C00080808000000000000000000000000000000000000000 + 00000000000000000000000000008080800000000000FFFFFF00008000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000800000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF00008000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 00000000000080808000000000000000000000000000FFFFFF00008000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000800000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000008080800000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F000000000000FC00BBFFBC00BC00FC00BB00BC00BC00 + FC00B800B000B000E000BB0080008000E000BBFFB000B000E000B003B000B000 + 00008003B000B0000000B003B000B0000000BFFFB000B0000000B00380008000 + 00078003B003B0030007B003B003B0030007BFFFBFFFBFFF003F003F00030003 + 003F003F00030003003F003F0003000300000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSCore.dcu b/official/x.19/Lib/D7/dxPSCore.dcu new file mode 100644 index 00000000..2af7d1e8 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSCore.dcu differ diff --git a/official/x.19/Lib/D7/dxPSCoreD7.dcu b/official/x.19/Lib/D7/dxPSCoreD7.dcu new file mode 100644 index 00000000..26828c3f Binary files /dev/null and b/official/x.19/Lib/D7/dxPSCoreD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBBasedXplorer.dcu b/official/x.19/Lib/D7/dxPSDBBasedXplorer.dcu new file mode 100644 index 00000000..a7613d2d Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBBasedXplorer.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBBasedXplorerReg.dcu b/official/x.19/Lib/D7/dxPSDBBasedXplorerReg.dcu new file mode 100644 index 00000000..46884e0c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBBasedXplorerReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBCtrlLnkReg.dcu b/official/x.19/Lib/D7/dxPSDBCtrlLnkReg.dcu new file mode 100644 index 00000000..54a0e7e8 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBCtrlLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBCtrlLnks.dcu b/official/x.19/Lib/D7/dxPSDBCtrlLnks.dcu new file mode 100644 index 00000000..25a8d407 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBCtrlLnks.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBCtrlProducers.dcu b/official/x.19/Lib/D7/dxPSDBCtrlProducers.dcu new file mode 100644 index 00000000..15a6bc96 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBCtrlProducers.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBTCLnk.dcu b/official/x.19/Lib/D7/dxPSDBTCLnk.dcu new file mode 100644 index 00000000..1619bca0 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBTCLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBTCLnkReg.dcu b/official/x.19/Lib/D7/dxPSDBTCLnkReg.dcu new file mode 100644 index 00000000..cfd552f0 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBTCLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDBTeeChartD7.dcu b/official/x.19/Lib/D7/dxPSDBTeeChartD7.dcu new file mode 100644 index 00000000..9bce4d31 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDBTeeChartD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDsgImgs.res b/official/x.19/Lib/D7/dxPSDsgImgs.res new file mode 100644 index 00000000..31c9e507 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDsgImgs.res differ diff --git a/official/x.19/Lib/D7/dxPSDsgProxies.dcu b/official/x.19/Lib/D7/dxPSDsgProxies.dcu new file mode 100644 index 00000000..079879f2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDsgProxies.dcu differ diff --git a/official/x.19/Lib/D7/dxPSDsgUtils.dcu b/official/x.19/Lib/D7/dxPSDsgUtils.dcu new file mode 100644 index 00000000..68f7c42b Binary files /dev/null and b/official/x.19/Lib/D7/dxPSDsgUtils.dcu differ diff --git a/official/x.19/Lib/D7/dxPSESys.dcu b/official/x.19/Lib/D7/dxPSESys.dcu new file mode 100644 index 00000000..bb6f9781 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSESys.dcu differ diff --git a/official/x.19/Lib/D7/dxPSEdgePatterns.dcu b/official/x.19/Lib/D7/dxPSEdgePatterns.dcu new file mode 100644 index 00000000..f76c02f6 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSEdgePatterns.dcu differ diff --git a/official/x.19/Lib/D7/dxPSEngn.dcu b/official/x.19/Lib/D7/dxPSEngn.dcu new file mode 100644 index 00000000..17636fa2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSEngn.dcu differ diff --git a/official/x.19/Lib/D7/dxPSEvnt.dcu b/official/x.19/Lib/D7/dxPSEvnt.dcu new file mode 100644 index 00000000..c2d8c854 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSEvnt.dcu differ diff --git a/official/x.19/Lib/D7/dxPSExcelEdgePatterns.dcu b/official/x.19/Lib/D7/dxPSExcelEdgePatterns.dcu new file mode 100644 index 00000000..5c986e8c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSExcelEdgePatterns.dcu differ diff --git a/official/x.19/Lib/D7/dxPSExcelFillPatterns.dcu b/official/x.19/Lib/D7/dxPSExcelFillPatterns.dcu new file mode 100644 index 00000000..dfee5383 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSExcelFillPatterns.dcu differ diff --git a/official/x.19/Lib/D7/dxPSExtDlgs.dcu b/official/x.19/Lib/D7/dxPSExtDlgs.dcu new file mode 100644 index 00000000..88b0bdf2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSExtDlgs.dcu differ diff --git a/official/x.19/Lib/D7/dxPSExtDlgs.res b/official/x.19/Lib/D7/dxPSExtDlgs.res new file mode 100644 index 00000000..3c35386c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSExtDlgs.res differ diff --git a/official/x.19/Lib/D7/dxPSFileBasedXplorer.dcu b/official/x.19/Lib/D7/dxPSFileBasedXplorer.dcu new file mode 100644 index 00000000..006c4f40 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSFileBasedXplorer.dcu differ diff --git a/official/x.19/Lib/D7/dxPSFillPatterns.dcu b/official/x.19/Lib/D7/dxPSFillPatterns.dcu new file mode 100644 index 00000000..ccee98dd Binary files /dev/null and b/official/x.19/Lib/D7/dxPSFillPatterns.dcu differ diff --git a/official/x.19/Lib/D7/dxPSForm.dcu b/official/x.19/Lib/D7/dxPSForm.dcu new file mode 100644 index 00000000..f5636579 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSForm.dcu differ diff --git a/official/x.19/Lib/D7/dxPSGlbl.dcu b/official/x.19/Lib/D7/dxPSGlbl.dcu new file mode 100644 index 00000000..59cf8d77 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSGlbl.dcu differ diff --git a/official/x.19/Lib/D7/dxPSGrLnks.dcu b/official/x.19/Lib/D7/dxPSGrLnks.dcu new file mode 100644 index 00000000..04617a62 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSGrLnks.dcu differ diff --git a/official/x.19/Lib/D7/dxPSGraphicLnk.dcu b/official/x.19/Lib/D7/dxPSGraphicLnk.dcu new file mode 100644 index 00000000..581050d5 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSGraphicLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSHFToolBarBld.dcu b/official/x.19/Lib/D7/dxPSHFToolBarBld.dcu new file mode 100644 index 00000000..3d12cf8c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSHFToolBarBld.dcu differ diff --git a/official/x.19/Lib/D7/dxPSImgLnk.dcu b/official/x.19/Lib/D7/dxPSImgLnk.dcu new file mode 100644 index 00000000..e3b121c0 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSImgLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSImgs.dcu b/official/x.19/Lib/D7/dxPSImgs.dcu new file mode 100644 index 00000000..58c7b8e9 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSImgs.dcu differ diff --git a/official/x.19/Lib/D7/dxPSImgs.res b/official/x.19/Lib/D7/dxPSImgs.res new file mode 100644 index 00000000..4084eab3 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSImgs.res differ diff --git a/official/x.19/Lib/D7/dxPSLVLnk.dcu b/official/x.19/Lib/D7/dxPSLVLnk.dcu new file mode 100644 index 00000000..dfb9f2d3 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSLVLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSLVLnk.dfm b/official/x.19/Lib/D7/dxPSLVLnk.dfm new file mode 100644 index 00000000..df9678c8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSLVLnk.dfm @@ -0,0 +1,698 @@ +object dxfmLVReportLinkDesignWindow: TdxfmLVReportLinkDesignWindow + Left = 489 + Top = 374 + BorderStyle = bsDialog + Caption = 'dxfmLVReportLinkDesignWindow' + ClientHeight = 354 + ClientWidth = 555 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 38 + Width = 547 + Height = 281 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = 'Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 17 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 37 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel1: TBevel + Left = 89 + Top = 98 + Width = 145 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 147 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 6 + Top = 174 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 83 + Top = 152 + Width = 151 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 95 + Top = 73 + Width = 143 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 30 + Width = 143 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 51 + Width = 143 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxShowColumnHeaders: TCheckBox + Left = 95 + Top = 114 + Width = 143 + Height = 17 + Caption = '&Column Headers' + TabOrder = 3 + OnClick = chbxShowColumnHeadersClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 95 + Top = 168 + Width = 143 + Height = 17 + Caption = 'Headers' + TabOrder = 4 + OnClick = chbxHeadersOnEveryPageClick + end + object lblPreview: TStaticText + Left = 244 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + end + end + object tshColor: TTabSheet + Caption = 'Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 217 + Width = 81 + Height = 13 + Caption = '&Grid Lines Color: ' + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 213 + Width = 128 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 16 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparentHeaders: TGroupBox + Left = 5 + Top = 141 + Width = 225 + Height = 58 + Caption = ' ' + TabOrder = 4 + object lblHeadersColor: TLabel + Left = 6 + Top = 24 + Width = 75 + Height = 13 + Caption = 'Headers Color: ' + end + object bvlHeadersColorHost: TBevel + Left = 86 + Top = 22 + Width = 128 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 50 + Width = 225 + Height = 84 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 26 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHost: TBevel + Left = 86 + Top = 22 + Width = 128 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 53 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHost: TBevel + Left = 86 + Top = 49 + Width = 128 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 48 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxTransparentHeaders: TCheckBox + Tag = 1 + Left = 18 + Top = 139 + Width = 15 + Height = 17 + Caption = 'T&ransparent Headers' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 11 + Width = 162 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 50 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stTransparentHeaders: TStaticText + Left = 33 + Top = 140 + Width = 112 + Height = 17 + Caption = ' Transaprent Headers ' + FocusControl = chbxTransparentHeaders + TabOrder = 6 + OnClick = stTransparentHeadersClick + end + end + end + object tshFont: TTabSheet + Caption = 'Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeadersFont: TButton + Tag = 2 + Left = 8 + Top = 129 + Width = 110 + Height = 23 + Caption = 'Headers Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 158 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 69 + Width = 110 + Height = 23 + Caption = 'E&ven Font...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 98 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 539 + Height = 253 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 35 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 12 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 53 + Top = 17 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 83 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 85 + Top = 87 + Width = 149 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 106 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 151 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 78 + Top = 156 + Width = 156 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 174 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 95 + Top = 55 + Width = 143 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = chbxIncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 95 + Top = 32 + Width = 143 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 95 + Top = 104 + Width = 143 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 2 + OnClick = chbxUse3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 95 + Top = 127 + Width = 143 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = chbxUseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 199 + Width = 136 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 176 + Width = 136 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 252 + Top = 81 + Width = 290 + Height = 229 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + end + object pnlHint: TPanel + Left = 4 + Top = 5 + Width = 547 + Height = 27 + Alignment = taLeftJustify + BevelOuter = bvNone + BorderStyle = bsSingle + Color = clInfoBk + Ctl3D = False + ParentCtl3D = False + TabOrder = 2 + object imgHint: TImage + Left = 7 + Top = 5 + Width = 16 + Height = 16 + Transparent = True + end + object lblHint: TLabel + Left = 30 + Top = 6 + Width = 370 + Height = 13 + Caption = ' Most Options Are Being Taken Into Account Only In Detailed View' + Font.Charset = DEFAULT_CHARSET + Font.Color = clInfoText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentFont = False + Transparent = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPSLbxLnk.dcu b/official/x.19/Lib/D7/dxPSLbxLnk.dcu new file mode 100644 index 00000000..b86fe53b Binary files /dev/null and b/official/x.19/Lib/D7/dxPSLbxLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSLbxLnk.dfm b/official/x.19/Lib/D7/dxPSLbxLnk.dfm new file mode 100644 index 00000000..dcbf7e43 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSLbxLnk.dfm @@ -0,0 +1,737 @@ +object dxLBxReportLinkDesignWindow: TdxLBxReportLinkDesignWindow + Left = 441 + Top = 302 + BorderStyle = bsDialog + Caption = 'dxLbxReportLinkDesigner' + ClientHeight = 253 + ClientWidth = 553 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 545 + Height = 214 + ActivePage = tshColor + MultiLine = True + TabOrder = 1 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 39 + Top = 17 + Width = 209 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 91 + Top = 84 + Width = 156 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 10 + Top = 35 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxPaintItemGraphics: TCheckBox + Left = 90 + Top = 103 + Width = 159 + Height = 17 + Caption = '&Paint item graphics' + TabOrder = 2 + OnClick = chbxPaintItemGraphicsClick + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 32 + Width = 159 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 54 + Width = 159 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxTransparentGraphics: TCheckBox + Tag = 1 + Left = 90 + Top = 127 + Width = 159 + Height = 17 + Caption = '&Transparent Graphics' + TabOrder = 3 + OnClick = chbxTransparentGraphicsClick + end + object lblPreview: TStaticText + Left = 257 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 4 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 15 + Top = 150 + Width = 84 + Height = 13 + Caption = '&Grid Lines Color : ' + OnClick = lblComboClick + end + object bvlLineColorHolder: TBevel + Left = 97 + Top = 146 + Width = 135 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 13 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblComboClick + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 46 + Width = 237 + Height = 86 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblComboClick + end + object bvlColorHolder: TBevel + Left = 90 + Top = 20 + Width = 135 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 48 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblComboClick + end + object bvlEvenColorHolder: TBevel + Left = 90 + Top = 49 + Width = 135 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 44 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 95 + Top = 8 + Width = 148 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 45 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 37 + Width = 233 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 68 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 97 + Width = 233 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 186 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 10 + Top = 35 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 13 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 54 + Top = 16 + Width = 194 + Height = 5 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 88 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object imgMiscellaneous: TImage + Left = 10 + Top = 110 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 79 + Top = 92 + Width = 169 + Height = 4 + Shape = bsBottomLine + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 32 + Width = 148 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxRowAutoHeight: TCheckBox + Left = 90 + Top = 130 + Width = 148 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 2 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 106 + Width = 148 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 1 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 47 + Width = 273 + Height = 160 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 0 + end + object ilPreview: TImageList + Left = 5 + Top = 223 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FF3F000000000000F81F000000000000E00F000000000000C007000000000000 + C003000000000000C003000000000000C003000000000000C003000000000000 + C003000000000000E003000000000000F00F000000000000F83F000000000000 + FCFF000000000000FFFF00000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSLnkReg.dcu b/official/x.19/Lib/D7/dxPSLnkReg.dcu new file mode 100644 index 00000000..5feffcda Binary files /dev/null and b/official/x.19/Lib/D7/dxPSLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSLnksD7.dcu b/official/x.19/Lib/D7/dxPSLnksD7.dcu new file mode 100644 index 00000000..e4b00d35 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSLnksD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPgsMnuBld.dcu b/official/x.19/Lib/D7/dxPSPgsMnuBld.dcu new file mode 100644 index 00000000..6f23f1ca Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPgsMnuBld.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPopupMan.dcu b/official/x.19/Lib/D7/dxPSPopupMan.dcu new file mode 100644 index 00000000..eb7cfd2e Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPopupMan.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPrVwAdv.dcu b/official/x.19/Lib/D7/dxPSPrVwAdv.dcu new file mode 100644 index 00000000..38a2d861 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPrVwAdv.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPrVwAdv.dfm b/official/x.19/Lib/D7/dxPSPrVwAdv.dfm new file mode 100644 index 00000000..897f5ac9 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSPrVwAdv.dfm @@ -0,0 +1,3490 @@ +object dxfmPreviewWdxBar: TdxfmPreviewWdxBar + Left = 352 + Top = 204 + Width = 893 + Height = 461 + Caption = 'Print Preview' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000FFFFFFF000070000FFF + FFF0788707000FFFFF0788E770000FFFFF08888780000FFFFF08E88780000FFF + FF07EE8770000FFFFFF0788700000FFFFFFF000000000FFFFFFFFFF000000FFF + FFFF000000000FFFFFFF080000000FFFFFFF000000000000000000000000FFFF + 0000000C00000008000000010000000300000003000000030000000300000003 + 000000070000000F0000000F0000000F0000001F0000003F0000007F0000} + KeyPreview = True + Menu = MainMenu1 + Position = poDefault + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object dxBarManager: TdxBarManager + AutoHideEmptyBars = True + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Bars = < + item + Caption = 'MenuBar' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsTop + FloatLeft = 0 + FloatTop = 0 + FloatClientWidth = 0 + FloatClientHeight = 0 + IsMainMenu = True + ItemLinks = < + item + Item = bbFile + Visible = True + end + item + Item = bbExplorer + Visible = True + end + item + Item = bbEdit + Visible = True + end + item + Item = bbView + Visible = True + end + item + Item = bbInsert + Visible = True + end + item + Item = bbFormat + Visible = True + end + item + Item = bbGoToPage + Visible = True + end + item + Item = bbTools + Visible = True + end + item + Item = bbHelp + Visible = True + end> + MultiLine = True + Name = 'Build-In Menus' + OneOnRow = True + Row = 0 + UseOwnFont = False + Visible = True + WholeRow = False + end + item + Caption = 'Standard' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 23 + DockingStyle = dsTop + FloatLeft = 332 + FloatTop = 321 + FloatClientWidth = 554 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + BeginGroup = True + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + Item = bbFileSave + Visible = True + end + item + BeginGroup = True + Item = bbFilePrint + Visible = True + end + item + Item = bbFilePrintDialog + Visible = True + end + item + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbViewExplorer + Visible = True + end + item + Item = bbViewThumbnails + Visible = True + end + item + BeginGroup = True + Item = bbFormatTitle + Visible = True + end + item + BeginGroup = True + Item = bbZoomPercent100 + Visible = True + end + item + Item = bbZoomPageWidth + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + Item = bbZoomTwoPages + Visible = True + end + item + Item = bbZoomMultiplePages + Visible = True + end + item + Item = cbxPredefinedZoom + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageBackground + Visible = True + end + item + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + BeginGroup = True + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + Item = seActivePage + UserDefine = [udWidth] + UserWidth = 63 + Visible = True + end + item + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end + item + BeginGroup = True + Item = bbFileExit + Visible = True + end> + Name = 'Standard' + OneOnRow = True + Row = 1 + UseOwnFont = False + Visible = True + WholeRow = False + end + item + AllowClose = False + Caption = 'Header and Footer' + DockedDockingStyle = dsTop + DockedLeft = 50 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 523 + FloatTop = 228 + FloatClientWidth = 601 + FloatClientHeight = 22 + Hidden = True + ItemLinks = < + item + Item = bsiInsertAutoText + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFPageNumber + UserDefine = [udPaintStyle] + Visible = True + end + item + Item = bbInsertHFTotalPages + UserDefine = [udPaintStyle] + Visible = True + end + item + Item = bbInsertHFPageOfPages + Visible = True + end + item + Item = bbFormatPageNumbering + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFDateTime + Visible = True + end + item + Item = bbInsertHFDate + Visible = True + end + item + Item = bbInsertHFTime + Visible = True + end + item + Item = bbFormatDateTime + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFUserName + Visible = True + end + item + Item = bbInsertHFMachineName + UserDefine = [udPaintStyle] + Visible = True + end + item + BeginGroup = True + Item = bbFormatHFClear + Visible = True + end + item + BeginGroup = True + Item = bbFormatHFBackground + Visible = True + end + item + BeginGroup = True + Item = bbFilePageSetup + Visible = True + end + item + Item = bbViewHFSwitchHeaderFooter + Visible = True + end + item + Item = bbViewSwitchToLeftPart + Visible = True + end + item + Item = bbViewSwitchToCenterPart + Visible = True + end + item + Item = bbViewSwitchToRightPart + Visible = True + end + item + BeginGroup = True + Item = bbViewHFClose + Visible = True + end> + Name = 'Header and Footer' + OneOnRow = True + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'Shortcut Menus' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 293 + FloatTop = 319 + FloatClientWidth = 188 + FloatClientHeight = 19 + Hidden = True + ItemLinks = < + item + Item = bsiShortcutPreview + Visible = True + end + item + Item = bsiShortCutExplorer + Visible = True + end + item + Item = bsiShortcutThumbnails + Visible = True + end> + Name = 'Shortcut Menus' + NotDocking = [dsLeft, dsTop, dsRight, dsBottom] + OneOnRow = False + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'AutoText' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 0 + DockingStyle = dsNone + FloatLeft = 460 + FloatTop = 288 + FloatClientWidth = 124 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbInsertEditAutoText + Visible = True + end + item + BeginGroup = True + Item = bsiInsertAutoText + Visible = True + end> + Name = 'AutoText' + OneOnRow = False + Row = 0 + UseOwnFont = False + Visible = False + WholeRow = False + end + item + Caption = 'Explorer' + DockedDockingStyle = dsTop + DockedLeft = 0 + DockedTop = 49 + DockingStyle = dsTop + FloatLeft = 461 + FloatTop = 349 + FloatClientWidth = 23 + FloatClientHeight = 22 + ItemLinks = < + item + Item = bbExplorerCreateNewFolder + Visible = True + end + item + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerProperties + Visible = True + end> + Name = 'Explorer' + OneOnRow = True + Row = 2 + UseOwnFont = False + Visible = False + WholeRow = False + end> + Categories.Strings = ( + 'File' + 'Explorer' + 'Edit' + 'Insert' + 'View' + 'Format' + 'Zoom' + 'Tools' + 'Go' + 'Help' + 'Built-in Menus' + 'Shortcut Menus' + 'New Menu') + Categories.ItemsVisibles = ( + 2 + 2 + 0 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2) + Categories.Visibles = ( + True + True + True + True + True + True + True + True + True + True + True + False + True) + Images = ilToolBar + LargeImages = ilToolBar + MenusShowRecentItemsFirst = False + PopupMenuLinks = < + item + PopupMenu = pmPreview + end + item + PopupMenu = pmThumbnails + end> + ShowShortCutInHint = True + StoreInRegistry = True + StretchGlyphs = False + Style = bmsFlat + UseSystemFont = True + OnBarVisibleChange = dxBarManagerBarVisibleChange + OnHideCustomizingForm = dxBarManagerHideCustomizingForm + OnShowCustomizingForm = dxBarManagerShowCustomizingForm + Left = 63 + Top = 197 + DockControlHeights = ( + 0 + 0 + 49 + 0) + object bbFile: TdxBarSubItem + Caption = '&File' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + Item = bbFileRebuild + Visible = True + end + item + BeginGroup = True + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + BeginGroup = True + Item = bbFileSave + Visible = True + end + item + BeginGroup = True + Item = bbFilePrintDialog + Visible = True + end + item + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbFileExit + Visible = True + end> + end + object bbFileDesign: TdxBarButton + Caption = '&Design...' + Category = 0 + Hint = 'ReportDesign|' + Visible = ivNever + ImageIndex = 0 + ShortCut = 16452 + OnClick = DesignClick + end + object bbFileRebuild: TdxBarButton + Caption = 'Rebuild' + Category = 0 + Hint = 'Rebuild' + Visible = ivAlways + ShortCut = 16500 + OnClick = bbFileRebuildClick + end + object bbViewMargins: TdxBarButton + Caption = '&Margins' + Category = 4 + Hint = 'Margins' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + ShortCut = 16461 + OnClick = bbViewMarginsClick + end + object bbZoomPercent100: TdxBarButton + Caption = '&Percent 100' + Category = 6 + Hint = 'Zoom 100 %' + Visible = ivAlways + ImageIndex = 5 + ShortCut = 16604 + OnClick = ZoomClick + end + object bbZoomPageWidth: TdxBarButton + Tag = 1 + Caption = '&Fit To Window' + Category = 6 + Hint = 'Zoom Page Width' + Visible = ivAlways + ImageIndex = 6 + ShortCut = 16432 + OnClick = ZoomClick + end + object bbZoomWholePage: TdxBarButton + Tag = 2 + Caption = '&One Page' + Category = 6 + Hint = 'Zoom One Page' + Visible = ivAlways + ImageIndex = 7 + ShortCut = 16433 + OnClick = ZoomClick + end + object bbZoomTwoPages: TdxBarButton + Tag = 3 + Caption = '&Two Page' + Category = 6 + Hint = 'Zoom Two Page' + Visible = ivAlways + ImageIndex = 8 + ShortCut = 16434 + OnClick = ZoomClick + end + object bbExplorer: TdxBarSubItem + Caption = 'E&xplorer' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbExplorerCreateNewFolder + Visible = True + end + item + BeginGroup = True + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerRename + Visible = True + end + item + BeginGroup = True + Item = bbExplorerProperties + Visible = True + end> + end + object bbGoToFirstPage: TdxBarButton + Caption = '&First Page' + Category = 8 + Hint = 'Go to First Page' + Visible = ivAlways + ImageIndex = 13 + ShortCut = 36 + OnClick = GoToPageClick + end + object bbGoToPrevPage: TdxBarButton + Tag = 1 + Caption = '&Previous Page' + Category = 8 + Hint = 'Go to Prev Page' + Visible = ivAlways + ImageIndex = 14 + ShortCut = 33 + OnClick = GoToPageClick + end + object bbGoToNextPage: TdxBarButton + Tag = 2 + Caption = '&Next Page' + Category = 8 + Hint = 'Go to Next Page' + Visible = ivAlways + ImageIndex = 15 + ShortCut = 34 + OnClick = GoToPageClick + end + object bbGoToLastPage: TdxBarButton + Tag = 3 + Caption = '&Last Page' + Category = 8 + Hint = 'Go to Last Page' + Visible = ivAlways + ImageIndex = 16 + ShortCut = 35 + OnClick = GoToPageClick + end + object bbEdit: TdxBarSubItem + Caption = '&Edit' + Category = 10 + Visible = ivNever + ItemLinks = < + item + Item = bbEditFind + Visible = True + end + item + Item = bbEditFindNext + Visible = True + end + item + BeginGroup = True + Item = bbEditReplace + Visible = True + end> + end + object bbZoomFourPages: TdxBarButton + Tag = 4 + Caption = 'Four Page' + Category = 6 + Hint = 'Zoom Four Page' + Visible = ivAlways + ImageIndex = 9 + ShortCut = 16436 + OnClick = ZoomClick + end + object bbZoomMultiplePages: TdxBarButton + Caption = '&Multiple Pages' + Category = 6 + Hint = 'Multiple Pages' + Visible = ivAlways + ImageIndex = 10 + OnClick = bbZoomMultiplePagesClick + end + object bbZoomWidenToSourceWidth: TdxBarButton + Tag = 5 + Caption = 'Widen To Source Width' + Category = 6 + Hint = 'Widen to source width' + Visible = ivAlways + ImageIndex = 11 + OnClick = ZoomClick + end + object seActivePage: TdxBarSpinEdit + Caption = '&Active Page :' + Category = 8 + Hint = 'Active Page :' + Visible = ivAlways + OnChange = seActivePageChange + Width = 100 + OnButtonClick = seActivePageButtonClick + end + object cbxPredefinedZoom: TdxBarImageCombo + Caption = '&Zoom :' + Category = 6 + Hint = 'Zoom :' + Visible = ivAlways + Text = '100%' + OnChange = cbxPredefinedZoomChange + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888008888888888888800088888888888888000888888888888880008700007 + 88888880000888800888888807EE88887088888708E88888807888808E888888 + 88088880888888888808888088888888E808888088888888E80888870888888E + E078888807888EEE708888888008888008888888887000078888} + Width = 100 + OnClick = cbxPredefinedZoomClick + ShowEditor = True + Images = ilToolBar + Items.Strings = ( + '500%' + '200%' + '150%' + '100%' + '75%' + '50%' + '25%' + '10%' + 'Page Width' + 'Whole Page' + 'Two Pages' + 'Four Pages' + 'Widen To Source Width') + ItemIndex = 3 + ImageIndexes = ( + -1 + -1 + -1 + 5 + -1 + -1 + -1 + -1 + 6 + 7 + 8 + 9 + 11) + end + object bbFileLoad: TdxBarButton + Caption = '&Load...' + Category = 0 + Hint = 'Load' + Visible = ivAlways + ImageIndex = 43 + ShortCut = 16463 + OnClick = ExplorerLoadDataClick + end + object bbZoomSetup: TdxBarButton + Caption = '&Setup ...' + Category = 6 + Hint = 'Setup ' + Visible = ivAlways + PaintStyle = psCaption + OnClick = bbZoomSetupClick + end + object bbToolsOptions: TdxBarButton + Caption = '&Options...' + Category = 7 + Hint = 'Options' + Visible = ivAlways + OnClick = bbToolsOptionsClick + end + object bbViewMarginBar: TdxBarButton + Caption = 'MarginBar' + Category = 4 + Hint = 'Margin Bar' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewMarginBarClick + end + object bbFileSave: TdxBarButton + Caption = '&Save...' + Category = 0 + Hint = 'Save' + Visible = ivAlways + ImageIndex = 38 + ShortCut = 16467 + OnClick = FileSaveClick + end + object bbViewStatusBar: TdxBarButton + Caption = 'StatusBar' + Category = 4 + Hint = 'StatusBar' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewStatusBarClick + end + object bbHelpTopics: TdxBarButton + Caption = '&Help Topics...' + Category = 9 + Hint = 'Help' + Visible = ivAlways + ImageIndex = 17 + OnClick = HelpClick + end + object bbViewExplorer: TdxBarButton + Caption = 'E&xplorer' + Category = 4 + Hint = 'Explorer' + Visible = ivAlways + ButtonStyle = bsChecked + ImageIndex = 48 + ShortCut = 16472 + OnClick = bbViewExplorerClick + end + object bsiShortcutPreview: TdxBarSubItem + Caption = 'Preview' + Category = 11 + Visible = ivInCustomizing + ItemLinks = <> + end + object bsiInsertHFAutoText: TdxBarSubItem + Caption = 'AutoText' + Category = 3 + Visible = ivAlways + Detachable = True + DetachingBar = 4 + ItemLinks = < + item + Item = bbInsertEditAutoText + Visible = True + end + item + BeginGroup = True + Item = bliInsertAutoTextEntries + Visible = True + end> + end + object bbInsertEditAutoText: TdxBarButton + Caption = 'AutoTe&xt...' + Category = 3 + Hint = 'AutoText' + Visible = ivAlways + ImageIndex = 33 + end + object bsiInsertAutoText: TdxBarSubItem + Caption = 'Insert AutoText' + Category = 3 + Visible = ivAlways + ItemLinks = < + item + Item = bliInsertAutoTextEntries + Visible = True + end> + end + object bliInsertAutoTextEntries: TdxBarListItem + Caption = 'List of AutoText Entries' + Category = 3 + Visible = ivAlways + ShowNumbers = False + end + object bbInsertHFPageNumber: TdxBarButton + Caption = '&Page Number' + Category = 3 + Hint = 'Insert Page Number' + Visible = ivAlways + ImageIndex = 19 + ShortCut = 41040 + OnClick = InsertHFClick + end + object bbInsertHFTotalPages: TdxBarButton + Tag = 1 + Caption = '&Number of Pages' + Category = 3 + Hint = 'Insert Number of Pages' + Visible = ivAlways + ImageIndex = 21 + OnClick = InsertHFClick + end + object bbInsertHFPageOfPages: TdxBarButton + Tag = 2 + Caption = 'Page Number Of Pages' + Category = 3 + Hint = 'Insert Page Number Of Pages' + Visible = ivAlways + ImageIndex = 20 + OnClick = InsertHFClick + end + object bbInsertHFDateTime: TdxBarButton + Tag = 3 + Caption = 'Date and Time' + Category = 3 + Hint = 'Insert Date and Time' + Visible = ivAlways + ImageIndex = 23 + OnClick = InsertHFClick + end + object bbInsertHFDate: TdxBarButton + Tag = 4 + Caption = '&Date' + Category = 3 + Hint = 'Insert Date' + Visible = ivAlways + ImageIndex = 24 + ShortCut = 41028 + OnClick = InsertHFClick + end + object bbInsertHFTime: TdxBarButton + Tag = 5 + Caption = '&Time' + Category = 3 + Hint = 'Insert Time' + Visible = ivAlways + ImageIndex = 25 + ShortCut = 41044 + OnClick = InsertHFClick + end + object bbInsertHFUserName: TdxBarButton + Tag = 6 + Caption = '&User Name' + Category = 3 + Hint = 'Insert User Name' + Visible = ivAlways + ImageIndex = 27 + OnClick = InsertHFClick + end + object bbInsert: TdxBarSubItem + Caption = '&Insert' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bsiInsertHFAutoText + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFPageNumber + Visible = True + end + item + Item = bbInsertHFTotalPages + Visible = True + end + item + Item = bbInsertHFPageOfPages + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFDateTime + Visible = True + end + item + Item = bbInsertHFDate + Visible = True + end + item + Item = bbInsertHFTime + Visible = True + end + item + BeginGroup = True + Item = bbInsertHFUserName + Visible = True + end + item + Item = bbInsertHFMachineName + Visible = True + end> + end + object bbView: TdxBarSubItem + Caption = '&View' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbViewMargins + Visible = True + end + item + BeginGroup = True + Item = bbViewMarginBar + Visible = True + end + item + Item = bbViewStatusBar + Visible = True + end + item + Item = bbViewExplorer + Visible = True + end + item + Item = bbViewThumbnails + Visible = True + end + item + BeginGroup = True + Item = bbViewToolbars + Visible = True + end + item + BeginGroup = True + Item = bbFormatHeaderAndFooter + Visible = True + end + item + BeginGroup = True + Item = bbViewZoom + Visible = True + end + item + BeginGroup = True + Item = bbViewPageHeaders + Visible = True + end + item + Item = bbViewPageFooters + Visible = True + end> + end + object bbViewZoom: TdxBarSubItem + Caption = 'Zoom' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbZoomPercent100 + Visible = True + end + item + BeginGroup = True + Item = bbZoomPageWidth + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + Item = bbZoomTwoPages + Visible = True + end + item + Item = bbZoomFourPages + Visible = True + end + item + Item = bbZoomMultiplePages + Visible = True + end + item + BeginGroup = True + Item = bbZoomWidenToSourceWidth + Visible = True + end + item + BeginGroup = True + Item = bbZoomSetup + Visible = True + end> + end + object bbFormatHeaderAndFooter: TdxBarButton + Caption = '&Header and Footer' + Category = 5 + Hint = 'Header and Footer' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 36 + OnClick = bbFormatHeaderAndFooterClick + end + object bbFormatDateTime: TdxBarButton + Caption = 'Date and &Time...' + Category = 5 + Hint = 'Date and Time' + Visible = ivAlways + ImageIndex = 26 + OnClick = bbFormatDateTimeClick + end + object bbFormatPageNumbering: TdxBarButton + Caption = 'Page &Numbering...' + Category = 5 + Hint = 'Page Numbering' + Visible = ivAlways + ImageIndex = 22 + OnClick = bbFormatPageNumbersClick + end + object bbEditFind: TdxBarButton + Caption = 'Find...' + Category = 2 + Hint = 'Find' + Visible = ivNever + ShortCut = 16454 + end + object bbFormatPageBackground: TdxBarButton + Caption = 'Page Bac&kground...' + Category = 5 + Hint = 'Background' + Visible = ivAlways + ImageIndex = 4 + ShortCut = 16459 + OnClick = PageBackgroundClick + end + object bbFormatShrinkToPageWidth: TdxBarButton + Caption = '&Shrink To Page' + Category = 5 + Hint = 'Shrink To Page' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 12 + OnClick = bbFormatShrinkToPageWidthClick + end + object bbEditFindNext: TdxBarButton + Caption = 'Find &Next' + Category = 2 + Hint = 'Find Next' + Visible = ivNever + ShortCut = 114 + end + object bbEditReplace: TdxBarButton + Caption = '&Replace...' + Category = 2 + Hint = 'Replace' + Visible = ivNever + ShortCut = 16466 + end + object bbFormatShowHideEmptyPages: TdxBarButton + Caption = 'Show/Hide EmptyPages' + Category = 5 + Hint = 'Show/Hide Empty Pages' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = bbFormatShowHideEmptyPagesClick + end + object bbViewThumbnails: TdxBarButton + Caption = 'Th&umbnails' + Category = 4 + Hint = 'Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + ImageIndex = 49 + ShortCut = 16469 + OnClick = bbViewThumbnailsClick + end + object bbFormatHFBackground: TdxBarButton + Caption = 'Header and Footer Background ...' + Category = 5 + Hint = 'Header and Footer Background ' + Visible = ivAlways + ImageIndex = 34 + OnClick = bbFormatHFBackgroundClick + end + object bbThumbnailsSmall: TdxBarButton + Caption = '&Small Thumbnails' + Category = 4 + Hint = 'Small Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + OnClick = bbThumbnailsSizeClick + end + object bbToolsCustomize: TdxBarButton + Caption = '&Customize...' + Category = 7 + Hint = 'Customize' + Visible = ivAlways + OnClick = bbToolsCustomizeClick + end + object bbThumbnailsLarge: TdxBarButton + Tag = 1 + Caption = '&Large Thumbnails' + Category = 4 + Hint = 'Large Thumbnails' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbThumbnailsSizeClick + end + object bbViewPages: TdxBarSubItem + Caption = 'Pages' + Category = 10 + Visible = ivNever + ItemLinks = <> + end + object bbViewToolbars: TdxBarToolbarsListItem + Caption = '&Toolbars' + Category = 4 + Visible = ivAlways + end + object bbHelpAbout: TdxBarButton + Caption = '&About...' + Category = 9 + Hint = 'About' + Visible = ivNever + end + object bbViewPageHeaders: TdxBarButton + Caption = 'Page &Headers' + Category = 4 + Hint = 'Page Headers' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewPageHeadersClick + end + object bbViewPageFooters: TdxBarButton + Caption = 'Page &Footers' + Category = 4 + Hint = 'Page Footers' + Visible = ivAlways + ButtonStyle = bsChecked + Down = True + OnClick = bbViewPageFootersClick + end + object bbViewSwitchToLeftPart: TdxBarButton + Caption = 'Switch To Left Part' + Category = 4 + Hint = 'Switch To Left Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + Down = True + ImageIndex = 30 + OnClick = SwitchPartClick + end + object bbFormat: TdxBarSubItem + Caption = '&Format' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbFormatTitle + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageNumbering + Visible = True + end + item + Item = bbFormatDateTime + Visible = True + end + item + BeginGroup = True + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + Item = bbFormatShowHideEmptyPages + Visible = True + end + item + BeginGroup = True + Item = bbFormatPageBackground + Visible = True + end> + end + object bbGoToPage: TdxBarSubItem + Caption = '&Go' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + BeginGroup = True + Item = seActivePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end> + end + object bbFormatHFClear: TdxBarButton + Caption = 'Clea&r Text' + Category = 5 + Hint = 'Clear Text' + Visible = ivAlways + OnClick = bbFormatHFClearClick + end + object bsiNewMenuNewMenu: TdxBarSubItem + Caption = 'New Item' + Category = 12 + Visible = ivAlways + ItemLinks = <> + end + object bbFileClose: TdxBarButton + Caption = '&Unload' + Category = 0 + Hint = 'Unload' + Visible = ivAlways + ImageIndex = 44 + ShortCut = 16499 + OnClick = bbFileCloseClick + end + object bbFilePrint: TdxBarButton + Caption = 'Print' + Category = 0 + Hint = 'Print' + Visible = ivNever + ImageIndex = 1 + OnClick = PrintClick + end + object bbInsertHFMachineName: TdxBarButton + Tag = 7 + Caption = '&Machine Name' + Category = 3 + Hint = 'Insert Machine Name' + Visible = ivAlways + ImageIndex = 28 + OnClick = InsertHFClick + end + object bbFilePrintDialog: TdxBarButton + Tag = 1 + Caption = '&Print...' + Category = 0 + Hint = 'Print Dialog' + Visible = ivNever + ImageIndex = 2 + ShortCut = 16464 + OnClick = PrintClick + end + object bbTools: TdxBarSubItem + Caption = '&Tools' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbToolsCustomize + Visible = True + end + item + Item = bbToolsOptions + Visible = True + end> + end + object bbExplorerCreateNewFolder: TdxBarButton + Caption = 'Create &Folder...' + Category = 1 + Hint = 'Create Folder' + Visible = ivAlways + ImageIndex = 40 + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object bbHelp: TdxBarSubItem + Caption = '&Help' + Category = 10 + Visible = ivAlways + ItemLinks = < + item + Item = bbHelpTopics + Visible = True + end + item + BeginGroup = True + Item = bbHelpAbout + Visible = True + end> + end + object bbFilePageSetup: TdxBarButton + Tag = 2 + Caption = 'Page set&up...' + Category = 0 + Hint = 'Page Setup ' + Visible = ivNever + ButtonStyle = bsDropDown + DropDownMenu = pmPrintStyles + ImageIndex = 3 + OnClick = PageSetupClick + end + object bbViewSwitchToCenterPart: TdxBarButton + Tag = 1 + Caption = 'Switch To Center Part' + Category = 4 + Hint = 'Switch To Center Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + ImageIndex = 31 + OnClick = SwitchPartClick + end + object bliPrintStyles: TdxBarListItem + Caption = 'Print Styles' + Category = 0 + Visible = ivAlways + ShowCheck = True + ShowNumbers = False + end + object bsiShortCutExplorer: TdxBarSubItem + Caption = 'Explorer' + Category = 11 + Visible = ivAlways + ItemLinks = <> + end + object bbDefinePrintStyles: TdxBarButton + Caption = 'Define Print Styles...' + Category = 0 + Hint = 'Define Print Styles' + Visible = ivAlways + end + object bbExplorerDelete: TdxBarButton + Caption = '&Delete...' + Category = 1 + Hint = 'Delete' + Visible = ivAlways + ImageIndex = 39 + ShortCut = 46 + OnClick = ExplorerDeleteItemClick + end + object bbExplorerRename: TdxBarButton + Caption = '&Rename...' + Category = 1 + Hint = 'Rename' + Visible = ivAlways + ShortCut = 113 + OnClick = ExplorerRenameItemClick + end + object bbFormatTitle: TdxBarButton + Caption = 'Title...' + Category = 5 + Hint = 'Title' + Visible = ivAlways + ImageIndex = 45 + OnClick = bbFormatTitleClick + end + object bbViewSwitchToRightPart: TdxBarButton + Tag = 2 + Caption = 'Switch To Right Part' + Category = 4 + Hint = 'Switch To Right Part' + Visible = ivAlways + ButtonStyle = bsChecked + GroupIndex = 1 + ImageIndex = 32 + OnClick = SwitchPartClick + end + object bbViewHFSwitchHeaderFooter: TdxBarButton + Caption = '&Show Header/Footer' + Category = 4 + Hint = 'Show Header/Footer' + Visible = ivAlways + AllowAllUp = True + ButtonStyle = bsChecked + ImageIndex = 29 + OnClick = bbViewHFSwitchHeaderFooterClick + end + object bbViewHFClose: TdxBarButton + Caption = '&Close' + Category = 4 + Hint = 'Close Header and Footer' + Visible = ivAlways + OnClick = bbViewHFCloseClick + end + object bsiShortcutThumbnails: TdxBarSubItem + Caption = 'Thumbnails' + Category = 11 + Visible = ivAlways + ItemLinks = <> + end + object bbExplorerProperties: TdxBarButton + Caption = '&Properties...' + Category = 1 + Hint = 'P&roperties' + Visible = ivAlways + ImageIndex = 46 + ShortCut = 32781 + OnClick = bbExplorerPropertiesClick + end + object bbFileExit: TdxBarButton + Caption = '&Close' + Category = 0 + Hint = 'Close' + Visible = ivAlways + OnClick = CloseClick + end + end + object ilToolBar: TImageList + AllocBy = 48 + Left = 35 + Top = 197 + Bitmap = { + 494C010132003600040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000040000000E0000000010020000000000000E0 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FFFF000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FFFF00008000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000FF000000FFFF + 0000800000000080800000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00FF000000FFFF00008000 + 000000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C0008000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000C0C0C000FFFF0000C0C0C000FFFF0000C0C0C0000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C00000FFFF0000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF0000000000C0C0 + C00000000000FFFFFF0000000000C0C0C00000000000C0C0C000000000000000 + 000000000000000000008000000080000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000808080000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF000000FF000000000000000000000000000000000000000000000000000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000800000008000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000000000008000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF0000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF00000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 80000080800000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF008080800000FFFF00FFFFFF0000FFFF008080 + 800000FFFF0000FFFF0000FFFF00808080000000000000FFFF00FFFFFF000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF0000FFFF008080 + 800000FFFF00FFFFFF008080800000FFFF0000000000FFFFFF0000FFFF00FFFF + FF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF008080 + 8000FFFFFF008080800000FFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0080808000808080008080800080808000FFFF + FF008080800080808000808080008080800000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0000000000000000008080800000FFFF008080 + 800000FFFF008080800000FFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000FFFF00000000008080 + 8000FFFFFF00000000008080800000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008080800000FFFF0000000000000000008080 + 8000808080000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000008000 + 8000800080008000800080008000800080008000800080008000800080008000 + 8000800080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0008000 + 8000C0C0C0000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000008000 + 800080008000800080008000800080008000800080008000800000000000C0C0 + C000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00080008000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF00848484008484 + 840000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400FFFFFF008484 + 8400FFFFFF00FFFFFF0000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000084848400000000008484 + 840000000000FFFFFF0000FFFF00000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000848484008484 + 84008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFFFF00FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C6C6C600C6C6C600C6C6 + C600848484008484840000000000FFFFFF00FFFFFF008400000084848400FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6 + C600C6C6C60084848400848484000000000000FFFF008400000084000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C6008484840084848400840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF000000 + 0000FFFFFF0000000000FFFFFF0000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C60000000000C6C6C600C6C6C60084848400840000008400000084000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000848400008484000000 + 0000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00000000000000000000000000C6C6C600FFFFFF000000 + 00008400000000000000C6C6C60084000000840000008400000084848400FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF000000000000848400008484000000000000000000FFFFFF000000 + 0000FFFFFF000000000000000000000000000000000000000000C6C6C600FFFF + FF0084000000C6C6C60084848400840000008400000084848400FFFFFF0000FF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840084848400848484008484 + 84008484840000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000008484000000000000000000000000008400000000000000C6C6 + C60084000000848484000000000084848400FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF0000FFFF0000FF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF000084 + 8400FFFFFF0000848400FFFFFF0000848400FFFFFF0000848400FFFFFF000084 + 8400FFFFFF000084840000000000000000000000000084000000C6C6C6000000 + 0000840000000000000084848400000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484840000FFFF00848484008484 + 840000FFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084840000000000000000000000000084000000C6C6C600C6C6 + C600840000008484840000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000084 + 8400FFFFFF0000848400FFFFFF0000848400FFFFFF0000848400FFFFFF000084 + 8400FFFFFF000000000000000000000000000000000084848400840000008400 + 00008484840084848400848484000000000000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000FFFF008484 + 84008484840000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF00848484008484840000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000848484008484840084848400848484008484840000000000000000000000 + 0000848484008484840084848400848484000000000000000000000000000000 + 0000FFFFFF008484840084848400848484008484840084848400848484008484 + 84008484840000FFFF000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF0000FFFF0000FFFF0000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00C6C6C600C6C6C600848484000000000000000000FFFF + FF00848484008484840084848400848484000000000084848400848484000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000848484008484 + 8400848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00848484008484840084848400848484008484840084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF000000000000000000848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF008484840084848400848484008484840000000000FFFFFF00848484008484 + 840084848400848484008484840084848400FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400840000008400 + 00008400000084000000840000008400000084000000FFFFFF0000000000FFFF + FF008484840084848400848484008484840000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00848484008484840084848400848484008484840084848400FFFF + FF00FFFFFF000000000000000000000000000000000084848400848484008484 + 840084848400848484008484840084848400848484008484840000000000FFFF + FF00848484008484840084848400848484000000000084848400848484008484 + 840084848400848484008484840084848400848484000000000000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000FFFF0000FF + FF0000FFFF0000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF0000FFFF0000FFFF0000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008484 + 84008484840000FFFF000000000000000000000000000000000000FFFF008484 + 84008484840000FFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008484840000FFFF00848484008484840000FFFF0084848400FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C6C6C600000000000000000000000000000000000000 + 00000000000000000000C6C6C6000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF0000000000000000000000000084000000FFFFFF00C6C6C600FFFF + FF00C6C6C600FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C60000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 00000000000000000000C6C6C600FFFFFF00C6C6C6000000840000008400FFFF + FF00C6C6C600FFFFFF00C6C6C600000000000000000000000000FFFFFF0000FF + FF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000084000000C6C6C600FFFFFF000000 + 8400FFFFFF0000008400000084000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C6000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF0000000000FFFFFF00C6C6C600FFFFFF000000840000008400C6C6 + C600FFFFFF00C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60000008400C6C6C600FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000FFFFFF00848484000000 + 84000000840000000000C6C6C600FFFFFF00C6C6C600FFFFFF00000084000000 + 8400C6C6C600FFFFFF00C6C6C600000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000084000000C6C6C600000084000000 + 8400FFFFFF00C6C6C60000008400C6C6C600C6C6C60000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000C6C6C600000084000000 + 8400FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF000000 + 840000008400C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60084000000FFFFFF0084000000C6C6C600C6C6C600000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C6000000000000000000000000000000000000000000FFFFFF00848484000000 + 84000000840000000000C6C6C600FFFFFF000000840000008400000084000000 + 840000008400FFFFFF00C6C6C600000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000084000000C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60000000000C6C6C6000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600C6C6C600C6C6C600000000000000 + 00000000000000000000000000000000000000000000C6C6C600000084000000 + 8400FFFFFF0000000000FFFFFF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000008400000084000000840000008400 + 0000840000000000000000000000C6C6C60000000000C6C6C60000000000C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C6000000 + 00000000000000000000000000000000000000000000FFFFFF00848484000000 + 8400000084000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000084000000FF00000084000000FF00 + 0000FF00000000000000C6C6C60000000000C6C6C60000000000C6C6C6000000 + 0000C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C6000000000000000000000000000000000000000000C6C6C600FFFFFF00C6C6 + C600FFFFFF000000000084000000840000008400000084000000840000008400 + 000084000000840000008400000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000C6C6C60000000000C6C6C60000000000C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + FF00FFFFFF0000FFFF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C60000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF008400 + 0000FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000008400000084000000840000008400 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00840000008400 + 000084000000840000008400000084000000FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF008400 + 00008400000084000000840000008400000084000000FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000084000000FFFFFF00C6C6C600FFFF + FF00C6C6C600FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000FFFFFF0084000000FFFFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000084000000C6C6C600FFFFFF000000 + 8400FFFFFF0000008400000084000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF008400000084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000000000000000 + 00000000000000000000000000000000000084000000FFFFFF00C6C6C6000000 + 8400C6C6C60000008400C6C6C600FFFFFF000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000FFFFFF000000000000000000000000000000 + 00000000000000000000000000008400000084000000C6C6C600000084000000 + 8400FFFFFF00C6C6C60000008400C6C6C6008400000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000FFFFFF00C6C6C6000000 + 8400C6C6C6000000840000008400FFFFFF008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000C6C6C600FFFFFF00C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C6008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000840000008400000084000000840000008400 + 0000840000008400000084000000840000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008400000084000000FF00000084000000FF00 + 0000FF000000FF00000084000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000840000008400000084000000840000008400 + 0000840000008400000084000000840000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400848484008484840084848400848484000000000000FFFF000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000848484008484840000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084000000FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084848400FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0084000000840000008400000084000000840000008400000084000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF008484840084000000C6C6C600FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 000000000000848484008484840084848400000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF0084848400840000008484840000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008400000084848400FFFFFF00FFFFFF008400000084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 000000000000848484008484840084848400000000000000000000000000FFFF + FF00FFFFFF008400000084000000840000008400000084000000840000008400 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00840000008400000000FFFF00C6C6C600840000008400000000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484000000000000FFFF0000FFFF0000FFFF0000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C6C6C60084000000840000008400000084000000C6C6C600FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 84000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0084000000FFFFFF00FFFFFF0084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FF000000FF000000FF00000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000C6C6C6000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 0000000000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848400008484 + 0000848400008484000000000000000000000000000000000000840000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 0000000000000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF000000 + 000000000000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 000000000000FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084840000000000000000 + 00000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484840000000000FFFF + FF000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484000000000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 00000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00000000000000000000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 0000000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FF0000000000000084848400000000008484840000000000FFFF + FF0000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF00000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484840000000000FFFF + FF000000000084848400848400000000000000000000FF000000FF0000000000 + 0000FFFFFF00FF000000000000000000000000000000FFFFFF00FF000000FFFF + FF0000000000FF000000FF00000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000000000000000 + 0000FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484000000000000FFFF + FF00000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FF00000000000000848484000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 000000000000000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084848400000000000000 + 00000000000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 840084840000848484008484000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848484008484000084848400000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484840084840000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000848400008484840000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF0084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF000000000084848400848400000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000FF000000FF00 + 000000000000FFFFFF0000000000FF000000FF00000000000000FFFFFF000000 + 0000FF000000FF00000000000000000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF0000000000848484008484000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C60000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 000084848400848400008484840000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF008484840000000000FFFFFF0000000000000000000000 + 000000000000000000000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C600C6C6C6000000000084848400C6C6 + C6000000000000000000848484000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C6000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00848484008484 + 840084848400848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600C6C6C6008484840000000000C6C6C600848484008484 + 84008484840084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C60000000000FFFFFF00FFFFFF0000000000C6C6C6000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C6000000 + 0000C6C6C60000000000C6C6C600C6C6C600C6C6C600FFFFFF00848484000000 + 0000C6C6C600C6C6C600000000008484840000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C6000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C600C6C6 + C600FFFFFF00000000008484840000000000C6C6C600FFFFFF0084848400C6C6 + C600C6C6C600C6C6C60000000000848484000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000000000000000 + 0000FFFFFF00000000008484840084848400C6C6C60000000000C6C6C6000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C60000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600FFFFFF00000000000000000000000000C6C6C600C6C6C6000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600FFFFFF00FFFFFF00C6C6C600C6C6C600848484008484 + 8400848484000000000084848400000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C6000000000000000000C6C6C600C6C6 + C600000000008484840000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000848484000000 + 00008484840000000000C6C6C600C6C6C600C6C6C60000000000848484000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000E00000000100010000000000000700000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFF18000000000008000800000000000 + 0000800000000000000080000000000000008000000000000000800000000000 + 0000800000000000000080000000000000008000000000000000800000000000 + 0000800000000000000080000000000000018000000000008007800000000000 + C007800000000000E007FFFF00000000FFFFE001FFFFFFFFFFFFC001000F8000 + 8003C001000F80008003C001000F80008003C001000F80008003C001000F8000 + 8003C001000F80008003C001000F80008003C001000F80008003C00100048000 + 8003C00100008000C1FEC00100008001E3FEC001F800C07FFFF5C001FC00E0FF + FFF3C003FE04FFFFFFF1FFFFFFFFFFFFFFFFFFFFC001FFFF00010001C001FFFF + 00010001C001001F00010001C001000F00010001C001000700010001C0010003 + 00010001C001000100000001C001000000000001C001001F00010001C001001F + 00000001C001001F00000003C0018FF1808180FFC001FFF9C124C1FFC003FF75 + FE66FFFFC007FF8FFFE7FFFFC00FFFFFC001FFFFFFFFFFFFC001C003C001FFFF + C001C0038031FFF9C001C0038031E7FFC001C0038031C3F3C001C0038001C3E7 + C001C0038001E1C7C001C0038001F08FC001C0038FF1F81FC001C0038FF1FC3F + C001C0038FF1F81FC001C0038FF1F09FC003C0038FF1C1C7C007C0078FF183E3 + C00FC00F80018FF1FFFFC01FFFFFFFFFFFFFFFFFFE0080008003FFFF80000000 + 8003FF81800000008003FF00800000008003FE00800300008003FE0000030000 + 8003FC80000300008003FA000003000080038000000300008003000100030000 + 8003000180030000800300018003000080030001800000008003000180000000 + 8003000580000000FFFF8003FE0000018001FFFFFFFFFFFF8001E00180038003 + DFFBE00180038003F070000180038003E060000180038003802C000180038003 + 000C003F800380030000003F80038003000C003F800380030000003F80038003 + 0000003F80038003000000018003800300000001800380030000000180038003 + FFFFE00180038003FFFFE001FFFFFFFFFFFFFFFFFC01FFFFF800F83FFC01FFFF + F800E00F8001F7DF0000C0070001F63F000080030001F83F000080030003FC1F + 000000010007F80F00000001003FF00F00000001000FF00700000001000FF00F + 000000010003F00F000080030001F007000080030000F8070000C007FE00FC1F + 001FE00FFE00FFFF001FF83FFF80FFFFFFFFFFFFFFFFFFFFC003C003000FFF07 + C003C003000FFE03C003C003140FFC01C003C003000FFC01C003C003000F8001 + C003C003000F0001C003C003000F0001C003C003000F0003C003C003052F0007 + C003C0030052003FC003C00302AC003FC003C003815E003FE003E003C0BE003F + F003F003E07C003FF803F803FF82007FFFFFFFEFFDFFFFFFFFFFFFCFF9FFFFFF + FFFFE007F1FFC003FDDFC003E1FFC003FCCF80030007C003FC478003C03FC003 + 00038003C037C00300018003C027C00300008003C000C00300018003C000C003 + 00038003C000C003FC478003C027C003FCCF8003C037C003FDDF8003C03FE003 + FFFF8003C03FF003FFFFC007FFFFF803FFFFFFFFFFFFFFFFFE03FFFFFFFFFFFF + FE03FFFFFFFFFFFFFE03FBBFFEFFFF7FFE03F33FFCFFFF3FC003E23FF8FFFF1F + C003C000F003C00F00038000E003C00700030000C003C00300038000E003C007 + 007FC000F003C00F007DE23FF8FFFF1F0078F33FFCFFFF3F007DFBBFFEFFFF7F + 01DDFFFFFFFFFFFF01E3FFFFFFFFFFFFFFFF8001FFFFFFFF8001000080018081 + 0000000000000080000000000000008000000000000000800000000000000100 + 0000000000000100000000000000018000000000000000800000000000000000 + 0000000000000100000000000000018000000000000000800000000000000080 + 8001000080018081FFFF8001FFFFFFFFFFFFFFFFFFFFFFFFC001800180018001 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007800180018001C00FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFC27C007C007FFFF + EC2380038003F83FC4010001000100018001000100010001C003000100010001 + E000000000000001000000000000000100008000800000010003C000C0000001 + E001E001E0000001C001E007800000018003F00780070101C407F00380008383 + EC3FF803F000FFFFFC7FFFFFF800FFFF00000000000000000000000000000000 + 000000000000} + end + object pmPreview: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbFileDesign + Visible = True + end + item + BeginGroup = True + Item = bbFilePageSetup + Visible = True + end + item + BeginGroup = True + Item = bbFormatShrinkToPageWidth + Visible = True + end + item + BeginGroup = True + Item = cbxPredefinedZoom + Visible = True + end + item + Item = bbZoomWholePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToFirstPage + Visible = True + end + item + Item = bbGoToPrevPage + Visible = True + end + item + BeginGroup = True + Item = seActivePage + Visible = True + end + item + BeginGroup = True + Item = bbGoToNextPage + Visible = True + end + item + Item = bbGoToLastPage + Visible = True + end> + UseOwnFont = False + Left = 91 + Top = 197 + end + object MainMenu1: TMainMenu + Left = 7 + Top = 197 + end + object pmPrintStyles: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bliPrintStyles + Visible = True + end + item + BeginGroup = True + Item = bbDefinePrintStyles + Visible = True + end> + UseOwnFont = False + Left = 119 + Top = 197 + end + object TimerHint: TTimer + Enabled = False + OnTimer = TimerHintTimer + Left = 8 + Top = 246 + end + object pmExplorer: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbFileLoad + Visible = True + end + item + Item = bbFileClose + Visible = True + end + item + BeginGroup = True + Item = bbExplorerCreateNewFolder + Visible = True + end + item + BeginGroup = True + Item = bbExplorerDelete + Visible = True + end + item + Item = bbExplorerRename + Visible = True + end + item + BeginGroup = True + Item = bbExplorerProperties + Visible = True + end> + UseOwnFont = False + OnPopup = pmExplorerPopup + Left = 147 + Top = 197 + end + object pmThumbnails: TdxBarPopupMenu + BarManager = dxBarManager + ItemLinks = < + item + Item = bbThumbnailsSmall + Visible = True + end + item + Item = bbThumbnailsLarge + Visible = True + end> + UseOwnFont = False + Left = 175 + Top = 197 + end +end diff --git a/official/x.19/Lib/D7/dxPSPrVwDsg.dcu b/official/x.19/Lib/D7/dxPSPrVwDsg.dcu new file mode 100644 index 00000000..cec28940 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPrVwDsg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPrVwOpt.dcu b/official/x.19/Lib/D7/dxPSPrVwOpt.dcu new file mode 100644 index 00000000..cb66ac10 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPrVwOpt.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPrVwOpt.dfm b/official/x.19/Lib/D7/dxPSPrVwOpt.dfm new file mode 100644 index 00000000..b48cf975 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSPrVwOpt.dfm @@ -0,0 +1,180 @@ +object dxfmOptions: TdxfmOptions + Left = 310 + Top = 187 + ActiveControl = chbxShowMargins + BorderStyle = bsDialog + Caption = 'Preferences' + ClientHeight = 247 + ClientWidth = 536 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 4 + Width = 526 + Height = 207 + ActivePage = tshGeneral + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tshGeneral: TTabSheet + Caption = 'General' + object gbxShow: TGroupBox + Left = 6 + Top = 4 + Width = 250 + Height = 104 + Caption = ' &Show ' + TabOrder = 0 + object chbxShowMargins: TCheckBox + Left = 10 + Top = 22 + Width = 230 + Height = 17 + Caption = '&Margins' + TabOrder = 0 + OnClick = FormChanged + end + object chbxShowMarginsHints: TCheckBox + Left = 10 + Top = 49 + Width = 230 + Height = 17 + Caption = 'Margins &hints' + TabOrder = 1 + OnClick = FormChanged + end + object chbxShowMarginsHintsWhileDragging: TCheckBox + Left = 10 + Top = 75 + Width = 230 + Height = 17 + Caption = 'Margins hints while &dragging' + TabOrder = 2 + OnClick = FormChanged + end + end + object gbxMeasurementUnits: TGroupBox + Left = 6 + Top = 109 + Width = 250 + Height = 61 + TabOrder = 2 + object lblMeasurementUnits: TLabel + Left = 8 + Top = 12 + Width = 95 + Height = 13 + Caption = '&Measurement units:' + FocusControl = cbxMeasurementUnits + OnClick = lblMeasurementUnitsClick + end + object cbxMeasurementUnits: TComboBox + Left = 8 + Top = 28 + Width = 232 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = FormChanged + Items.Strings = ( + 'Default' + 'Inches' + 'Millimeters') + end + end + object gbxMarginsColor: TGroupBox + Left = 261 + Top = 109 + Width = 250 + Height = 61 + TabOrder = 3 + object lblMarginsColor: TLabel + Left = 8 + Top = 12 + Width = 67 + Height = 13 + Caption = '&Margins color:' + OnClick = lblMarginsColorClick + end + object bvlMarginColorHolder: TBevel + Left = 8 + Top = 28 + Width = 231 + Height = 21 + Visible = False + end + end + object gbxZoomOpt: TGroupBox + Left = 261 + Top = 4 + Width = 250 + Height = 104 + TabOrder = 1 + object lblZoomStep: TLabel + Left = 10 + Top = 54 + Width = 58 + Height = 13 + Caption = 'Zoom &Step :' + OnClick = lblZoomStepClick + end + object bvlZoomStepHolder: TBevel + Left = 103 + Top = 50 + Width = 67 + Height = 21 + Visible = False + end + object chbxZoomOnRoll: TCheckBox + Left = 10 + Top = 22 + Width = 230 + Height = 17 + Caption = '&Zoom on roll with IntelliMouse' + TabOrder = 0 + OnClick = FormChanged + end + end + end + end + object btnOk: TButton + Left = 294 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 375 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 456 + Top = 218 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/dxPSPrVwStd.dcu b/official/x.19/Lib/D7/dxPSPrVwStd.dcu new file mode 100644 index 00000000..a8d82e7d Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPrVwStd.dcu differ diff --git a/official/x.19/Lib/D7/dxPSPrVwStd.dfm b/official/x.19/Lib/D7/dxPSPrVwStd.dfm new file mode 100644 index 00000000..260e8919 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSPrVwStd.dfm @@ -0,0 +1,2329 @@ +object dxfmStdPreview: TdxfmStdPreview + Left = 260 + Top = 90 + Width = 1004 + Height = 492 + Caption = 'Preview' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000FFFFFFF000070000FFF + FFF0788707000FFFFF0788E770000FFFFF08888780000FFFFF08E88780000FFF + FF07EE8770000FFFFFF0788700000FFFFFFF000000000FFFFFFFFFF000000FFF + FFFF000000000FFFFFFF080000000FFFFFFF000000000000000000000000FFFF + 0000000C00000008000000010000000300000003000000030000000300000003 + 000000070000000F0000000F0000000F0000001F0000003F0000007F0000} + KeyPreview = True + Menu = MainMenu1 + Position = poDefault + PixelsPerInch = 96 + TextHeight = 13 + object ToolBar: TToolBar + Left = 0 + Top = 0 + Width = 996 + Height = 30 + BorderWidth = 2 + ButtonHeight = 24 + ButtonWidth = 28 + EdgeBorders = [ebTop, ebBottom] + Flat = True + Images = ilToolBarSmall + Indent = 4 + ParentShowHint = False + PopupMenu = pmToolBar + ShowHint = True + TabOrder = 0 + Wrapable = False + object tbReportDesigner: TToolButton + Left = 4 + Top = 0 + Hint = 'Ctrl+D' + Caption = 'Design' + ImageIndex = 0 + OnClick = DesignClick + end + object tbFileLoad: TToolButton + Left = 32 + Top = 0 + Hint = 'Ctrl+O' + Caption = 'tbFileLoad' + ImageIndex = 23 + OnClick = FileLoadClick + end + object tbFileUnload: TToolButton + Left = 60 + Top = 0 + Caption = 'tbFileUnload' + ImageIndex = 24 + OnClick = FileCloseClick + end + object tbFileSave: TToolButton + Left = 88 + Top = 0 + Hint = 'Ctrl+S' + Caption = 'tbFileSave' + ImageIndex = 19 + OnClick = FileSaveClick + end + object tbSeparator1: TToolButton + Left = 116 + Top = 0 + Width = 8 + Caption = 'tbSeparator1' + ImageIndex = 0 + Style = tbsSeparator + end + object tbPrint: TToolButton + Left = 124 + Top = 0 + Caption = 'Print' + ImageIndex = 1 + OnClick = PrintClick + end + object tbPrintDialog: TToolButton + Tag = 1 + Left = 152 + Top = 0 + Hint = 'Ctrl+P' + Caption = 'PrintDialog' + ImageIndex = 2 + OnClick = PrintClick + end + object tbPageSetup: TToolButton + Tag = 2 + Left = 180 + Top = 0 + Caption = 'PageSetup' + DropdownMenu = pmPrintStyles + ImageIndex = 3 + Style = tbsDropDown + OnClick = PageSetupClick + end + object tbSeparator3: TToolButton + Left = 221 + Top = 0 + Width = 8 + Caption = 'tbSeparator3' + ImageIndex = 0 + Style = tbsSeparator + end + object tbViewExplorer: TToolButton + Left = 229 + Top = 0 + Caption = 'tbViewExplorer' + ImageIndex = 30 + Style = tbsCheck + OnClick = ViewExplorerClick + end + object tbViewThumbnails: TToolButton + Left = 257 + Top = 0 + Caption = 'tbViewThumbnails' + ImageIndex = 31 + Style = tbsCheck + OnClick = ViewThumbnailsClick + end + object tbSeparator2: TToolButton + Left = 285 + Top = 0 + Width = 8 + Caption = 'tbSeparator2' + ImageIndex = 0 + Style = tbsSeparator + end + object tbShrinkToPageWidth: TToolButton + Left = 293 + Top = 0 + AllowAllUp = True + Caption = 'tbShrinkToPageWidth' + Grouped = True + ImageIndex = 12 + OnClick = ShrinkToPageWidthClick + end + object tbPageBackground: TToolButton + Left = 321 + Top = 0 + Hint = 'Ctrl+K' + Caption = 'PageBackground' + ImageIndex = 4 + OnClick = PageBackgroundClick + end + object ToolButton5: TToolButton + Left = 349 + Top = 0 + Width = 8 + Caption = 'ToolButton5' + ImageIndex = 19 + Style = tbsSeparator + end + object tbPercent100: TToolButton + Left = 357 + Top = 0 + Hint = 'Ctrl+\' + Caption = '100 percent' + ImageIndex = 5 + OnClick = ZoomClick + end + object tbPageWidth: TToolButton + Tag = 1 + Left = 385 + Top = 0 + Hint = 'Ctrl+0' + Caption = 'Page Width' + ImageIndex = 6 + OnClick = ZoomClick + end + object tbOnePage: TToolButton + Tag = 2 + Left = 413 + Top = 0 + Hint = 'Ctrl+1' + Caption = 'Whole Page' + ImageIndex = 7 + OnClick = ZoomClick + end + object tbTwoPage: TToolButton + Tag = 3 + Left = 441 + Top = 0 + Hint = 'Ctrl+2' + Caption = 'Two Pages' + ImageIndex = 8 + OnClick = ZoomClick + end + object tbFourPage: TToolButton + Tag = 4 + Left = 469 + Top = 0 + Hint = 'Ctrl+4' + Caption = 'Four Pages' + ImageIndex = 9 + OnClick = ZoomClick + end + object tbMultiplePages: TToolButton + Left = 497 + Top = 0 + Caption = 'tbMultiplePages' + ImageIndex = 10 + OnClick = tbMultiplePagesClick + end + object tbWidenToSourceWidth: TToolButton + Tag = 5 + Left = 525 + Top = 0 + Hint = 'Ctrl+W' + Caption = 'Source Width' + ImageIndex = 11 + OnClick = ZoomClick + end + object tbSeparator4: TToolButton + Left = 553 + Top = 0 + Width = 8 + Caption = 'tbSeparator4' + ImageIndex = 18 + Style = tbsSeparator + end + object pnlZoomCbx: TPanel + Left = 561 + Top = 0 + Width = 138 + Height = 24 + BevelOuter = bvNone + TabOrder = 0 + OnResize = pnlZoomCbxResize + end + object tbSeparator5: TToolButton + Left = 699 + Top = 0 + Width = 8 + Caption = 'tbSeparator5' + ImageIndex = 19 + Style = tbsSeparator + end + object tbGotoFirstPage: TToolButton + Left = 707 + Top = 0 + Caption = 'First Page' + ImageIndex = 13 + OnClick = GoToPageClick + end + object tbGotoPrevPage: TToolButton + Tag = 1 + Left = 735 + Top = 0 + Caption = 'Prev Page' + ImageIndex = 14 + OnClick = GoToPageClick + end + object ToolButton2: TToolButton + Left = 763 + Top = 0 + Width = 8 + Caption = 'ToolButton2' + ImageIndex = 20 + Style = tbsSeparator + end + object pnlCurrentPage: TPanel + Left = 771 + Top = 0 + Width = 59 + Height = 24 + BevelOuter = bvNone + TabOrder = 1 + OnResize = pnlCurrentPageResize + end + object ToolButton1: TToolButton + Left = 830 + Top = 0 + Width = 8 + Caption = 'ToolButton1' + ImageIndex = 19 + Style = tbsSeparator + end + object tbGotoNextPage: TToolButton + Tag = 2 + Left = 838 + Top = 0 + Caption = 'Next Page' + ImageIndex = 15 + OnClick = GoToPageClick + end + object tbGotoLastPage: TToolButton + Tag = 3 + Left = 866 + Top = 0 + Caption = 'Last Page' + ImageIndex = 16 + OnClick = GoToPageClick + end + object tbSeparator8: TToolButton + Left = 894 + Top = 0 + Width = 8 + Caption = 'tbSeparator8' + ImageIndex = 0 + Style = tbsSeparator + end + object tbHelp: TToolButton + Left = 902 + Top = 0 + Hint = 'F1' + Caption = 'Help' + ImageIndex = 17 + OnClick = HelpClick + end + object tbClose: TToolButton + Left = 930 + Top = 0 + Caption = 'Close' + ImageIndex = 18 + OnClick = CloseClick + end + end + object pmToolBar: TPopupMenu + OnPopup = pmToolBarPopup + Left = 47 + Top = 56 + object pmiFlatBtns: TMenuItem + Caption = '&Flat Buttons' + Checked = True + GroupIndex = 2 + OnClick = pmiFlatBtnsClick + end + object pmiLargeBtns: TMenuItem + Caption = '&Large Buttons' + Checked = True + GroupIndex = 2 + OnClick = pmiLargeBtnsClick + end + end + object MainMenu1: TMainMenu + Left = 19 + Top = 56 + object miFile: TMenuItem + Caption = '&File' + object miFileDesign: TMenuItem + Caption = '&Design...' + ShortCut = 16452 + OnClick = DesignClick + end + object miFileRebuild: TMenuItem + Caption = 'Rebuild' + ShortCut = 16500 + OnClick = miFileRebuildClick + end + object miLine32: TMenuItem + Caption = '-' + end + object miFileLoad: TMenuItem + Caption = 'Load...' + ShortCut = 16463 + OnClick = FileLoadClick + end + object miFileClose: TMenuItem + Caption = 'Unload' + ShortCut = 16499 + OnClick = FileCloseClick + end + object miLine30: TMenuItem + Caption = '-' + end + object miFileSave: TMenuItem + Caption = '&Save...' + ShortCut = 16467 + OnClick = FileSaveClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miFilePrint: TMenuItem + Tag = 1 + Caption = '&Print...' + ShortCut = 16464 + OnClick = PrintClick + end + object miFilePageSetup: TMenuItem + Tag = 2 + Caption = 'Page Set&up...' + OnClick = PageSetupClick + end + object miFilePrintStyles: TMenuItem + Caption = 'Print Styles' + end + object miLine3: TMenuItem + Caption = '-' + end + object miFilePreferences: TMenuItem + Caption = 'Pre&ferences...' + OnClick = OptionsClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miFileExit: TMenuItem + Caption = '&Close' + OnClick = CloseClick + end + end + object miExplorer: TMenuItem + Caption = 'E&xplorer' + object miExplorerCreateNewFolder: TMenuItem + Caption = 'New &Folder' + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object miLine31: TMenuItem + Caption = '-' + end + object miExplorerDelete: TMenuItem + Caption = '&Delete...' + ShortCut = 46 + OnClick = ExplorerDeleteClick + end + object miExplorerRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = ExplorerRenameClick + end + object miLine39: TMenuItem + Caption = '-' + end + object miExplorerProperties: TMenuItem + Caption = 'P&roperties...' + ShortCut = 32889 + OnClick = ExplorerPropertiesClick + end + end + object miEdit: TMenuItem + Caption = '&Edit' + Visible = False + object miEditFind: TMenuItem + Caption = '&Find ...' + ShortCut = 16454 + end + object miEditFindNext: TMenuItem + Caption = 'Find Ne&xt' + ShortCut = 114 + end + object N6: TMenuItem + Caption = '-' + end + object miEditReplace: TMenuItem + Caption = '&Replace ...' + ShortCut = 16466 + end + end + object miView: TMenuItem + Caption = '&View' + object miViewMargins: TMenuItem + Caption = '&Margins' + Checked = True + ShortCut = 16461 + OnClick = miViewMarginsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miViewFlatTBtns: TMenuItem + Caption = '&Flat toolbar buttons' + Checked = True + OnClick = pmiFlatBtnsClick + end + object miViewLargeTBtns: TMenuItem + Caption = '&Large toolbar buttons' + Checked = True + OnClick = pmiLargeBtnsClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miViewToolBar: TMenuItem + Caption = '&Toolbar' + Checked = True + Visible = False + end + object miViewMarginBar: TMenuItem + Caption = '&MarginBar' + Checked = True + OnClick = miViewMarginBarClick + end + object miViewStatusBar: TMenuItem + Caption = '&StatusBar' + Checked = True + OnClick = miViewStatusBarClick + end + object miViewExplorer: TMenuItem + Caption = 'E&xplorer' + ShortCut = 16472 + OnClick = ViewExplorerClick + end + object miViewThumbnails: TMenuItem + Caption = 'Th&umbnails' + ShortCut = 16469 + OnClick = ViewThumbnailsClick + end + object N1: TMenuItem + Caption = '-' + end + object miViewZoom: TMenuItem + Caption = '&Zoom' + object miZoomPercent100: TMenuItem + Caption = '&Percent 100' + ShortCut = 16604 + OnClick = ZoomClick + end + object miLine6: TMenuItem + Caption = '-' + end + object miZoomPageWidth: TMenuItem + Tag = 1 + Caption = 'Page &Width' + ShortCut = 16432 + OnClick = ZoomClick + end + object miZoomWholePage: TMenuItem + Tag = 2 + Caption = 'W&hole Page' + ShortCut = 16433 + OnClick = ZoomClick + end + object miZoomTwoPages: TMenuItem + Tag = 3 + Caption = '&Two Pages' + ShortCut = 16434 + OnClick = ZoomClick + end + object miZoomFourPages: TMenuItem + Tag = 4 + Caption = '&Four Pages ' + ShortCut = 16436 + OnClick = ZoomClick + end + object miLine7: TMenuItem + Caption = '-' + end + object miZoomWidenToSourceWidth: TMenuItem + Tag = 5 + Caption = '&Widen to source width' + ShortCut = 16471 + OnClick = ZoomClick + end + object miLine20: TMenuItem + Caption = '-' + end + object miZoomSetup: TMenuItem + Caption = '&Setup ...' + OnClick = miZoomSetupClick + end + end + object N5: TMenuItem + Caption = '-' + end + object miViewPageHeaders: TMenuItem + Caption = 'Page &Headers' + Checked = True + OnClick = miViewPageHeadersClick + end + object miViewPageFooters: TMenuItem + Caption = '&Page Footers' + Checked = True + OnClick = miViewPageFootersClick + end + end + object miFormat: TMenuItem + Caption = '&Format' + object miFormatAutoText: TMenuItem + Caption = '&AutoText...' + OnClick = miFormatAutoTextClick + end + object miLine14: TMenuItem + Caption = '-' + end + object miFormatTitle: TMenuItem + Caption = 'Title...' + OnClick = miFormatTitleClick + end + object N7: TMenuItem + Caption = '-' + Hint = 'miLine38' + end + object miFormatDateTime: TMenuItem + Caption = 'Date And &Time ...' + OnClick = miFormatDateTimeClick + end + object miFormatPageNumbering: TMenuItem + Caption = 'Page &Numbering ...' + OnClick = miFormatPageNumberingClick + end + object N4: TMenuItem + Caption = '-' + end + object miFormatShowHideEmptyPages: TMenuItem + Caption = 'Show/Hide Empty Pages' + Checked = True + OnClick = miFormatShowHideEmptyPagesClick + end + object miFormatShrinkToPageWidth: TMenuItem + Caption = '&Shrink To Page' + Checked = True + OnClick = ShrinkToPageWidthClick + end + object miLine13: TMenuItem + Caption = '-' + end + object miFormatPageBackground: TMenuItem + Caption = 'Page bac&kground ...' + ShortCut = 16459 + OnClick = PageBackgroundClick + end + end + object miGoToPage: TMenuItem + Caption = '&Go' + object miGoToFirstPage: TMenuItem + Caption = '&First Page' + ShortCut = 36 + OnClick = GoToPageClick + end + object miGoToPrevPage: TMenuItem + Tag = 1 + Caption = '&Previous Page' + ShortCut = 33 + OnClick = GoToPageClick + end + object miLine8: TMenuItem + Caption = '-' + end + object miGoToNextPage: TMenuItem + Tag = 2 + Caption = '&Next Page' + ShortCut = 34 + OnClick = GoToPageClick + end + object miGoToLastPage: TMenuItem + Tag = 3 + Caption = '&Last Page' + ShortCut = 35 + OnClick = GoToPageClick + end + end + object miHelp: TMenuItem + Caption = '&Help' + object miHelpTopics: TMenuItem + Caption = '&Help Topics ...' + OnClick = HelpClick + end + object N3: TMenuItem + Caption = '-' + Visible = False + end + object miHelpAbout: TMenuItem + Caption = '&About ..' + Visible = False + end + end + end + object pmPreview: TPopupMenu + OnPopup = pmPreviewPopup + Left = 75 + Top = 56 + object pmiReportDesign: TMenuItem + Caption = '&Design ...' + Default = True + ShortCut = 16452 + OnClick = DesignClick + end + object miLine11: TMenuItem + Caption = '-' + end + object pmiPageSetup: TMenuItem + Caption = 'Page Set&up ...' + OnClick = PageSetupClick + end + object pmiFilePrintStyles: TMenuItem + Caption = 'Print Styles' + end + object pmiReportShrinkToPageWidth: TMenuItem + Caption = '&Shrink To Page' + Checked = True + OnClick = ShrinkToPageWidthClick + end + object miLine10: TMenuItem + Caption = '-' + end + object pmiZoom: TMenuItem + Caption = '&Zoom ' + object pmiZoomPercent100: TMenuItem + Caption = '&Percent 100' + ShortCut = 16604 + OnClick = ZoomClick + end + object miLine12: TMenuItem + Caption = '-' + end + object pmiZoomPageWidth: TMenuItem + Tag = 1 + Caption = 'Page &Width' + ShortCut = 16432 + OnClick = ZoomClick + end + object pmiZoomWholePage: TMenuItem + Tag = 2 + Caption = 'W&hole Page' + ShortCut = 16433 + OnClick = ZoomClick + end + object pmiZoomTwoPages: TMenuItem + Tag = 3 + Caption = '&Two Pages' + ShortCut = 16434 + OnClick = ZoomClick + end + object pmiZoomFourPages: TMenuItem + Tag = 4 + Caption = '&Four Pages' + ShortCut = 16436 + OnClick = ZoomClick + end + object miLine9: TMenuItem + Caption = '-' + end + object pmiZoomWidenToSourceWidth: TMenuItem + Tag = 5 + Caption = 'Widen to &source width' + ShortCut = 16471 + OnClick = ZoomClick + end + end + object N2: TMenuItem + Caption = '-' + end + object pmiGoToFirstPage: TMenuItem + Caption = 'First Page' + ShortCut = 36 + OnClick = GoToPageClick + end + object pmiGoToPrevPage: TMenuItem + Tag = 1 + Caption = 'Previous Page' + ShortCut = 33 + OnClick = GoToPageClick + end + object pmiGoToNextPage: TMenuItem + Tag = 2 + Caption = 'Next Page' + ShortCut = 34 + OnClick = GoToPageClick + end + object pmiGoToLastPage: TMenuItem + Tag = 3 + Caption = 'Last Page' + ShortCut = 35 + OnClick = GoToPageClick + end + end + object ilToolBarSmall: TImageList + AllocBy = 29 + Left = 47 + Top = 107 + Bitmap = { + 494C010120002200040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000009000000001002000000000000090 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FFFF000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FFFF00008000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000008080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000FF000000FFFF + 0000800000000080800000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00FF000000FFFF00008000 + 000000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C0008000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF00800000008000 + 000080000000800000008000000080000000FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF000000000080808000000000008000000080000000800000008000 + 0000800000008000000000000000FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080000000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF000000000000FFFF00FFFFFF0000FFFF000000000000FF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF008000 + 00008000000080000000800000008000000080000000FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000C0C0C000FFFF0000C0C0C000FFFF0000C0C0C0000000000000FF + FF0000FFFF0000FFFF0000808000000000000000000000000000808080000000 + 0000000000000000000080808000000000000000000000000000808080000000 + 00000000000000000000808080000000000080000000C0C0C000FFFFFF000000 + 8000FFFFFF0000008000000080000000000000FFFF00FFFFFF0000000000FFFF + FF0000FFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080000000FFFFFF0080000000FFFFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF0000000000FFFF0000C0C0C000FFFF0000C0C0C000FFFF00000000000000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000FFFFFF00C0C0C0000000 + 8000C0C0C00000008000C0C0C000FFFFFF000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0000000000C0C0C0000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF0000FF + FF00C0C0C00000000000FFFF0000C0C0C000FFFF000000000000C0C0C00000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000C0C0C000000080000000 + 8000FFFFFF00C0C0C00000008000C0C0C0008000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000FFFFFF0000000000C0C0C00000000000C0C0 + C0000000000000000000000000008000000080808000FFFFFF0000FFFF0000FF + FF0000FFFF00C0C0C000000000000000000000000000C0C0C00000FFFF0000FF + FF0000FFFF0000FFFF000080800000000000000000000000000080808000FFFF + FF00FFFFFF000000000080808000FFFFFF00FFFFFF000000000080808000FFFF + FF00FFFFFF0000000000808080000000000080000000FFFFFF00C0C0C0000000 + 8000C0C0C0000000800000008000FFFFFF008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000C0C0C00000000000C0C0C00000000000C0C0C0000000 + 0000C0C0C000C0C0C000000000008000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000808000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080000000000080000000C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C0008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF00FFFFFF0000000000C0C0C00000000000C0C0C00000000000C0C0 + C000C0C0C000C0C0C000C0C0C000800000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00080000000000000008080800000FFFF000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000FFFF000000000080000000FF00000080000000FF00 + 0000FF000000FF00000080000000FF0000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000800000000000000000000000808080000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008000000080000000800000008000 + 0000800000008000000080000000800000008000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000800000000000000000000000000000000000 + 0000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 + 0000FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000FFFFFF0000000000808080000000000000000000FFFFFF00000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 800000808000000000000000000000000000000000000000000000000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000808080000000000000000000FFFFFF0000000000C0C0 + C00000000000FFFFFF0000000000C0C0C00000000000C0C0C000000000000000 + 0000000000000000000080000000800000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000808080000000000000000000000000000000000000000000FFFF + FF00FFFFFF00800000008000000080000000800000008000000080000000FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF0000000000808080000000000000000000FFFFFF00FFFFFF000000 + 0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0 + C000C0C0C000000000008000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000000000000000000000000000000000000FFFF + FF000000FF000000000000000000000000000000000000000000000000000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 000000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 00000000000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000000000008000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080000000800000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080000000800000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000800000008000000080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 80000080800000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF008080800000FFFF00FFFFFF0000FFFF008080 + 800000FFFF0000FFFF0000FFFF00808080000000000000FFFF00FFFFFF000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF0000FFFF008080 + 800000FFFF00FFFFFF008080800000FFFF0000000000FFFFFF0000FFFF00FFFF + FF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF008080800000FFFF008080 + 8000FFFFFF008080800000FFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0080808000808080008080800080808000FFFF + FF008080800080808000808080008080800000000000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF0000000000000000008080800000FFFF008080 + 800000FFFF008080800000FFFF0000000000000000000000000000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800000FFFF00000000008080 + 8000FFFFFF00000000008080800000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000008080800000FFFF0000000000000000008080 + 8000808080000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400848484008484840084848400848484000000000000FFFF000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084000000FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 80000080800000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF008400000084848400FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 00000080800000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00000000 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF008484840084000000C6C6C600FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 0000000000008484840084848400848484000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000808000000000000000000000000000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000000000FFFF + 0000FFFF0000FFFF000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF0084848400840000008484840000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000FFFF00008484840000000000FFFF + 0000FFFF00000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008400000084848400FFFFFF00FFFFFF008400000084000000FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 840084848400848484000000000000FFFF0000FFFF0084848400000000000000 + 0000000000008484840084848400848484000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFF0000000000000000000000000000FFFF + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00840000008400000000FFFF00C6C6C600840000008400000000FF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 8400848484000000000000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C6C6C60084000000840000008400000084000000C6C6C600FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000008484 + 84000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FF000000FF000000FF00000000000000FFFFFF00FF000000FF000000FF00 + 0000FFFFFF000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFF0000FFFF0000FFFF + 000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF0000FFFF + 0000FFFF000000000000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000FFFF0000000000000000000000000000000000000000000000000000FFFF + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF00000000000084848400FFFF0000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000FFFF00000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600FF000000FF000000FF000000C6C6C6000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000FFFF0000000000000000000000000000FFFF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFF0000000000000000 + 000000000000000000000000000000000000000000008484000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 + 0000000000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848400008484 + 0000848400008484000000000000000000000000000000000000840000000000 + 0000000000000000000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 0000000000000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF000000 + 000000000000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 000000000000FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084840000000000000000 + 00000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00FFFFFF00FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484840000000000FFFF + FF000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000000000000000 + 0000000000000000000000000000848400008484840000000000000000000000 + 000000000000000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484000000000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000000000000000 + 0000FFFFFF000000000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 8400848400008484840084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 00000000000084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000000000000000008484840000000000FFFF + FF00000000000000000000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 84008484000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF0000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF000000 + 0000FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000000000000000 + 0000000000008484000000000000000000000000000084840000000000000000 + 0000000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FF0000000000000084848400000000008484840000000000FFFF + FF0000000000FFFFFF0000000000848484008484000000000000FFFFFF00FFFF + FF00FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF00000000008484840000000000000000008484840000000000FFFF + FF00000000008484840000000000FFFFFF00000000008484840000000000FFFF + FF000000000084848400848400000000000000000000FF000000FF0000000000 + 0000FFFFFF00FF000000000000000000000000000000FFFFFF00FF000000FFFF + FF0000000000FF000000FF00000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 000000000000FFFFFF0000000000848484008484000000000000000000000000 + 0000FFFFFF00000000008484000000000000000000008484000000000000FFFF + FF00000000008484000000000000FFFFFF00000000008484000000000000FFFF + FF00000000008484000084848400000000008484840000000000FF000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FF00000000000000848484000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 000000000000000000008484000000000000000000008484000000000000FFFF + FF00FFFFFF00FFFFFF0000000000848400008484840000000000FFFFFF00FFFF + FF00FFFFFF000000000084848400000000000000000084848400000000000000 + 0000000000008484840000000000000000000000000084848400000000000000 + 00000000000084848400848400000000000000000000FFFFFF0000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000084848400000000000000 + 0000000000000000000000000000848484008484000000000000000000000000 + 0000000000000000000084840000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 00008484840084840000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 0000848484008484000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400008484 + 8400848400008484840084840000848484008484000084848400848400008484 + 840084840000848484008484000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848484008484000084848400000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484840084840000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF000000000084848400848400000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000848400008484840000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000FFFFFF0084000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF000000000084848400848400000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000FF000000FF00 + 000000000000FFFFFF0000000000FF000000FF00000000000000FFFFFF000000 + 0000FF000000FF00000000000000000000000000000084848400848400000000 + 0000FFFFFF00840000008400000084000000840000008400000084000000FFFF + FF0000000000848484008484000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FF00000000000000FFFFFF00000000000000000084840000848484000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000008484000084848400000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF000000000000000000FFFFFF00FFFFFF000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF00FFFFFF00000000000000000084848400848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C60000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000084840000848484008484 + 0000848484008484000084848400848400008484840084840000848484008484 + 000084848400848400008484840000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000008484840000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF008484840000000000FFFFFF0000000000000000000000 + 000000000000000000000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C600C6C6C6000000000084848400C6C6 + C6000000000000000000848484000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C6000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00848484008484840000000000FFFFFF00FFFFFF00848484008484 + 840084848400848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600C6C6C6008484840000000000C6C6C600848484008484 + 84008484840084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C60000000000FFFFFF00FFFFFF0000000000C6C6C6000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C6000000 + 0000C6C6C60000000000C6C6C600C6C6C600C6C6C600FFFFFF00848484000000 + 0000C6C6C600C6C6C600000000008484840000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C6000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000C6C6C600C6C6 + C600FFFFFF00000000008484840000000000C6C6C600FFFFFF0084848400C6C6 + C600C6C6C600C6C6C60000000000848484000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000008484840000000000000000000000 + 0000FFFFFF00000000008484840084848400C6C6C60000000000C6C6C6000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C60000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000C6C6C600FFFFFF00000000000000000000000000C6C6C600C6C6C6000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000000000000084848400C6C6 + C60084848400C6C6C600FFFFFF00FFFFFF00C6C6C600C6C6C600848484008484 + 8400848484000000000084848400000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000084848400FFFFFF008484 + 840084848400848484008484840000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00848484000000000000000000000000008484840000000000C6C6 + C600848484000000000000000000C6C6C6000000000000000000C6C6C600C6C6 + C600000000008484840000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000084848400FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000848484000000 + 00008484840000000000C6C6C600C6C6C600C6C6C60000000000848484000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000900000000100010000000000800400000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFF18000FF07000F80008000 + FE03000F00008000FC01000F00008000FC01000F000080008001000F00008000 + 0001000F000080000001000F000080000003000F000080000007000F00008000 + 003F000200008000003F000000008000003F800000018000003FC00080078000 + 003FE000C0078000007FFF82E007FFFFFFFFC001E001FFFFFFFFC001C001000F + 8003C001C001000F8003C001C001000F8003C001C001000F8003C001C001000F + 8003C001C001000F8003C001C001000F8003C001C001000F8003C001C0010004 + 8003C001C0010000C1FEC001C0010000E3FEC001C001F800FFF5C003C001FC00 + FFF3C007C003FE04FFF1C00FFFFFFFFFFFFFFFFFFFFFFFFF00010001FFFFFFFF + 00010001FFF9001F00010001E7FF000F00010001C3F3000700010001C3E70003 + 00010001E1C7000100000001F08F000000000001F81F001F00010001FC3F001F + 00000001F81F001F00000003F09F8FF1808180FFC1C7FFF9C124C1FF83E3FF75 + FE66FFFF8FF1FF8FFFE7FFFFFFFFFFFFFFFFFFEFFDFFFFFFFFFFFFCFF9FFC001 + FFFFE007F1FF8031FDDFC003E1FF8031FCCF800300078031FC478003C03F8001 + 00038003C037800100018003C027800100008003C0008FF100018003C0008FF1 + 00038003C0008FF1FC478003C0278FF1FCCF8003C0378FF1FDDF8003C03F8FF1 + FFFF8003C03F8001FFFFC007FFFFFFFFFFFFFFFFFFFFFFFFFE03FFFFFFFFFFFF + FE03FFFFFFFFFFFFFE03FBBFFEFFFF7FFE03F33FFCFFFF3FC003E23FF8FFFF1F + C003C000F003C00F00038000E003C00700030000C003C00300038000E003C007 + 007FC000F003C00F007DE23FF8FFFF1F0078F33FFCFFFF3F007DFBBFFEFFFF7F + 01DDFFFFFFFFFFFF01E3FFFFFFFFFFFFFFFF8001FFFFFFFF8001000080018081 + 0000000000000080000000000000008000000000000000800000000000000100 + 0000000000000100000000000000018000000000000000800000000000000000 + 0000000000000100000000000000018000000000000000800000000000000080 + 8001000080018081FFFF8001FFFFFFFFFFFFFFFFFFFFFFFFC001800180018001 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007800180018001C00FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFC27C007C007FFFF + EC2380038003F83FC4010001000100018001000100010001C003000100010001 + E000000000000001000000000000000100008000800000010003C000C0000001 + E001E001E0000001C001E007800000018003F00780070101C407F00380008383 + EC3FF803F000FFFFFC7FFFFFF800FFFF00000000000000000000000000000000 + 000000000000} + end + object ilStub: TImageList + AllocBy = 2 + Left = 19 + Top = 107 + Bitmap = { + 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000008484 + 84000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400FFFF0000FFFF00000000000000000000000000000000 + 00008484840000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 84000000000000000000FFFF0000000000000000000000000000000000000000 + 00000000000000000000848484000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFF000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFF000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFF000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840000000000000000000000000000000000000000000000000000000000FFFF + 0000FFFF000000000000848484000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400000000000000000000000000FFFF0000FFFF0000FFFF + 00008484840000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF8000000000003FFF000000000000 + 1FFF0000000000008FFF000000000000C40F000000000000E1E7000000000000 + F0F3000000000000E5F9000000000000EBFD000000000000EFFD000000000000 + EFF5000000000000EFF5000000000000E7E1000000000000F383000000000000 + F9E7000000000000FC0F00010000000000000000000000000000000000000000 + 000000000000} + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 103 + Top = 56 + end + object pmDesigners: TPopupMenu + Left = 131 + Top = 56 + end + object Timer1: TTimer + Enabled = False + OnTimer = Timer1Timer + Left = 19 + Top = 159 + end + object pmExplorer: TPopupMenu + OnPopup = pmExplorerPopup + Left = 159 + Top = 56 + object pmiExplorerLoadData: TMenuItem + Caption = 'Load' + Default = True + ShortCut = 16397 + OnClick = FileLoadClick + end + object pmiExplorerUnloadData: TMenuItem + Caption = 'Unload' + ShortCut = 16499 + OnClick = FileCloseClick + end + object miLine33: TMenuItem + Caption = '-' + end + object pmiExplorerCreateFolder: TMenuItem + Caption = 'New Folder' + ShortCut = 32821 + OnClick = ExplorerCreateNewFolderClick + end + object miLine34: TMenuItem + Caption = '-' + end + object pmiExplorerDelete: TMenuItem + Caption = '&Delete...' + ShortCut = 46 + OnClick = ExplorerDeleteClick + end + object pmiExplorerRename: TMenuItem + Caption = '&Rename' + ShortCut = 113 + OnClick = ExplorerRenameClick + end + object miLine40: TMenuItem + Caption = '-' + end + object pmiExplorerProperties: TMenuItem + Caption = '&Properties...' + ShortCut = 32781 + OnClick = ExplorerPropertiesClick + end + end + object pmThumbnails: TPopupMenu + OnPopup = pmThumbnailsPopup + Left = 187 + Top = 56 + object pmiSmallThumbnails: TMenuItem + Caption = '&Small Thumbnails' + Checked = True + GroupIndex = 1 + RadioItem = True + OnClick = pmiThumbnailsSizeClick + end + object pmiLargeThumbnails: TMenuItem + Tag = 1 + Caption = '&Large Thumbnails' + GroupIndex = 1 + RadioItem = True + OnClick = pmiThumbnailsSizeClick + end + end +end diff --git a/official/x.19/Lib/D7/dxPSPrvw.dcu b/official/x.19/Lib/D7/dxPSPrvw.dcu new file mode 100644 index 00000000..6ebd17d3 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSPrvw.dcu differ diff --git a/official/x.19/Lib/D7/dxPSRELnk.dcu b/official/x.19/Lib/D7/dxPSRELnk.dcu new file mode 100644 index 00000000..822ab8d6 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSRELnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSReg.dcu b/official/x.19/Lib/D7/dxPSReg.dcu new file mode 100644 index 00000000..cece68cc Binary files /dev/null and b/official/x.19/Lib/D7/dxPSReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSRes.dcu b/official/x.19/Lib/D7/dxPSRes.dcu new file mode 100644 index 00000000..6b500ca2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSRes.dcu differ diff --git a/official/x.19/Lib/D7/dxPSShapes.dcu b/official/x.19/Lib/D7/dxPSShapes.dcu new file mode 100644 index 00000000..9ec05e01 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSShapes.dcu differ diff --git a/official/x.19/Lib/D7/dxPSSngltn.dcu b/official/x.19/Lib/D7/dxPSSngltn.dcu new file mode 100644 index 00000000..11ff10de Binary files /dev/null and b/official/x.19/Lib/D7/dxPSSngltn.dcu differ diff --git a/official/x.19/Lib/D7/dxPSStandardFillPatterns.dcu b/official/x.19/Lib/D7/dxPSStandardFillPatterns.dcu new file mode 100644 index 00000000..7ceefe9c Binary files /dev/null and b/official/x.19/Lib/D7/dxPSStandardFillPatterns.dcu differ diff --git a/official/x.19/Lib/D7/dxPSStdGrLnk.dcu b/official/x.19/Lib/D7/dxPSStdGrLnk.dcu new file mode 100644 index 00000000..66b2e05d Binary files /dev/null and b/official/x.19/Lib/D7/dxPSStdGrLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSStdGrLnk.dfm b/official/x.19/Lib/D7/dxPSStdGrLnk.dfm new file mode 100644 index 00000000..e8094b43 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSStdGrLnk.dfm @@ -0,0 +1,675 @@ +object dxGridReportLinkDesignWindow: TdxGridReportLinkDesignWindow + Left = 346 + Top = 298 + BorderStyle = bsDialog + Caption = 'dxGridReportLinkDesigner' + ClientHeight = 314 + ClientWidth = 579 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 6 + Width = 571 + Height = 273 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 18 + Width = 210 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 32 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 8 + Top = 151 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 10 + Top = 172 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 88 + Top = 156 + Width = 162 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 90 + Top = 75 + Width = 161 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxShowBordersClick + end + object chbxShowFixedHorzLines: TCheckBox + Tag = 3 + Left = 90 + Top = 98 + Width = 161 + Height = 17 + Caption = 'Fixed &Horizontal Lines' + TabOrder = 3 + OnClick = chbxShowBordersClick + end + object chbxShowFixedVertLines: TCheckBox + Tag = 4 + Left = 90 + Top = 121 + Width = 161 + Height = 17 + Caption = 'Fixed &Vertical Lines' + TabOrder = 4 + OnClick = chbxShowBordersClick + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 30 + Width = 161 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxShowBordersClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 52 + Width = 161 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxShowBordersClick + end + object chbxFixedRowsOnEveryPage: TCheckBox + Left = 91 + Top = 173 + Width = 161 + Height = 17 + Caption = 'Fi&xed Rows' + TabOrder = 5 + OnClick = chbxFixedRowsOnEveryPageClick + end + object lblPreview: TStaticText + Left = 264 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 6 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 218 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 91 + Top = 214 + Width = 146 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblColorClick + end + object gbxFixedTransparent: TGroupBox + Left = 5 + Top = 144 + Width = 243 + Height = 58 + Caption = ' ' + TabOrder = 4 + object lblFixedColor: TLabel + Left = 6 + Top = 24 + Width = 62 + Height = 13 + Caption = 'F&ixed color : ' + OnClick = lblColorClick + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 22 + Width = 146 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 52 + Width = 243 + Height = 84 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 146 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 51 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + OnClick = lblColorClick + end + object bvlEvenColorHolder: TBevel + Left = 86 + Top = 47 + Width = 146 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 50 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 142 + Width = 15 + Height = 17 + Caption = 'Fixed T&ransparent' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 16 + Width = 179 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 51 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 33 + Top = 143 + Width = 105 + Height = 17 + Caption = ' Fixed T&ransparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFixedFont: TButton + Tag = 2 + Left = 8 + Top = 133 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font ...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 162 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 7 + Top = 71 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 100 + Width = 239 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 563 + Height = 245 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 34 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 13 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 55 + Top = 18 + Width = 195 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 85 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 84 + Top = 89 + Width = 166 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 106 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlMiscellaneous: TBevel + Left = 81 + Top = 160 + Width = 169 + Height = 3 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 154 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object imgMiscellaneous: TImage + Left = 7 + Top = 177 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 90 + Top = 52 + Width = 161 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = chbxIncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 30 + Width = 161 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 91 + Top = 100 + Width = 161 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 2 + OnClick = chbxUse3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 91 + Top = 122 + Width = 161 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = chbxUseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 90 + Top = 200 + Width = 161 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = chbxRowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 178 + Width = 161 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 272 + Top = 50 + Width = 294 + Height = 215 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D7/dxPSTCLnk.dcu b/official/x.19/Lib/D7/dxPSTCLnk.dcu new file mode 100644 index 00000000..56a09c88 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTCLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSTCLnkReg.dcu b/official/x.19/Lib/D7/dxPSTCLnkReg.dcu new file mode 100644 index 00000000..7cfb505b Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTCLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSTVLnk.dcu b/official/x.19/Lib/D7/dxPSTVLnk.dcu new file mode 100644 index 00000000..55977f49 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTVLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSTVLnk.dfm b/official/x.19/Lib/D7/dxPSTVLnk.dfm new file mode 100644 index 00000000..8f41a5d1 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSTVLnk.dfm @@ -0,0 +1,929 @@ +object dxfmTVReportLinkDesignWindow: TdxfmTVReportLinkDesignWindow + Left = 370 + Top = 405 + ActiveControl = chbxTransparent + BorderStyle = bsDialog + Caption = 'dxfmTVReportLinkDesignWindow' + ClientHeight = 279 + ClientWidth = 582 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 574 + Height = 240 + ActivePage = tshColors + Anchors = [akLeft, akTop, akRight, akBottom] + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 6 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 41 + Top = 17 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 36 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel2: TBevel + Left = 63 + Top = 80 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object Bevel3: TBevel + Left = 63 + Top = 147 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object chbxShowBorders: TCheckBox + Left = 63 + Top = 30 + Width = 113 + Height = 17 + Caption = '&Border' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxShowGrid: TCheckBox + Tag = 1 + Left = 63 + Top = 51 + Width = 113 + Height = 17 + Caption = '&Grid' + TabOrder = 1 + OnClick = chbxShowClick + end + object chbxShowStateImages: TCheckBox + Tag = 2 + Left = 63 + Top = 163 + Width = 113 + Height = 17 + Caption = 'State Images' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxShowImages: TCheckBox + Tag = 3 + Left = 63 + Top = 184 + Width = 113 + Height = 17 + Caption = 'Images' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxShowTreeLines: TCheckBox + Tag = 4 + Left = 63 + Top = 98 + Width = 113 + Height = 17 + Caption = 'TreeLines' + TabOrder = 2 + OnClick = chbxShowClick + end + object chbxShowButtons: TCheckBox + Tag = 5 + Left = 63 + Top = 119 + Width = 113 + Height = 17 + Caption = 'Buttons' + TabOrder = 3 + OnClick = chbxShowClick + end + object lblPreview: TStaticText + Left = 264 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 6 + end + end + end + object tshColors: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 10 + Top = 88 + Width = 81 + Height = 13 + Caption = '&Grid Lines Color: ' + OnClick = lblColorClick + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 84 + Width = 150 + Height = 21 + Visible = False + end + object bvlTreeLineColorHost: TBevel + Left = 91 + Top = 114 + Width = 150 + Height = 21 + end + object lblTreeLinesColor: TLabel + Left = 10 + Top = 118 + Width = 78 + Height = 13 + Caption = 'TreeLines Color:' + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 13 + Width = 247 + Height = 59 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 32 + Height = 13 + Caption = 'Co&lor: ' + OnClick = lblColorClick + end + object bvlColorHost: TBevel + Left = 86 + Top = 20 + Width = 150 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 11 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 12 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 2 + OnClick = stTransparentClick + end + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 16 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 47 + Width = 235 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object pnlBehaviors: TPanel + Left = 0 + Top = 0 + Width = 566 + Height = 212 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblExpanding: TLabel + Left = 5 + Top = 12 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object Bevel13: TBevel + Left = 65 + Top = 17 + Width = 173 + Height = 4 + Shape = bsBottomLine + end + object bvlExpandLevelHolder: TBevel + Left = 163 + Top = 61 + Width = 69 + Height = 21 + Visible = False + end + object lblExpandLevel: TLabel + Left = 89 + Top = 65 + Width = 71 + Height = 13 + Caption = 'Expand &level : ' + OnClick = lblExpandLevelClick + end + object Image4: TImage + Left = 7 + Top = 40 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel1: TBevel + Left = 81 + Top = 99 + Width = 157 + Height = 4 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 94 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Image5: TImage + Left = 7 + Top = 121 + Width = 32 + Height = 32 + Picture.Data = { + 055449636F6E0000010003001010000000000000680500003600000020200000 + 00000000A80800009E0500003030000000000000A80E0000460E000028000000 + 1000000020000000010008000000000040010000000000000000000000010000 + 00000000FFFFFF00000080000080800080800000C0C0C000C0DCC000F0CAA600 + 4080800040400000FF800000804000000040800080FFFF00FFFF8000FF808000 + 4080FF0081818100000081000081810081810000000033000000660000009900 + 0000CC0000333300003366000033FF000066CC000066FF000099FF0000CCCC00 + 3300330033006600330099003300CC0033330000333333003333660033339900 + 3333CC003333FF00336666003366990074CAFF003366FF003399000033993300 + 33996600339999003399CC003399FF0033CC330033CC990033CCCC0033CCFF00 + 33FFFF0066000000663300006633330066336600663399006633FF0066660000 + 6666330066666600666699006666CC0066990000669933006699660066999900 + 6699CC006699FF0066CC330066CC990066CCCC004CCEFF0066FF330066FFCC00 + 999900009933990099333300996600009966330099336600996699009966CC00 + 9999330099996600999999009999CC009999FF0099CC000099CC330066CC6600 + 99CC990099CCCC0099CCFF0099CC660099FF990099FFFF00CC009900CC333300 + CC336600CC339900CC660000CC66330099666600CC669900CC66CC00CC990000 + CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600 + CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00 + CCFFFF00FF333300FF336600FF660000FF663300CC666600FF669900FF66CC00 + FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300 + FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900FFFFCC006666FF00 + 66FFFF00FFFF6600C1C1C1005F5F5F00777777008686860096969600CBCBCB00 + B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00 + A4A0A000808080000000FF0000FF0000FF00FF00FFFF00007AE9FF007D780000 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 00000000FFFFFFFFFFFFFFFF9B40FFFFFFFFFFFFFFFFFFFF9B9AFFFF4747FFFF + 9C40FFFFFF242424A7309A6B36369A9C3607FFFFFF789C9C4B36313636363636 + 36FFFFFFFFA2A09A9A4736364B290736079A9AFFFFA2A04B363636614B022936 + 363636FFFFA2A0A0613536644B02293624FFFFFFFFA2409F463636644B022936 + 0724FFFFFFA2409F0061780C4B02294636FFFFFFFFA2404040A078640C4B2924 + FFFFFFFFFFA2A0A0A0A09F9F4A789B24FFFFFFFFFFA2409F00A0787878789B24 + FFFFFFFFFFA2409F00A09F9F9F789B24FFFFFFFFFFA2404040A0787878789B24 + FFFFFFFFFFA2A0A0A0A0A0A0A0A09B24FFFFFFFFFFA2A2A2A2A2A2A2A2A2A29A + FFFFFFFFFF3FFFFFF333FFFF8003FFFF8007FFFF8001FFFF8001FFFF8007FFFF + 8003FFFF8007FFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF + 800FFFFF28000000200000004000000001000800000000008004000000000000 + 000000000001000000000000FFFFFF00000080000080800080800000C0C0C000 + C0DCC000F0CAA6004080800040400000FF800000804000000040800080FFFF00 + FFFF8000FF8080004080FF008181810000008100008181008181000000003300 + 00006600000099000000CC0000333300003366000033FF000066CC000066FF00 + 0099FF0000CCCC003300330033006600330099003300CC003333000033333300 + 33336600333399003333CC003333FF00336666003366990074CAFF003366FF00 + 339900003399330033996600339999003399CC003399FF0033CC330033CC9900 + 33CCCC0033CCFF0033FFFF006600000066330000663333006633660066339900 + 6633FF00666600006666330066666600666699006666CC006699000066993300 + 66996600669999006699CC006699FF0066CC330066CC990066CCCC004CCEFF00 + 66FF330066FFCC00999900009933990099333300996600009966330099336600 + 996699009966CC009999330099996600999999009999CC009999FF0099CC0000 + 99CC330066CC660099CC990099CCCC0099CCFF0099CC660099FF990099FFFF00 + CC009900CC333300CC336600CC339900CC660000CC66330099666600CC669900 + CC66CC00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000 + CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600 + CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000FF663300CC666600 + FF669900FF66CC00FF990000FF993300FF996600FF999900FF99CC00FF99FF00 + FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900 + FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F007777770086868600 + 96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100 + F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000FF00FF00FFFF0000 + 7AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409C40 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9AFFFFFF9B469B + FFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D9B9A9AFFFF473647 + FFFF9B9D9B9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D079A409A9B473647 + 9A9A9BA707079AFFFFFFFFFFFFFFFFFFFFFF24242424244B363107409B343647 + 9A404631353646FFFFFFFFFFFFFFFFFFFFFF789C9C9C9C4B3636363636363636 + 3636363635FFFFFFFFFFFFFFFFFFFFFFFFFFA1A09C409A9A4736363661616161 + 4C363635409A9AFFFFFFFFFFFFFFFFFFFFFFA1A040409A404636364C4B460229 + 4C363635409A9A9AFFFFFFFFFFFFFFFFFFFFA1A04C47303031364C644C4B3002 + 074C363636363635FFFFFFFFFFFFFFFFFFFFA1A0A061363636364C644C4B3002 + 29313636074747FFFFFFFFFFFFFFFFFFFFFFA140A1A3A007303636644C4B3002 + 2936362924FFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA20430353636644C4B3002 + 293636302924FFFFFFFFFFFFFFFFFFFFFFFFA1409F00A261364C60644C4B3002 + 294C35363607FFFFFFFFFFFFFFFFFFFFFFFFA1409F0000A16104A0644C4B3002 + 299A476135FFFFFFFFFFFFFFFFFFFFFFFFFFA1404040404004A0A06461644B30 + 079A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078640C644B + 469A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078A04A4A4A + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140A1A2A1A1A2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409F04A700A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA7009DA2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA0A0A0A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140404040409CA0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0A0A0A0 + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A19AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFF38E3F + FFE18C1FFFE0001FFC00001FFC00007FFC00001FFC00000FFC00000FFC00001F + FC00007FFC00003FFC00003FFC00007FFC0001FFFC0001FFFC0001FFFC0001FF + FC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFF2800000030000000600000000100080000000000 + 800A000000000000000000000001000000000000FFFFFF000000800000808000 + 80800000C0C0C000C0DCC000F0CAA6004080800040400000FF80000080400000 + 0040800080FFFF00FFFF8000FF8080004080FF00818181000000810000818100 + 818100000000330000006600000099000000CC0000333300003366000033FF00 + 0066CC000066FF000099FF0000CCCC003300330033006600330099003300CC00 + 333300003333330033336600333399003333CC003333FF003366660033669900 + 74CAFF003366FF00339900003399330033996600339999003399CC003399FF00 + 33CC330033CC990033CCCC0033CCFF0033FFFF00660000006633000066333300 + 66336600663399006633FF00666600006666330066666600666699006666CC00 + 669900006699330066996600669999006699CC006699FF0066CC330066CC9900 + 66CCCC004CCEFF0066FF330066FFCC0099990000993399009933330099660000 + 9966330099336600996699009966CC009999330099996600999999009999CC00 + 9999FF0099CC000099CC330066CC660099CC990099CCCC0099CCFF0099CC6600 + 99FF990099FFFF00CC009900CC333300CC336600CC339900CC660000CC663300 + 99666600CC669900CC66CC00CC990000CC993300CC996600CC999900CC99CC00 + CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000 + CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000 + FF663300CC666600FF669900FF66CC00FF990000FF993300FF996600FF999900 + FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00 + FFFF3300FFFF9900FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F00 + 777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300 + EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000 + FF00FF00FFFF00007AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409B9B + 40FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFF9B9B9B9BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C9B9AFFFFFFFF9B4646 + 9BFFFFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA79D9B9A9AFFFFFF47363647FFFFFF9B9D9B409AFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA79D079A9A9A409B473636 + 479A9A9B9D9D07079AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 + 2424242424A73636309A9A409B463636479A9A9B9D46353607FFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF789C9C9C9C9C4B36363631400746353636 + 479A9A073536363546FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A79D9D4C36363636363636363636363636363635FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A09C409A9A9A473636363661616161 + 614C36363635409A9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0789B409A9A9A46363636614C460202294C363636359A9A9A9A9AFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A047463030303136364C614B4B3030 + 02074C3636363030303030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A04C4C3636363636364C644C4B30300229313636363636363636FFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0616161616136364C0C4C4B3030 + 02293636363607474747FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09BA3A3A3A00730363636974C4B303002293636362924FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9FA2A2040707363636974C4B3030 + 0229363636302424FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000078303636364C0C4C4B303002294C4C36360724FFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9F0000A24C364C60780C4C4B3030 + 02299B4736363607FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000000A16178A0780C4C4B303002299B24476135FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9B9B9B9B9B04A0A078644C64604B + 30299B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A078647F0C4C4E4B079B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A07805640C0C4B + 4B469B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A07878784A4A4A4A789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A040A2A2A2A2A2A2A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F009D00A1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409F9D789DA1A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F00009DA1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409FA0A0A0A0A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A04040404040409CA0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A09B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A2A29AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87FFFFFFFFFFFFFF87FFFFFFFFFFFFC787 + 8FFFFFFFFFFF838707FFFFFFFFFF800007FFFFFFFFE0000007FFFFFFFFE00000 + 07FFFFFFFFE000001FFFFFFFFFE0000003FFFFFFFFE0000001FFFFFFFFE00000 + 01FFFFFFFFE0000001FFFFFFFFE0000003FFFFFFFFE000001FFFFFFFFFE00000 + 0FFFFFFFFFE000000FFFFFFFFFE000000FFFFFFFFFE000001FFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF} + end + object chbxAutoNodesExpand: TCheckBox + Left = 88 + Top = 37 + Width = 154 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 0 + OnClick = chbxAutoNodesExpandClick + end + object chbxNodeAutoHeight: TCheckBox + Left = 88 + Top = 140 + Width = 111 + Height = 17 + Caption = '&Node Auto Height' + TabOrder = 1 + OnClick = chbxNodeAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 88 + Top = 117 + Width = 97 + Height = 17 + Caption = 'Auto &Width' + TabOrder = 2 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 272 + Top = 46 + Width = 295 + Height = 185 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + end + object ilPreview: TImageList + Left = 5 + Top = 247 + Bitmap = { + 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484840084848400C6C6C60084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 000000000000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C600848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 000084848400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600C6C6C6008484840084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FFFFFFFF00000000 + FF3FFF3F00000000F81FF81F00000000E00FE00F00000000C007C00700000000 + C003C00300000000C003C00300000000C003C00300000000C003C00300000000 + C003C00300000000E003E00300000000F00FF00F00000000F83FF83F00000000 + FCFFFCFF00000000FFFFFFFF0000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSTeeChartD7.dcu b/official/x.19/Lib/D7/dxPSTeeChartD7.dcu new file mode 100644 index 00000000..1e7f7075 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTeeChartD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPSTextLnk.dcu b/official/x.19/Lib/D7/dxPSTextLnk.dcu new file mode 100644 index 00000000..6c98dc3b Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTextLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSTextLnk.dfm b/official/x.19/Lib/D7/dxPSTextLnk.dfm new file mode 100644 index 00000000..8fb7789e --- /dev/null +++ b/official/x.19/Lib/D7/dxPSTextLnk.dfm @@ -0,0 +1,527 @@ +object dxfmTextReportLinkDesignWindow: TdxfmTextReportLinkDesignWindow + Left = 480 + Top = 279 + BorderStyle = bsDialog + Caption = 'dxfmTextReportLinkDesignWindow' + ClientHeight = 285 + ClientWidth = 580 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 7 + Width = 572 + Height = 243 + ActivePage = tshOptions + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + object tshOptions: TTabSheet + Caption = 'Options' + object lblLineSpacing: TLabel + Left = 9 + Top = 65 + Width = 63 + Height = 13 + Caption = '&Line Spacing:' + end + object lblAlignment: TLabel + Left = 9 + Top = 28 + Width = 51 + Height = 13 + Caption = '&Alignment:' + FocusControl = cbxAlignment + end + object bvlLineSpacingSite: TBevel + Left = 100 + Top = 60 + Width = 140 + Height = 21 + Visible = False + end + object Bevel2: TBevel + Left = 319 + Top = 8 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object lblPreview: TLabel + Left = 267 + Top = 3 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Bevel1: TBevel + Left = 10 + Top = 99 + Width = 231 + Height = 4 + Shape = bsBottomLine + end + object pnlPreview: TPanel + Left = 267 + Top = 23 + Width = 290 + Height = 183 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvLowered + Color = clWindow + TabOrder = 0 + object pbxPreview: TPaintBox + Left = 1 + Top = 1 + Width = 288 + Height = 181 + Align = alClient + OnPaint = pbxPreviewPaint + end + end + object btnFont: TButton + Left = 9 + Top = 123 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 9 + Top = 151 + Width = 231 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + object cbxAlignment: TComboBox + Left = 100 + Top = 23 + Width = 140 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 1 + OnClick = cbxAlignmentClick + OnDrawItem = cbxAlignmentDrawItem + end + end + end + object ilAlignments: TImageList + Left = 13 + Top = 254 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFF003FC00FF0030003FFFFFFFFFFFFFFFF0003000300030003 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSTextOut.dcu b/official/x.19/Lib/D7/dxPSTextOut.dcu new file mode 100644 index 00000000..d8154716 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSTextOut.dcu differ diff --git a/official/x.19/Lib/D7/dxPSUtl.dcu b/official/x.19/Lib/D7/dxPSUtl.dcu new file mode 100644 index 00000000..def640a2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSUtl.dcu differ diff --git a/official/x.19/Lib/D7/dxPSXplorerTreeView.dcu b/official/x.19/Lib/D7/dxPSXplorerTreeView.dcu new file mode 100644 index 00000000..6deeb3aa Binary files /dev/null and b/official/x.19/Lib/D7/dxPSXplorerTreeView.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dcu b/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dcu new file mode 100644 index 00000000..a182392e Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dfm b/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dfm new file mode 100644 index 00000000..088824a8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxCheckListBoxLnk.dfm @@ -0,0 +1,557 @@ +object cxfmCheckListBoxDesignWindow: TcxfmCheckListBoxDesignWindow + Left = 393 + Top = 324 + BorderStyle = bsDialog + Caption = 'cxfmCheckListBoxDesignWindow' + ClientHeight = 243 + ClientWidth = 553 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 545 + Height = 204 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 6 + Top = 13 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 41 + Top = 17 + Width = 207 + Height = 4 + Shape = bsBottomLine + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 82 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 79 + Top = 86 + Width = 170 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 10 + Top = 107 + Width = 32 + Height = 32 + Picture.Data = { + 055449636F6E0000010003001010000000000000680500003600000020200000 + 00000000A80800009E0500003030000000000000A80E0000460E000028000000 + 1000000020000000010008000000000040010000000000000000000000010000 + 00000000FFFFFF00000080000080800080800000C0C0C000C0DCC000F0CAA600 + 4080800040400000FF800000804000000040800080FFFF00FFFF8000FF808000 + 4080FF0081818100000081000081810081810000000033000000660000009900 + 0000CC0000333300003366000033FF000066CC000066FF000099FF0000CCCC00 + 3300330033006600330099003300CC0033330000333333003333660033339900 + 3333CC003333FF00336666003366990074CAFF003366FF003399000033993300 + 33996600339999003399CC003399FF0033CC330033CC990033CCCC0033CCFF00 + 33FFFF0066000000663300006633330066336600663399006633FF0066660000 + 6666330066666600666699006666CC0066990000669933006699660066999900 + 6699CC006699FF0066CC330066CC990066CCCC004CCEFF0066FF330066FFCC00 + 999900009933990099333300996600009966330099336600996699009966CC00 + 9999330099996600999999009999CC009999FF0099CC000099CC330066CC6600 + 99CC990099CCCC0099CCFF0099CC660099FF990099FFFF00CC009900CC333300 + CC336600CC339900CC660000CC66330099666600CC669900CC66CC00CC990000 + CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600 + CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00 + CCFFFF00FF333300FF336600FF660000FF663300CC666600FF669900FF66CC00 + FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300 + FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900FFFFCC006666FF00 + 66FFFF00FFFF6600C1C1C1005F5F5F00777777008686860096969600CBCBCB00 + B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00 + A4A0A000808080000000FF0000FF0000FF00FF00FFFF00007AE9FF007D780000 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 00000000FFFFFFFFFFFFFFFF9B40FFFFFFFFFFFFFFFFFFFF9B9AFFFF4747FFFF + 9C40FFFFFF242424A7309A6B36369A9C3607FFFFFF789C9C4B36313636363636 + 36FFFFFFFFA2A09A9A4736364B290736079A9AFFFFA2A04B363636614B022936 + 363636FFFFA2A0A0613536644B02293624FFFFFFFFA2409F463636644B022936 + 0724FFFFFFA2409F0061780C4B02294636FFFFFFFFA2404040A078640C4B2924 + FFFFFFFFFFA2A0A0A0A09F9F4A789B24FFFFFFFFFFA2409F00A0787878789B24 + FFFFFFFFFFA2409F00A09F9F9F789B24FFFFFFFFFFA2404040A0787878789B24 + FFFFFFFFFFA2A0A0A0A0A0A0A0A09B24FFFFFFFFFFA2A2A2A2A2A2A2A2A2A29A + FFFFFFFFFF3FFFFFF333FFFF8003FFFF8007FFFF8001FFFF8001FFFF8007FFFF + 8003FFFF8007FFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF800FFFFF + 800FFFFF28000000200000004000000001000800000000008004000000000000 + 000000000001000000000000FFFFFF00000080000080800080800000C0C0C000 + C0DCC000F0CAA6004080800040400000FF800000804000000040800080FFFF00 + FFFF8000FF8080004080FF008181810000008100008181008181000000003300 + 00006600000099000000CC0000333300003366000033FF000066CC000066FF00 + 0099FF0000CCCC003300330033006600330099003300CC003333000033333300 + 33336600333399003333CC003333FF00336666003366990074CAFF003366FF00 + 339900003399330033996600339999003399CC003399FF0033CC330033CC9900 + 33CCCC0033CCFF0033FFFF006600000066330000663333006633660066339900 + 6633FF00666600006666330066666600666699006666CC006699000066993300 + 66996600669999006699CC006699FF0066CC330066CC990066CCCC004CCEFF00 + 66FF330066FFCC00999900009933990099333300996600009966330099336600 + 996699009966CC009999330099996600999999009999CC009999FF0099CC0000 + 99CC330066CC660099CC990099CCCC0099CCFF0099CC660099FF990099FFFF00 + CC009900CC333300CC336600CC339900CC660000CC66330099666600CC669900 + CC66CC00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000 + CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600 + CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000FF663300CC666600 + FF669900FF66CC00FF990000FF993300FF996600FF999900FF99CC00FF99FF00 + FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300FFFF9900 + FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F007777770086868600 + 96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100 + F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000FF00FF00FFFF0000 + 7AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409C40 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9AFFFFFF9B469B + FFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D9B9A9AFFFF473647 + FFFF9B9D9B9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D079A409A9B473647 + 9A9A9BA707079AFFFFFFFFFFFFFFFFFFFFFF24242424244B363107409B343647 + 9A404631353646FFFFFFFFFFFFFFFFFFFFFF789C9C9C9C4B3636363636363636 + 3636363635FFFFFFFFFFFFFFFFFFFFFFFFFFA1A09C409A9A4736363661616161 + 4C363635409A9AFFFFFFFFFFFFFFFFFFFFFFA1A040409A404636364C4B460229 + 4C363635409A9A9AFFFFFFFFFFFFFFFFFFFFA1A04C47303031364C644C4B3002 + 074C363636363635FFFFFFFFFFFFFFFFFFFFA1A0A061363636364C644C4B3002 + 29313636074747FFFFFFFFFFFFFFFFFFFFFFA140A1A3A007303636644C4B3002 + 2936362924FFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA20430353636644C4B3002 + 293636302924FFFFFFFFFFFFFFFFFFFFFFFFA1409F00A261364C60644C4B3002 + 294C35363607FFFFFFFFFFFFFFFFFFFFFFFFA1409F0000A16104A0644C4B3002 + 299A476135FFFFFFFFFFFFFFFFFFFFFFFFFFA1404040404004A0A06461644B30 + 079A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078640C644B + 469A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A078A04A4A4A + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140A1A2A1A1A2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409F04A700A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA7009DA2A0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1409FA0A0A0A2A0A09F9F9F9F9F + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA140404040409CA0A07878787878 + 789A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0A0A0A0 + A09A24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A19AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFF38E3F + FFE18C1FFFE0001FFC00001FFC00007FFC00001FFC00000FFC00000FFC00001F + FC00007FFC00003FFC00003FFC00007FFC0001FFFC0001FFFC0001FFFC0001FF + FC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFC0001FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFF2800000030000000600000000100080000000000 + 800A000000000000000000000001000000000000FFFFFF000000800000808000 + 80800000C0C0C000C0DCC000F0CAA6004080800040400000FF80000080400000 + 0040800080FFFF00FFFF8000FF8080004080FF00818181000000810000818100 + 818100000000330000006600000099000000CC0000333300003366000033FF00 + 0066CC000066FF000099FF0000CCCC003300330033006600330099003300CC00 + 333300003333330033336600333399003333CC003333FF003366660033669900 + 74CAFF003366FF00339900003399330033996600339999003399CC003399FF00 + 33CC330033CC990033CCCC0033CCFF0033FFFF00660000006633000066333300 + 66336600663399006633FF00666600006666330066666600666699006666CC00 + 669900006699330066996600669999006699CC006699FF0066CC330066CC9900 + 66CCCC004CCEFF0066FF330066FFCC0099990000993399009933330099660000 + 9966330099336600996699009966CC009999330099996600999999009999CC00 + 9999FF0099CC000099CC330066CC660099CC990099CCCC0099CCFF0099CC6600 + 99FF990099FFFF00CC009900CC333300CC336600CC339900CC660000CC663300 + 99666600CC669900CC66CC00CC990000CC993300CC996600CC999900CC99CC00 + CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000 + CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00FF333300FF336600FF660000 + FF663300CC666600FF669900FF66CC00FF990000FF993300FF996600FF999900 + FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00 + FFFF3300FFFF9900FFFFCC006666FF0066FFFF00FFFF6600C1C1C1005F5F5F00 + 777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300 + EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000FF0000FF0000 + FF00FF00FFFF00007AE9FF007D7800007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F007F7F7F00 + 7F7F7F007F7F7F007F7F7F007F7F7F0000000000FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF409B9B + 40FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFF9B9B9B9BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C9B9AFFFFFFFF9B4646 + 9BFFFFFFFF9B4040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA79D9B9A9AFFFFFF47363647FFFFFF9B9D9B409AFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA79D079A9A9A409B473636 + 479A9A9B9D9D07079AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 + 2424242424A73636309A9A409B463636479A9A9B9D46353607FFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF789C9C9C9C9C4B36363631400746353636 + 479A9A073536363546FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A79D9D4C36363636363636363636363636363635FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A09C409A9A9A473636363661616161 + 614C36363635409A9A9AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0789B409A9A9A46363636614C460202294C363636359A9A9A9A9AFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A047463030303136364C614B4B3030 + 02074C3636363030303030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A04C4C3636363636364C644C4B30300229313636363636363636FFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0616161616136364C0C4C4B3030 + 02293636363607474747FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09BA3A3A3A00730363636974C4B303002293636362924FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9FA2A2040707363636974C4B3030 + 0229363636302424FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000078303636364C0C4C4B303002294C4C36360724FFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9F0000A24C364C60780C4C4B3030 + 02299B4736363607FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A09B9F000000A16178A0780C4C4B303002299B24476135FFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A09B9B9B9B9B9B04A0A078644C64604B + 30299B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A078647F0C4C4E4B079B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A07805640C0C4B + 4B469B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A07878784A4A4A4A789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A040A2A2A2A2A2A2A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F009D00A1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409F9D789DA1A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0409F00009DA1A2A0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0409FA0A0A0A0A2A0A09F9F9F9F9F9F + 9F789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A04040404040409CA0A078787878787878789B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1A0A0A0A0A0A0A0A0A0A0787878787878 + 78789B24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 + A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A09B24FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2 + A2A2A29AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87FFFFFFFFFFFFFF87FFFFFFFFFFFFC787 + 8FFFFFFFFFFF838707FFFFFFFFFF800007FFFFFFFFE0000007FFFFFFFFE00000 + 07FFFFFFFFE000001FFFFFFFFFE0000003FFFFFFFFE0000001FFFFFFFFE00000 + 01FFFFFFFFE0000001FFFFFFFFE0000003FFFFFFFFE000001FFFFFFFFFE00000 + 0FFFFFFFFFE000000FFFFFFFFFE000000FFFFFFFFFE000001FFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000FFFFFFFFFFE00000 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF} + end + object imgGrid: TImage + Left = 10 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 30 + Width = 147 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 52 + Width = 147 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 95 + Top = 104 + Width = 147 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 150 + Width = 147 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 4 + OnClick = chbxRowAutoHeightClick + end + object lblPreview: TStaticText + Left = 258 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 127 + Width = 147 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 3 + OnClick = chbxAutoWidthClick + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 14 + Top = 143 + Width = 81 + Height = 13 + Caption = 'Grid Lines Color: ' + end + object bvlLineColorHolder: TBevel + Left = 98 + Top = 140 + Width = 126 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 6 + Top = 18 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 47 + Width = 230 + Height = 82 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 9 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHolder: TBevel + Left = 92 + Top = 20 + Width = 126 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 9 + Top = 52 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHolder: TBevel + Left = 92 + Top = 48 + Width = 126 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 19 + Top = 45 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 77 + Top = 13 + Width = 159 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 46 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 3 + OnClick = stTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 537 + Height = 176 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 11 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 39 + Width = 230 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + Text = 'edFont' + end + object btnEvenFont: TButton + Tag = 1 + Left = 9 + Top = 71 + Width = 110 + Height = 23 + Caption = 'E&ven Font ...' + TabOrder = 2 + OnClick = btnFontClick + end + object edEvenFont: TEdit + Left = 9 + Top = 100 + Width = 230 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + Text = 'edFont' + end + end + end + end + object pnlPreview: TPanel + Left = 265 + Top = 46 + Width = 273 + Height = 150 + BevelOuter = bvLowered + BorderWidth = 1 + Color = clWindow + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D7/dxPScxCommon.dcu b/official/x.19/Lib/D7/dxPScxCommon.dcu new file mode 100644 index 00000000..f2969548 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxCommonD7.dcu b/official/x.19/Lib/D7/dxPScxCommonD7.dcu new file mode 100644 index 00000000..d08fec92 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxCommonD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxCommonReg.dcu b/official/x.19/Lib/D7/dxPScxCommonReg.dcu new file mode 100644 index 00000000..a5637cd2 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxCommonReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxDBEditorLnkReg.dcu b/official/x.19/Lib/D7/dxPScxDBEditorLnkReg.dcu new file mode 100644 index 00000000..0f291904 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxDBEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxDBEditorLnks.dcu b/official/x.19/Lib/D7/dxPScxDBEditorLnks.dcu new file mode 100644 index 00000000..9992c59d Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxDBEditorLnks.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxEditorLnkReg.dcu b/official/x.19/Lib/D7/dxPScxEditorLnkReg.dcu new file mode 100644 index 00000000..6b43e31c Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxEditorLnks.dcu b/official/x.19/Lib/D7/dxPScxEditorLnks.dcu new file mode 100644 index 00000000..3998f218 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxEditorLnks.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxEditorProducers.dcu b/official/x.19/Lib/D7/dxPScxEditorProducers.dcu new file mode 100644 index 00000000..f9e26e68 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxEditorProducers.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtComCtrlsLnk.dcu b/official/x.19/Lib/D7/dxPScxExtComCtrlsLnk.dcu new file mode 100644 index 00000000..7968d808 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtComCtrlsLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtCommon.dcu b/official/x.19/Lib/D7/dxPScxExtCommon.dcu new file mode 100644 index 00000000..91a213f7 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtCommon.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtCommonD7.dcu b/official/x.19/Lib/D7/dxPScxExtCommonD7.dcu new file mode 100644 index 00000000..5a155d0c Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtCommonD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtDBEditorLnkReg.dcu b/official/x.19/Lib/D7/dxPScxExtDBEditorLnkReg.dcu new file mode 100644 index 00000000..b6b63b88 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtDBEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtDBEditorLnks.dcu b/official/x.19/Lib/D7/dxPScxExtDBEditorLnks.dcu new file mode 100644 index 00000000..c68f854f Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtDBEditorLnks.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtEditorLnkReg.dcu b/official/x.19/Lib/D7/dxPScxExtEditorLnkReg.dcu new file mode 100644 index 00000000..cc8d4070 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtEditorLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxExtEditorProducers.dcu b/official/x.19/Lib/D7/dxPScxExtEditorProducers.dcu new file mode 100644 index 00000000..0d094710 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxExtEditorProducers.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxGrid4Lnk.dfm b/official/x.19/Lib/D7/dxPScxGrid4Lnk.dfm new file mode 100644 index 00000000..d6c7667f --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGrid4Lnk.dfm @@ -0,0 +1,2089 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 642 + Height = 399 + ActivePage = tshFormatting + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + NavigatorButtons.ConfirmDelete = False + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGrid4LnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D7/dxPScxGrid4LnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGrid4LnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGrid6Lnk.dfm b/official/x.19/Lib/D7/dxPScxGrid6Lnk.dfm new file mode 100644 index 00000000..20423425 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGrid6Lnk.dfm @@ -0,0 +1,2146 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 5 + Width = 642 + Height = 396 + ActivePage = tshCharts + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + object tshCharts: TTabSheet + Caption = 'Charts' + ImageIndex = 6 + object lblChartsOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object imgCharts: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDD777777777777777777777777DDDDDDD000000000000000000000000 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC4FFA2FFC491A2FF07DDDDDDD0887F8FC4FFA2FFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087807777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC491FFFFC491A2FF07DDDDDDD0887F8FFF91FFFFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087800777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0F8000087F80000000088880 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0FFFFFFF7FFFFFFFFFFFFFF0 + 7DDDDDDD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlChartsOptions: TBevel + Left = 57 + Top = 12 + Width = 254 + Height = 4 + Shape = bsBottomLine + end + object chbxChartsTransparent: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Transparent' + TabOrder = 0 + OnClick = chbxChartsTransparentClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + NavigatorButtons.ConfirmDelete = False + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGrid6LnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D7/dxPScxGrid6LnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGrid6LnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGridLnk.dcu b/official/x.19/Lib/D7/dxPScxGridLnk.dcu new file mode 100644 index 00000000..ab1bbbbd Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxGridLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxGridLnk.dfm b/official/x.19/Lib/D7/dxPScxGridLnk.dfm new file mode 100644 index 00000000..20423425 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGridLnk.dfm @@ -0,0 +1,2146 @@ +object dxfmGridReportLinkDesignWindow: TdxfmGridReportLinkDesignWindow + Left = 463 + Top = 133 + BorderStyle = bsDialog + Caption = 'fmdxGridDesignWindow' + ClientHeight = 437 + ClientWidth = 648 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 5 + Top = 5 + Width = 642 + Height = 396 + ActivePage = tshCharts + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 266 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 164 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 9 + Top = 189 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 4 + Top = 289 + Width = 313 + Height = 77 + Visible = False + end + object chbxShowBands: TCheckBox + Tag = 1 + Left = 90 + Top = 42 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 2 + Left = 90 + Top = 63 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 200 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 3 + OnClick = OptionsViewClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 4 + Left = 90 + Top = 104 + Width = 200 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 5 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 202 + Width = 200 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 223 + Width = 200 + Height = 17 + Caption = 'Headers' + TabOrder = 9 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 3 + Left = 90 + Top = 245 + Width = 200 + Height = 17 + Caption = 'Footers' + TabOrder = 10 + OnClick = OptionsOnEveryPageClick + end + object chbxFilterBarOnEveryPage: TCheckBox + Tag = 4 + Left = 90 + Top = 266 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 11 + OnClick = OptionsOnEveryPageClick + end + object chbxCaptionsOnEveryPage: TCheckBox + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxShowCaptions: TCheckBox + Left = 90 + Top = 22 + Width = 200 + Height = 17 + Caption = 'Captions' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowFilterBar: TCheckBox + Tag = 6 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'FilterBar' + TabOrder = 6 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 323 + Top = 1 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 12 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 56 + Top = 12 + Width = 255 + Height = 4 + Shape = bsBottomLine + end + object lblExpanding: TLabel + Left = 5 + Top = 74 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 79 + Width = 248 + Height = 4 + Shape = bsBottomLine + end + object lblDetails: TLabel + Left = 5 + Top = 218 + Width = 32 + Height = 13 + Caption = 'Details' + end + object bvlDetails: TBevel + Left = 47 + Top = 223 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object imgDetails: TImage + Left = 9 + Top = 239 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0889999999999999999999907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897F78FF7FF77777788F907DDDDDDDDDDDD0FF777FFFF7FFF7777FFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF77777777F + F07DD0889777777777777777777907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F777F7FF7777888FF907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCCCCCDD0FF7777FFF7FF7777777FF + F07DD0889777777777777777777907DDCCCCDCCDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCDDDDCDDDD0777777777777777777777 + 707DD08897F788F7FF77778FFFF907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDDDDDDDDDDD0FF777777F7FF777777777 + F07DD0889777777777777777777907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0777777777777777777777 + 707DD08897F888F7FF7777788FF907DDCCCCCCCCDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFFF7FFFFFFFFFFF907DDCCCCDCCDDD0FF77777FF7FF7777777FF + F07DD0889000000000000000000907DDCDDDDCDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897888880F8888888888907DDDDDDDDDDDD0777777777777777777777 + 707DD08897F77780F8777777778907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD08897FFFF80FFFFFFFFFFF907DDDDDDDDDDDD0FF7777FFF7FF7777777FF + F07DD0889000000000000000000907DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0889999999999999999999907DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0F0F777777FF77777777FFF07DDDDDDDDDDDD0FF77777FF7FF77777777F + F07DD0FFFFFFFFFFFFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF7FFFFFFFFFFF + F07DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F888888880F8888888888807DDDDDDDDDDDD0F888888880F8888888888 + 807DD0F877778880F8777777777807DDDDDDDDDDDD0F877777880F8777777778 + 807DD0FFFFFFFFF0FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFF0FFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgLevels: TImage + Left = 9 + Top = 306 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0888888888888888888888807DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F000FF8F000FF8FCCCC44F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F77F7F8FCC99F + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F666CCCF07DDDDDDDDDDDDD0F7F77F8F777FF8FCC99F + 7F07D0F0000F8F00F0F8F999999F07DDCDDDDCDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7888888888888888888 + 7F07D0888888888888888888888807DDCCCCCCCCDDD0F7F77F8F777FF8FC99CF + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDCCCCDCCDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F00FFF8F0000F8F9999CCF07DDCDDDDCDDDDD0F7888888888888888888 + 7F07D0FFFFFF8FFFFFF8F99AAACF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F0000F8F000FF8F9999CCF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0888888888888888888888807DDDDDDDDDDDDD0F0000000000000000000 + 0F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D0F0000F8F000FF8FB99944F07DDDDDDDDDDDDD0F7777777777777777777 + 7F07D0FFFFFF8FFFFFF8FFFFFFFF07DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0777777777777777777777707DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0F000087F800087F800000807DDDDDDDDDDDDD0F7F77F8F7777F8F777FF + 7F07D0F888887F888887F888888807DDDDDDDDDDDDD0F7FFFF8FFFFFF8FFFFFF + 7F07D0FFFFFF7FFFFFF7FFFFFFFF07DDDDDDDDDDDDD0F7888888888888888888 + 7F07D0000000000000000000000007DDCDDDDCDDDDD0F7888888888888888888 + 7F07D7F88880777777777777777778DDCCCCDCCDDDD0F7777777777777777777 + 7F07D7F00080F87777788088888888DDCCCCCCCCDDD0F7777777777777777777 + 7F07D7F77780FFFFFFFFF088888888DDCCCCDCCDDDD0F0000000000000000000 + 0F07D7FFFFF0777777777088888888DDCDDDDCDDDDD0FFFFFFFFFFFFFFFFFFFF + FF07D7777770888888888888888888DDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLevels: TLabel + Left = 5 + Top = 285 + Width = 30 + Height = 13 + Caption = 'Levels' + end + object bvlLevels: TBevel + Left = 47 + Top = 290 + Width = 265 + Height = 4 + Shape = bsBottomLine + end + object lblGridSize: TLabel + Left = 5 + Top = 150 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlGridSize: TBevel + Left = 33 + Top = 154 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 25 + Width = 200 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 46 + Width = 200 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + object chbxExpandGroupRows: TCheckBox + Left = 90 + Top = 89 + Width = 200 + Height = 17 + Caption = 'Groups' + TabOrder = 2 + OnClick = OptionsExpandingClick + end + object chbxExpandMasterRows: TCheckBox + Tag = 1 + Left = 90 + Top = 111 + Width = 200 + Height = 17 + Caption = 'Details' + TabOrder = 3 + OnClick = OptionsExpandingClick + end + object chbxStartFromActiveView: TCheckBox + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'Start From Active Details' + TabOrder = 6 + OnClick = OptionsDetailsClick + end + object chbxOnlyActiveView: TCheckBox + Tag = 1 + Left = 90 + Top = 258 + Width = 200 + Height = 17 + Caption = 'Only Active Details' + TabOrder = 7 + OnClick = OptionsDetailsClick + end + object chbxLevelsUnwrap: TCheckBox + Left = 90 + Top = 303 + Width = 200 + Height = 17 + Caption = '&Unwrap' + TabOrder = 8 + OnClick = OptionsLevelsClick + end + object chbxLevelsUnwrapTopLevel: TCheckBox + Tag = 1 + Left = 90 + Top = 326 + Width = 200 + Height = 17 + Caption = 'Unwrap Top Level' + TabOrder = 9 + OnClick = OptionsLevelsClick + end + object chbxLevelsRiseActiveLevelOntoTop: TCheckBox + Tag = 2 + Left = 90 + Top = 349 + Width = 200 + Height = 17 + Caption = 'Rise Active Level onto Top' + TabOrder = 10 + OnClick = OptionsLevelsClick + end + object chbxGridAutoWidth: TCheckBox + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 5 + OnClick = OptionsSizeClick + end + object chbxExpandCards: TCheckBox + Tag = 2 + Left = 90 + Top = 132 + Width = 200 + Height = 17 + Caption = 'Cards' + TabOrder = 4 + OnClick = OptionsExpandingClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 9 + Top = 95 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 74 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 79 + Width = 241 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 229 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 234 + Width = 247 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 251 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F8888888888888F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F8777877778778F07770D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8888888888888F0FFF0D + DDDDD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0D + DDDDD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8888888888888F078F07 + 770DD0F990FFFF8FFFF8FFFF099F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F088F0F + FF0DD0F99999999999999999999F07DDCDDDDCDDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCDCCDDD7F8888888888888F088F07 + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F8F0FFFF8F00F8F00F0F8F07DDCDDDDCDDDD7F8888888888888F088F08 + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0F00F8F00F8F00F0F9F07DDDDDDDDDDDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCDDDDCDDDD7F8888888888888F088F0F + 8F0DD0F99999999999999999999F07DDCCCCDCCDDD7F8FFF8FFFF8FF8F0F8F08 + 8F0DD0F990FFFF8FFFF8FFFF099F07DDCCCCCCCCDD7F8FFF8FFFF8FF8F0F8F0F + 8F0DD0F9F0FFFF8F00F8F00F0F9F07DDCCCCDCCDDD7F8888888888888F088F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDCDDDDCDDDD7F8777877778778F0F8F08 + 8F0DD0F8F0F00F8F00F8F00F0F8F07DDDDDDDDDDDD7F8888888888888F0F8F0F + 8F0DD0F8F0FFFF8FFFF8FFFF0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF088F0F + 8F0DD0F8F0777777777777770F8F07DDDDDDDDDDDD0000000000000000078F08 + 8F0DD0F8F0F8887F8887F8880F8F07DDDDDDDDDDDDDDDD7F8888888888888F0F + 8F0DD0F8F0F0087F0087F0080F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF08 + 8F0DD0F8F0FFFF7FFFF7FFFF0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 8F0DD0888000000000000000088807DDDDDDDDDDDDDDDDDDDD7F888888888888 + 8F0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 33 + Width = 212 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnClick = LookAndFeelClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 142 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 119 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 96 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = 'Suppress Background Images' + TabOrder = 4 + OnClick = OptionsFormatingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 203 + Width = 200 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormatingClick + end + object chbxPaginateOneGroupPerPage: TCheckBox + Tag = 1 + Left = 90 + Top = 274 + Width = 200 + Height = 17 + Caption = 'One Group Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + object chbxPaginateByTopLevelGroups: TCheckBox + Left = 90 + Top = 251 + Width = 200 + Height = 17 + Caption = 'By TopLevel Groups' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 5 + object bvlStyles: TBevel + Left = 118 + Top = 12 + Width = 191 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 295 + Width = 237 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 291 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 219 + end + object Label1: TLabel + Left = 76 + Top = 135 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 14 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormatingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 311 + Width = 302 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 343 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = StyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 83 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = StyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 160 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = StyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 237 + Top = 343 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = StyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 259 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 50 + Top = 12 + Width = 261 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 91 + Top = 73 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 229 + Top = 69 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 28 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 49 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + object tshCards: TTabSheet + Caption = 'Cards' + ImageIndex = 3 + object bvlCardSpaceVertHost: TBevel + Left = 231 + Top = 140 + Width = 75 + Height = 21 + Visible = False + end + object bvlCardSpaceHorzHost: TBevel + Left = 231 + Top = 112 + Width = 75 + Height = 21 + Visible = False + end + object lblCardSpaceVert: TLabel + Left = 90 + Top = 145 + Width = 39 + Height = 13 + Caption = 'Vertical:' + end + object lblCardSpaceHorz: TLabel + Left = 90 + Top = 116 + Width = 52 + Height = 13 + Caption = 'Horizontal:' + end + object imgCardSpacing: TImage + Left = 9 + Top = 112 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDD000000000000000000000000000000DDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD00D0DDDDDDDDDDDDDDDDDD0D00DDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDD7DD0DDDDDD707000DDDDDD0DD7DDDDDDDDDDDDDDD + DDDDDDDDD0000000000000000000DDDDDD0D0D0DDDDDD0000000000000000000 + 0DDDDDDD77777777777777777770DDDDD00D0D0DDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDD0D000DDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FFF9999FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFF9999FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7FFFFFFF7FCCCC99FF70DDDDDDDDDDDDDDDDD7FFFFFFF7FCCCC99FF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7F77777F7FCCCCFFFF70DDDDDDDDDDDDDDDDD7F77777F7FCCCCFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF77777FF70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF77FFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF77FFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD77777777777777777770DDDDDDDDDDDDDDDDD7777777777777777777 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7F77777F7FF777777F70DDDDDDDDDDDDDDDDD7F77777F7FF777777F7 + 0DDDDDDD7F7FFFFF7FF7FFFFFF70DDDDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFF7 + 0DDDDDDD7FFFFFFF7FFFFFFFFF70DDDDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFF7 + 0DDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD7777777777777777777 + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardSpacing: TLabel + Left = 5 + Top = 92 + Width = 37 + Height = 13 + Caption = 'Spacing' + end + object bvlCardSpacing: TBevel + Left = 51 + Top = 97 + Width = 260 + Height = 4 + Shape = bsBottomLine + end + object bvlCardSizes: TBevel + Left = 34 + Top = 12 + Width = 277 + Height = 4 + Shape = bsBottomLine + end + object lblCardSizes: TLabel + Left = 5 + Top = 8 + Width = 24 + Height = 13 + Caption = 'Sizes' + end + object imgCardSizes: TImage + Left = 9 + Top = 28 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDD000000000000DDDDDDDDDDDDDDDDDDDDDDDD000000000000DD00000000 + 0000D7777777777770DDDDDDDDDDDDDDDDDDDDDDD7777777777770D777777777 + 7770D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DDDDDDDDDDDDDDDDDDDDDDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70DDDDDDDDDDDDDDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70DD0000000000DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D77777777770DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8FFF70DDCCCCDCCDD7FFFFF8F77F70D7FFFFF8FF + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7FFFFF8F77F70D7FFFF8F7F70DDDDDDDDDDD7FFFFF8F77F70D7FFFFF8F7 + FF70D7F777F8FFFF70D7FFFF8FFF70DDDDDDDDDDD7F777F8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + 7F70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F777F8FFFF70D7F77F8F7F70DDDDDDDDDDD7F777F8FFFF70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDDDDDDDDDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDCCCCDCCDD7F777F8F77F70D7F77FF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDCCCCCCCCD7FFFFF8FFFF70D7FFFFF8FF + FF70D7888888888870D78888888870DDCCCCDCCDD7888888888870D788888888 + 8870D7FFFFF8FFFF70D7FFFF8FFF70DDCDDDDCDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D7F777F8F77F70D7F77F8F7F70DDDDDDDDDDD7F777F8F77F70D7F77FF8F7 + FF70D7F7FFF8FFFF70D7F7FF8F7F70DDDDDDDDDDD7F7FFF8FFFF70D7F7FFF8F7 + FF70D7FFFFF8FFFF70D7FFFF8FFF70DDDDDDDDDDD7FFFFF8FFFF70D7FFFFF8FF + FF70D777777777777DD7777777777DDDDDDDDDDDD777777777777DD777777777 + 777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 189 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 171 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object bvlCardFraming: TBevel + Left = 49 + Top = 176 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object bvlCardShadowColorHost: TBevel + Left = 177 + Top = 276 + Width = 129 + Height = 21 + Visible = False + end + object lblCardShadowDepth: TLabel + Left = 90 + Top = 308 + Width = 33 + Height = 13 + Caption = 'Depth:' + end + object bvlCardShadow: TBevel + Left = 48 + Top = 260 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object lblCardShadow: TLabel + Left = 5 + Top = 255 + Width = 38 + Height = 13 + Caption = 'Shadow' + end + object lblCardShadowColor: TLabel + Left = 90 + Top = 280 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlCardShadowDepthHost: TBevel + Left = 177 + Top = 304 + Width = 129 + Height = 21 + Visible = False + end + object imgCardShadow: TImage + Left = 9 + Top = 276 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0000000000000000000 + 000DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FFF9999FFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFF9999FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCCCCDCCDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7FFFFFFF7FCCCC99FFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FCCCC99FFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7F77777F7FCCCCFFFFFFF7DDDDDDDDDDDDDDD7F77777F7FCCCCFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF77777FFFFF7DDDDCDDDDCDDDDD7F77777F7FF77777FFFFF + 700DDD7F7FFFFF7FF77FFFFFFFF7DDDDCCCCDCCDDDD7F7FFFFF7FF77FFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCCCCCCCCDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7777777777777777777777DDDDCCCCDCCDDDD777777777777777777777 + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDCDDDDCDDDDD7FFFFFFF7FFFFFFFFFFFF + 700DDD7F77777F7FF777777FFFF7DDDDDDDDDDDDDDD7F77777F7FF777777FFFF + 700DDD7F7FFFFF7FF7FFFFFFFFF7DDDDDDDDDDDDDDD7F7FFFFF7FF7FFFFFFFFF + 700DDD7FFFFFFF7FFFFFFFFFFFF7DDDDDDDDDDDDDDD7FFFFFFF7FFFFFFFFFFFF + 7DDDDD7777777777777777777777DDDDDDDDDDDDDDD777777777777777777777 + 7DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxCardsKeepSameHeight: TCheckBox + Tag = 2 + Left = 90 + Top = 70 + Width = 200 + Height = 17 + Caption = 'Keep Same Height' + TabOrder = 2 + OnClick = OptionsCardsClick + end + object chbxCardsKeepSameWidth: TCheckBox + Tag = 1 + Left = 90 + Top = 49 + Width = 200 + Height = 17 + Caption = 'Keep Same Width' + TabOrder = 1 + OnClick = OptionsCardsClick + end + object chbxCardsAutoWidth: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Auto Width' + TabOrder = 0 + OnClick = OptionsCardsClick + end + object chbxCardsVertLines: TCheckBox + Tag = 5 + Left = 90 + Top = 231 + Width = 200 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 5 + OnClick = OptionsCardsClick + end + object chbxCardsHorzLines: TCheckBox + Tag = 4 + Left = 90 + Top = 210 + Width = 200 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 4 + OnClick = OptionsCardsClick + end + object chbxCardsBorder: TCheckBox + Tag = 3 + Left = 90 + Top = 189 + Width = 200 + Height = 17 + Caption = 'Border' + TabOrder = 3 + OnClick = OptionsCardsClick + end + end + object tshCharts: TTabSheet + Caption = 'Charts' + ImageIndex = 6 + object lblChartsOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object imgCharts: TImage + Left = 9 + Top = 28 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDD777777777777777777777777DDDDDDD000000000000000000000000 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC4FFA2FFC491A2FF07DDDDDDD0887F8FC4FFA2FFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087807777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0887FFFFFFFFFFFFFFFFFFF07DDDDDDD0887F8888888888888888880 + 7DDDDDDD0887F8FC491A2FFC491A2FF07DDDDDDD0887F8FC491A2FFC491A2FF0 + 7DDDDDDD0887F8FC491FFFFC491A2FF07DDDDDDD0887F8FFF91FFFFC4FFA2FF0 + 7DDDDDDD0887F8FFFFFFFFFFFFFFFFF07DDDDDDD088777777777777777777770 + 7DDDDDDD0888888888888888888888807DDDDDDD087800777777788888888880 + 7DDDDDDD0888888888888888888888807DDDDDDD077777777777777777777770 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0F8000087F80000000088880 + 7DDDDDDD0F8888887F888888888888807DDDDDDD0FFFFFFF7FFFFFFFFFFFFFF0 + 7DDDDDDD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlChartsOptions: TBevel + Left = 57 + Top = 12 + Width = 254 + Height = 4 + Shape = bsBottomLine + end + object chbxChartsTransparent: TCheckBox + Left = 90 + Top = 28 + Width = 200 + Height = 17 + Caption = 'Transparent' + TabOrder = 0 + OnClick = chbxChartsTransparentClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 44 + Width = 306 + Height = 350 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewGrid: TcxGrid + Left = 5 + Top = 7 + Width = 296 + Height = 337 + TabOrder = 0 + LookAndFeel.NativeStyle = False + RootLevelOptions.DetailTabsPosition = dtpTop + object PreviewBandedView: TcxGridBandedTableView + NavigatorButtons.ConfirmDelete = False + DataController.Summary.DefaultGroupSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Position = spFooter + Column = colVendorName + end> + DataController.Summary.FooterSummaryItems = < + item + Format = 'Count = 0' + Kind = skCount + Column = colVendorName + end> + DataController.Summary.SummaryGroups = <> + Filtering.CustomizeDialog = False + Filtering.Visible = fvAlways + OptionsView.ScrollBars = ssNone + OptionsView.CellAutoHeight = True + OptionsView.ColumnAutoWidth = True + OptionsView.Footer = True + OptionsView.GroupByBox = False + OptionsView.GroupFooters = gfAlwaysVisible + Preview.Column = colVendorCountry + Preview.Visible = True + OnCustomDrawColumnHeader = PreviewBandedViewCustomDrawColumnHeader + OnCustomDrawFooterCell = PreviewBandedViewCustomDrawFooterCell + Bands = < + item + Caption = 'Vendor Data' + Width = 150 + end + item + Caption = 'Car Data' + end> + OnCustomDrawBandHeader = PreviewBandedViewCustomDrawBandHeader + object colVendorName: TcxGridBandedColumn + Caption = 'Name' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colVendorLogo: TcxGridBandedColumn + Caption = 'Logo' + PropertiesClassName = 'TcxImageProperties' + Properties.GraphicTransparency = gtTransparent + OnCustomDrawCell = VendorLogoCustomDrawCell + Options.Filtering = False + Position.BandIndex = 0 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + object colVendorCountry: TcxGridBandedColumn + PropertiesClassName = 'TcxTextEditProperties' + Position.BandIndex = 0 + Position.ColIndex = 2 + Position.RowIndex = 0 + end + object colCarModel: TcxGridBandedColumn + Caption = 'Model' + PropertiesClassName = 'TcxTextEditProperties' + Options.Filtering = False + Position.BandIndex = 1 + Position.ColIndex = 0 + Position.RowIndex = 0 + end + object colIsSUVModel: TcxGridBandedColumn + Caption = 'SUV' + PropertiesClassName = 'TcxCheckBoxProperties' + Properties.ValueGrayed = #39#39 + OnCustomDrawCell = IsSUVModelCustomDrawCell + HeaderAlignmentHorz = taCenter + Options.Filtering = False + Width = 30 + Position.BandIndex = 1 + Position.ColIndex = 1 + Position.RowIndex = 0 + end + end + object PreviewGridLevel: TcxGridLevel + Caption = 'Cars' + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 4 + Top = 408 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 32 + Top = 408 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxStyleRepository1: TcxStyleRepository + Left = 60 + Top = 408 + object styleCardShadow: TcxStyle + end + object styleCardBorder: TcxStyle + AssignedValues = [svColor] + Color = clWindow + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGridLnkD7.dcu b/official/x.19/Lib/D7/dxPScxGridLnkD7.dcu new file mode 100644 index 00000000..5265d046 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxGridLnkD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dcu b/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dcu new file mode 100644 index 00000000..d9ccd848 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..38796b08 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxGridLnkPredefinedStyleSheets.dfm @@ -0,0 +1,350 @@ +object dxdmPScxGridLnkPredefinedStyles: TdxdmPScxGridLnkPredefinedStyles + Left = 352 + Top = 156 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4949549 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 11328403 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentLevelCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFilterBar: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentCaptionRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TdxGridReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Caption = styleProfessionalFixed + Styles.CardCaptionRow = styleProfessionalCaptionRow + Styles.CardRowCaption = styleProfessionalRowCaption + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.FilterBar = styleProfessionalFixed + Styles.Footer = styleProfessionalFixed + Styles.Group = styleProfessionalGroup + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TdxGridReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Caption = styleGreenFixed + Styles.CardCaptionRow = styleGreenFixed + Styles.CardRowCaption = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.FilterBar = styleGreenFixed + Styles.Footer = styleGreenFixed + Styles.Group = styleGreenGroup + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TdxGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Caption = styleTransparentLevelCaption + Styles.CardCaptionRow = styleTransparentCaptionRow + Styles.CardRowCaption = styleTransparentRowCaption + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.FilterBar = styleTransparentFilterBar + Styles.Footer = styleTransparentFooter + Styles.Group = styleTransparentGroup + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxGridLnkReg.dcu b/official/x.19/Lib/D7/dxPScxGridLnkReg.dcu new file mode 100644 index 00000000..ab82c429 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxGridLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxImgLnk.dcu b/official/x.19/Lib/D7/dxPScxImgLnk.dcu new file mode 100644 index 00000000..9ecb3cbf Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxImgLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxListBoxLnk.dcu b/official/x.19/Lib/D7/dxPScxListBoxLnk.dcu new file mode 100644 index 00000000..b1079f48 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dcu b/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dcu new file mode 100644 index 00000000..73243acb Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dfm b/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dfm new file mode 100644 index 00000000..877112ad --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxMCListBoxLnk.dfm @@ -0,0 +1,659 @@ +object cxfmMCListBoxDesignWindow: TcxfmMCListBoxDesignWindow + Left = 391 + Top = 313 + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'cxfmMCListBoxDesignWindow' + ClientHeight = 293 + ClientWidth = 558 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 6 + Width = 549 + Height = 251 + ActivePage = tshColor + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblShow: TLabel + Left = 5 + Top = 12 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel11: TBevel + Left = 40 + Top = 17 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 7 + Top = 34 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 125 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object Image1: TImage + Left = 7 + Top = 149 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 84 + Top = 129 + Width = 150 + Height = 4 + Shape = bsBottomLine + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 95 + Top = 75 + Width = 137 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = ShowClick + end + object chbxShowBorders: TCheckBox + Left = 95 + Top = 29 + Width = 137 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = ShowClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 95 + Top = 51 + Width = 137 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = ShowClick + end + object chbxShowColumnHeaders: TCheckBox + Tag = 3 + Left = 95 + Top = 99 + Width = 137 + Height = 17 + Caption = '&Column Headers' + TabOrder = 3 + OnClick = ShowClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 95 + Top = 148 + Width = 137 + Height = 17 + Caption = 'Headers' + TabOrder = 4 + OnClick = HeadersOnEveryPageClick + end + object lblPreview: TStaticText + Left = 244 + Top = 2 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 5 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 200 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + end + object bvlGridLineColorHost: TBevel + Left = 91 + Top = 196 + Width = 127 + Height = 21 + Visible = False + end + object lblDrawMode: TLabel + Left = 5 + Top = 17 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxTransparentHeaders: TGroupBox + Left = 5 + Top = 131 + Width = 223 + Height = 55 + Caption = ' ' + TabOrder = 4 + object lblHeadersColor: TLabel + Left = 6 + Top = 24 + Width = 78 + Height = 13 + Caption = 'Headers Color : ' + end + object bvlHeadersColorHost: TBevel + Left = 86 + Top = 22 + Width = 127 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 45 + Width = 223 + Height = 80 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHost: TBevel + Left = 86 + Top = 20 + Width = 127 + Height = 21 + Visible = False + end + object lblEvenColor: TLabel + Left = 6 + Top = 51 + Width = 59 + Height = 13 + Caption = 'E&ven Color: ' + end + object bvlEvenColorHost: TBevel + Left = 86 + Top = 47 + Width = 127 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 43 + Width = 15 + Height = 17 + Caption = 'T&ransparent' + TabOrder = 1 + OnClick = TransparentClick + end + object chbxTransparentHeaders: TCheckBox + Tag = 1 + Left = 18 + Top = 129 + Width = 15 + Height = 17 + Caption = 'T&ransparent Headers' + TabOrder = 3 + OnClick = TransparentClick + end + object cbxDrawMode: TComboBox + Left = 69 + Top = 12 + Width = 159 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = DrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Chess' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 33 + Top = 44 + Width = 69 + Height = 17 + Caption = ' Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stTransparentHeaders: TStaticText + Left = 33 + Top = 130 + Width = 112 + Height = 17 + Caption = ' Transparent Headers ' + FocusControl = chbxTransparentHeaders + TabOrder = 6 + OnClick = stTransparentHeadersClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 21 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = FontClick + end + object edFont: TEdit + Left = 8 + Top = 34 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeadersFont: TButton + Tag = 2 + Left = 8 + Top = 122 + Width = 110 + Height = 21 + Caption = 'Headers Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 4 + OnClick = FontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 147 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnEvenFont: TButton + Tag = 1 + Left = 8 + Top = 65 + Width = 110 + Height = 21 + Caption = 'E&ven Font...' + TabOrder = 2 + OnClick = FontClick + end + object edEvenFont: TEdit + Left = 8 + Top = 90 + Width = 221 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 5 + Top = 12 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object Bevel3: TBevel + Left = 53 + Top = 17 + Width = 179 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 81 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Bevel15: TBevel + Left = 81 + Top = 85 + Width = 151 + Height = 4 + Shape = bsBottomLine + end + object Image8: TImage + Left = 7 + Top = 101 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblMiscellaneous: TLabel + Left = 6 + Top = 147 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object Bevel4: TBevel + Left = 80 + Top = 152 + Width = 152 + Height = 4 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 167 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxIncludeFixed: TCheckBox + Left = 95 + Top = 51 + Width = 139 + Height = 17 + Caption = '&Including fixed cells' + TabOrder = 1 + OnClick = IncludeFixedClick + end + object chbxOnlySelected: TCheckBox + Left = 95 + Top = 29 + Width = 139 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 0 + OnClick = OnlySelectedClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 95 + Top = 96 + Width = 139 + Height = 17 + Caption = '3D Effects' + TabOrder = 2 + OnClick = Use3DEffectsClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 95 + Top = 118 + Width = 139 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 3 + OnClick = UseSoft3DClick + end + object chbxRowAutoHeight: TCheckBox + Left = 95 + Top = 185 + Width = 139 + Height = 17 + Caption = '&Row Auto Height' + TabOrder = 5 + OnClick = RowAutoHeightClick + end + object chbxAutoWidth: TCheckBox + Left = 95 + Top = 163 + Width = 139 + Height = 17 + Caption = 'AutoWidth' + TabOrder = 4 + OnClick = chbxAutoWidthClick + end + end + end + end + object pnlPreview: TPanel + Left = 252 + Top = 49 + Width = 293 + Height = 200 + BevelOuter = bvLowered + TabOrder = 1 + end +end diff --git a/official/x.19/Lib/D7/dxPScxPCProdD7.dcu b/official/x.19/Lib/D7/dxPScxPCProdD7.dcu new file mode 100644 index 00000000..21405952 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxPCProdD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxPageControlProducer.dcu b/official/x.19/Lib/D7/dxPScxPageControlProducer.dcu new file mode 100644 index 00000000..50628237 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxPageControlProducer.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxPivotGridLnk.dfm b/official/x.19/Lib/D7/dxPScxPivotGridLnk.dfm new file mode 100644 index 00000000..08ab0161 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxPivotGridLnk.dfm @@ -0,0 +1,1203 @@ +object cxfmPivotGridReportLinkDesignWindow: TcxfmPivotGridReportLinkDesignWindow + Left = 349 + Top = 253 + BorderStyle = bsDialog + Caption = 'cxfmPivotGridReportLinkDesignWindow' + ClientHeight = 398 + ClientWidth = 702 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 0 + Top = 0 + Width = 702 + Height = 363 + ActivePage = tshView + TabOrder = 0 + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object bvlShow: TBevel + Left = 43 + Top = 13 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object Bevel1: TBevel + Left = 56 + Top = 147 + Width = 240 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 9 + Top = 37 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object imgCardFraming: TImage + Left = 9 + Top = 173 + Width = 64 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDD7777777777777777777DDDDDDDDDDDDDDDDDD00000000000000000 + 00DDDDDDD88888888888888888887DDDDDDDDDDDDDDDDD000000000000000000 + 00DDDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF + 00DDDDD778FFFFFFF8FFF9999FF87DDDDDDDDDDDDDDD000FFFFFFF0FFF9999FF + 00DDDD8888FFFFFFF8FFF9999FF87DDDDDDDDDDDDDD0000FFFFFFF0FFF9999FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCDDDDCDDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8FFFFFFF8FCCCC99FF87DDDCCCCDCCDDDD0FF0FFFFFFF0FCCCC99FF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCCCCCDDD0FF0F77777F0FCCCCFFFF + 00DDDD8FF8F77777F8FCCCCFFFF87DDDCCCCDCCDDDD0FF0F77777F0FCCCCFFFF + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDDDDDDDDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF77777FF87DDDDDDDDDDDDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF77FFFFF87DDDDDDDDDDDDDD0000F7FFFFF0FF77FFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F788888888888888888887DDDCDDDDCDDDDD0F7000000000000000000 + 00DDDD8F78FFFFFFF8FFFFFFFFF87DDDCCCCDCCDDDD0F70FFFFFFF0FFFFFFFFF + 00DDDD8FF8F77777F8FF777777F87DDDCCCCCCCCDDD0FF0F77777F0FF777777F + 00DDDD8888F7FFFFF8FF7FFFFFF87DDDCCCCDCCDDDD0000F7FFFFF0FF7FFFFFF + 00DDDD8FF8FFFFFFF8FFFFFFFFF87DDDCDDDDCDDDDD0FF0FFFFFFF0FFFFFFFFF + 00DDDD8F78888888888888888888DDDDDDDDDDDDDDD0F7000000000000000000 + 0DDDDD8F7FFFFF8FF7FFFFFF87DDDDDDDDDDDDDDDDD0F7FFFFF0FF7FFFFFF00D + DDDDDD8FFFFFFF8FFFFFFFFF87DDDDDDDDDDDDDDDDD0FFFFFFF0FFFFFFFFF00D + DDDDDD8888888888888888888DDDDDDDDDDDDDDDDDD0000000000000000000DD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblCardFraming: TLabel + Left = 5 + Top = 141 + Width = 38 + Height = 13 + Caption = 'Framing' + end + object chbxColumnFields: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = '&Column Fields' + TabOrder = 0 + OnClick = chbxOptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 4 + Left = 90 + Top = 125 + Width = 200 + Height = 17 + Caption = '&Expand Buttons' + TabOrder = 4 + OnClick = chbxOptionsViewClick + end + object chbxHorizontalLines: TCheckBox + Tag = 1 + Left = 90 + Top = 157 + Width = 200 + Height = 17 + Caption = '&Horizontal Lines' + TabOrder = 5 + OnClick = chbxOptionsViewClick + end + object chbxVerticalLines: TCheckBox + Tag = 2 + Left = 90 + Top = 181 + Width = 200 + Height = 17 + Caption = '&Vertical Lines' + TabOrder = 6 + OnClick = chbxOptionsViewClick + end + object chbxBorders: TCheckBox + Tag = 3 + Left = 90 + Top = 205 + Width = 200 + Height = 17 + Caption = '&Borders' + TabOrder = 7 + OnClick = chbxOptionsViewClick + end + object chbxDataFields: TCheckBox + Left = 90 + Top = 53 + Width = 200 + Height = 17 + Caption = '&Data Fields' + TabOrder = 1 + OnClick = chbxOptionsViewClick + end + object chbxFilterFields: TCheckBox + Left = 90 + Top = 77 + Width = 200 + Height = 17 + Caption = '&Filter Fields' + TabOrder = 2 + OnClick = chbxOptionsViewClick + end + object chbxRowFields: TCheckBox + Left = 90 + Top = 101 + Width = 200 + Height = 17 + Caption = '&Row Fields' + TabOrder = 3 + OnClick = chbxOptionsViewClick + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object imgExpanding: TImage + Left = 9 + Top = 31 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxExpandRows: TCheckBox + Tag = 1 + Left = 90 + Top = 53 + Width = 200 + Height = 17 + Caption = 'Rows' + TabOrder = 1 + OnClick = chbxExpandOptionsClick + end + object chbxExpandColumns: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = 'Columns' + TabOrder = 0 + OnClick = chbxExpandOptionsClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D0887777787787FFFFFFFFFFF07DDDDDDDDDDD0F87777787787FFFFFFFFF + FF07D0888888888887F000FF0000F07DDDDDDDDDDD0F88888888887F000FF000 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000080087F00000000FF07DDDDDDDDDDD0F80000080087F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000000F07DCCCCDCCDDD0F80000000887F00000000 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000F00F07DDDDDDDDDDD0F80000000887F000000F0 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000008887F00000FF00F07DCCCCDCCDDD0F80000008887F00000FF0 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F00000000FF07DDDDDDDDDDD0F80000000887F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF7FFFFFFF07DDCCCCDCCDDD0888888888887FF777777F + F07DD0888888888887FF70888FFF07DDCCCCCCCCDD0888888888887FF7FFFF7F + F07DD0880000000887FF70FF8FFF07DDCCCCDCCDDD0880000000887FF7F00F7F + F07DD0888888888887FF70FF8FFF07DDCDDDDCDDDD0888888888887FF7F00F7F + F07DD0880008888887FF70000FFF07DDDDDDDDDDDD0880008888887FF7FFFF7F + F07DD0888888888887FF777777FF07DDDDDDDDDDDD0888888888887FF777777F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCCCCCCCCDD0888888888887FFFFFFFFF + F07DD0880000000887FCCCCCCCFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0880000000887F9999999FF07DDDDDDDDDDDD0880000000887F88888FFF + F07DD0888888888887FF99999FFF07DDDDDDDDDDDD0888888888887F888888FF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF888FFFFF07DDDDDDDDDDDD0888888888887FF888FFFF + F07DD0880000888887FFFFFFFFFF07DDDDDDDDDDDD0880000888887FFFFFFFFF + F07DD0880000000087FF888888FF07DDDDDDDDDDDD0880000000087FF888888F + F07DD0888888888887FF888888FF07DDDDDDDDDDDD0888888888887FF888888F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 82 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = cbxLookAndFeelChange + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 97 + Width = 200 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingChanged + end + object chbxSuppressContentColoration: TCheckBox + Tag = 2 + Left = 90 + Top = 121 + Width = 200 + Height = 17 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingChanged + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 259 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 255 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 183 + end + object Label1: TLabel + Left = 77 + Top = 118 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 228 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 228 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 228 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = btnStyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + TabStop = False + Caption = '&Use Native Styles' + TabOrder = 0 + OnClick = OptionsFormattingChanged + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 307 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 7 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 8 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 9 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 10 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 228 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = btnStyleClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = btnStyleRestoreDefaultsClick + end + object cbxStyleSheets: TComboBox + Left = 9 + Top = 274 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 11 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + end + end + object pnlPreview: TPanel + Left = 309 + Top = 39 + Width = 382 + Height = 315 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewPivotGrid: TcxPivotGrid + Left = 5 + Top = 5 + Width = 371 + Height = 302 + Enabled = False + Groups = < + item + IsCaptionAssigned = True + Caption = 'FieldsGroup 1' + end> + TabOrder = 0 + TabStop = True + object pgfPurchaseQuarter: TcxPivotGridField + Area = faColumn + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Purchase Quarter' + DataBinding.ValueType = 'DateTime' + GroupIndex = 0 + GroupInterval = giDateQuarter + Visible = True + end + object pgfPurchaseMonth: TcxPivotGridField + Area = faColumn + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Purchase Month' + DataBinding.ValueType = 'DateTime' + GroupIndex = 0 + GroupExpanded = False + GroupInterval = giDateMonth + Visible = True + end + object pgfPaymentType: TcxPivotGridField + Tag = 1 + Area = faRow + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Payment Type' + DataBinding.ValueType = 'String' + Visible = True + Width = 90 + end + object pgfQuantity: TcxPivotGridField + Tag = 2 + Area = faData + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Quantity' + DataBinding.ValueType = 'Integer' + Visible = True + Width = 62 + end + object pgfCarName: TcxPivotGridField + Tag = 3 + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Car Name' + DataBinding.ValueType = 'String' + Visible = True + end + object pgfUnitPrice: TcxPivotGridField + Tag = 4 + AreaIndex = 0 + IsCaptionAssigned = True + Caption = 'Unit Price' + DataBinding.ValueType = 'Currency' + Visible = True + end + object pgfCompanyName: TcxPivotGridField + Tag = 5 + Area = faRow + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Company Name' + DataBinding.ValueType = 'String' + Visible = True + Width = 90 + end + object pgfPaymentAmount: TcxPivotGridField + Tag = 6 + Area = faData + AreaIndex = 1 + IsCaptionAssigned = True + Caption = 'Payment Amount' + DataBinding.ValueType = 'Currency' + Visible = True + end + end + end + object lblPreviewWindow: TStaticText + Left = 314 + Top = 24 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 2 + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 368 + object styleCategory: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWindowText + end + object styleHeader: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + object styleContent: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 368 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + ShortCut = 16451 + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 368 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPScxPivotGridLnk.res b/official/x.19/Lib/D7/dxPScxPivotGridLnk.res new file mode 100644 index 00000000..aab165c7 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxPivotGridLnk.res differ diff --git a/official/x.19/Lib/D7/dxPScxSSLnk.dfm b/official/x.19/Lib/D7/dxPScxSSLnk.dfm new file mode 100644 index 00000000..9cf805fa --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxSSLnk.dfm @@ -0,0 +1,509 @@ +object fmdxSpreadSheetDesignWindow: TfmdxSpreadSheetDesignWindow + Left = 551 + Top = 286 + BorderStyle = bsDialog + Caption = 'SpreadSheet DesignWindow' + ClientHeight = 263 + ClientWidth = 557 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object pgctrlMain: TPageControl + Left = 4 + Top = 6 + Width = 549 + Height = 221 + ActivePage = tshOptions + MultiLine = True + TabOrder = 1 + OnChange = pgctrlMainChange + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel11: TBevel + Left = 40 + Top = 10 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object Bevel4: TBevel + Left = 79 + Top = 83 + Width = 156 + Height = 5 + Shape = bsBottomLine + end + object Image5: TImage + Left = 7 + Top = 102 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D7AAAAAA9AAAAA7AAAAA9AAAA07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7AAAAAA9AAAAA7AAAAA9AAAA07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7A77AAA9A777A7A777A9A77A07DCCCCCCCCDD7F77FFF8F777F8F777F8F7 + 7F07D7AAAAAA9AAAAA7AAAAA9AAAA07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D79999999777777777779999907DCDDDDCDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C77CCC9B77BB7B777B9C77C07DDDDDDDDDDD7F77FFF8F77FF8F777F8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C7777C9B77BB7B77BB9C7CC07DDDDDDDDDDD7F7777F8F77FF8F77FF8F7 + FF07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B777B7B777B9C7CC07DDDDDDDDDDD7F777FF8F777F8F777F8F7 + FF07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D79999999777777777779999907DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B777B7B77BB9C77C07DDDDDDDDDDD7F777FF8F777F8F77FF8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777779777777777779777707DDDDDDDDDDD7888888888888888888888 + 8807D7CCCCCC9BBBBB7BBBBB9CCCC07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7C777CC9B7B7B7B777B9C77C07DDDDDDDDDDD7F777FF8F7F7F8F777F8F7 + 7F07D7CCCCCC9BBBBB7BBBBB9CCCC07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCCCCDCCDDD7777777777777777777777 + 7707D7F888887F88887F88887F88807DCCCCCCCCDD7888888788888788888788 + 8807D7F777787F77787F77787F77807DCCCCDCCDDD7877778787778787778787 + 7807D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7888888788888788888788 + 8807D7777777777777777777777770DDDDDDDDDDDD7777777777777777777777 + 770DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgGrid: TImage + Left = 6 + Top = 31 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7FFFFFF7FFFFF7FFFFF7FFFF07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F777F7F777F7F7FF07DCCCCCCCCDD7F7777F8F777F8F777F8F7 + FF07D7FFFFFF7FFFFF7FFFFF7FFFF07DCCCCDCCDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCDDDDCDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F77F7F7F77FF7F7F7F7F77F07DDDDDDDDDDD7F77F7F8F77FF8F7F7F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7F7FF7F77FF7F777F7F77F07DDDDDDDDDDD7F7F7FF8F77FF8F777F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F77FFF7F7F7F7F777F7F77F07DDDDDDDDDDD7F77FFF8F7F7F8F777F8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F77FF7F77FF7F77F07DDDDDDDDDDD7F7777F8F77FF8F77FF8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DDDDDDDDDDD7888888888888888888888 + 8807D7FFFFFF7FFFFF7FFFFF7FFFF07DDDDDDDDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7F7777F7F77FF7F77FF7F77F07DDDDDDDDDDD7F7778F8F77FF8F77FF8F7 + 7F07D7FFFFFF7FFFFF7FFFFF7FFFF07DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D77777777777777777777777707DCCCCDCCDDD7888888888888888888888 + 8807D78888887888887888887888807DCCCCCCCCDD7FFFFFF8FFFFF8FFFFF8FF + FF07D78777787877787877787877807DCCCCDCCDDD7F7777F8F777F8F777F8F7 + 7F07D78888887888887888887888807DCDDDDCDDDD7FFFFFF8FFFFF8FFFFF8FF + FF07D7777777777777777777777770DDDDDDDDDDDD7777777777777777777777 + 770DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblShow: TLabel + Left = 5 + Top = 6 + Width = 26 + Height = 13 + Caption = 'Show' + end + object lblMiscellaneous: TLabel + Left = 5 + Top = 78 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + end + object chbxRowAutoHeight: TCheckBox + Left = 88 + Top = 105 + Width = 150 + Height = 17 + Caption = '&Row AutoHeight' + TabOrder = 2 + OnClick = chbxRowAutoHeightClick + end + object chbxShowRowAndColumnHeadings: TCheckBox + Left = 88 + Top = 27 + Width = 150 + Height = 17 + Caption = 'Row and column headings' + TabOrder = 0 + OnClick = chbxShowRowAndColumnHeadingsClick + end + object chbxShowGridlines: TCheckBox + Left = 88 + Top = 50 + Width = 150 + Height = 17 + Caption = 'Gridlines' + TabOrder = 1 + OnClick = chbxShowGridlinesClick + end + object chbxSuppressSourceFormats: TCheckBox + Left = 88 + Top = 128 + Width = 150 + Height = 17 + Caption = '&Suppress source formats' + TabOrder = 3 + OnClick = chbxSuppressSourceFormatsClick + end + object lblPreview: TStaticText + Left = 243 + Top = 3 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 4 + end + end + end + object tshColor: TTabSheet + Caption = '&Color' + object pnlColor: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblGridLinesColor: TLabel + Left = 6 + Top = 144 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 91 + Top = 140 + Width = 134 + Height = 21 + Visible = False + end + object gbxFixedTransparent: TGroupBox + Left = 5 + Top = 74 + Width = 231 + Height = 54 + Caption = ' ' + TabOrder = 3 + object lblFixedColor: TLabel + Left = 6 + Top = 24 + Width = 62 + Height = 13 + Caption = 'F&ixed color : ' + OnClick = lblColorClick + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 20 + Width = 134 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 8 + Width = 231 + Height = 54 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 134 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 6 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxFixedTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 72 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxFixedTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 7 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 4 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 33 + Top = 73 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 5 + OnClick = stFixedTransparentClick + end + end + end + object tshFont: TTabSheet + Caption = '&Font' + object pnlFont: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object btnFont: TButton + Left = 8 + Top = 9 + Width = 110 + Height = 23 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnFixedFontClick + end + object edFont: TEdit + Left = 8 + Top = 38 + Width = 224 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFixedFont: TButton + Tag = 1 + Left = 8 + Top = 70 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 2 + OnClick = btnFixedFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 99 + Width = 224 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 541 + Height = 193 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Image3: TImage + Left = 7 + Top = 102 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel3: TBevel + Left = 56 + Top = 83 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 22 + Top = 31 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Bevel10: TBevel + Left = 83 + Top = 10 + Width = 150 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 6 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object lblSelection: TLabel + Left = 5 + Top = 78 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object chbxOnlySelected: TCheckBox + Left = 88 + Top = 102 + Width = 150 + Height = 17 + Caption = 'Only &selected cells' + TabOrder = 1 + OnClick = chbxOnlySelectedClick + end + object chbxFixedRowsOnEveryPage: TCheckBox + Left = 88 + Top = 29 + Width = 150 + Height = 17 + Caption = 'Fi&xed Rows On Every Page' + TabOrder = 0 + OnClick = chbxFixedRowsOnEveryPageClick + end + end + end + end + object pnlPreview: TPanel + Left = 253 + Top = 50 + Width = 289 + Height = 165 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 0 + end +end diff --git a/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dcu b/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dcu new file mode 100644 index 00000000..fc90fa95 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dfm b/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dfm new file mode 100644 index 00000000..a200a6a6 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxScheduler2Lnk.dfm @@ -0,0 +1,1633 @@ +object cxfmSchedulerReportLinkDesignWindow: TcxfmSchedulerReportLinkDesignWindow + Left = 296 + Top = 90 + BorderStyle = bsDialog + Caption = 'cxfmSchedulerReportLinkDesignWindow' + ClientHeight = 446 + ClientWidth = 618 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 610 + Height = 404 + ActivePage = tshPrintStyles + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + object tshPrintRange: TTabSheet + Caption = 'Print Range' + ImageIndex = 3 + object lblPrintRangeStart: TLabel + Left = 17 + Top = 22 + Width = 28 + Height = 13 + Caption = '&Start:' + end + object lblPrintRangeEnd: TLabel + Left = 18 + Top = 54 + Width = 22 + Height = 13 + Caption = '&End:' + end + object lblPrintRangesMiscellaneous: TLabel + Left = 5 + Top = 91 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + Visible = False + end + object Bevel1: TBevel + Left = 80 + Top = 95 + Width = 231 + Height = 4 + Shape = bsBottomLine + Visible = False + end + object dePrintRangeStart: TcxDateEdit + Left = 70 + Top = 18 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeStartEditValueChanged + TabOrder = 0 + Width = 235 + end + object dePrintRangeEnd: TcxDateEdit + Left = 70 + Top = 50 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeEndEditValueChanged + TabOrder = 1 + Width = 235 + end + object chbxHideDetailsOfPrivateAppointments: TcxCheckBox + Left = 66 + Top = 113 + Caption = 'Hide Details of Private Appointments' + TabOrder = 2 + Visible = False + Width = 236 + end + end + object tshPrintStyles: TTabSheet + Caption = 'Print Styles' + object lblPrintStylesOptions: TLabel + Left = 5 + Top = 48 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPrintStyleOptions: TBevel + Left = 50 + Top = 52 + Width = 258 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewWindow: TStaticText + Left = 324 + Top = 0 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 0 + end + object cbxPrintStyles: TcxImageComboBox + Left = 6 + Top = 7 + Properties.Alignment.Vert = taVCenter + Properties.Items = <> + TabOrder = 1 + OnClick = cbxPrintStylesClick + Width = 303 + end + object pcPrintStyleOptions: TPageControl + Left = 4 + Top = 62 + Width = 314 + Height = 313 + ActivePage = tshYearly + Style = tsButtons + TabOrder = 2 + TabStop = False + object tshDaily: TTabSheet + Caption = 'Daily' + TabVisible = False + object lblPrintStyleDailyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleDailyLayout + end + object lblPrintStyleDailyInclude: TLabel + Left = 14 + Top = 64 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleDailyPrintFrom: TLabel + Left = 14 + Top = 136 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleDailyPrintFrom + end + object lblPrintStyleDailyPrintTo: TLabel + Left = 14 + Top = 165 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleDailyPrintTo + end + object lblPrintStyleDailyResourceCountPerPage: TLabel + Left = 14 + Top = 34 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleDailyResourceCountPerPage + end + object Bevel2: TBevel + Left = 0 + Top = 192 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleDailyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 0 + OnClick = cbxPrintStyleDailyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleDailyTaskPad: TcxCheckBox + Left = 111 + Top = 61 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleDailyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 82 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleDailyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 103 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object tePrintStyleDailyPrintFrom: TcxTimeEdit + Left = 114 + Top = 132 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 5 + Width = 100 + end + object tePrintStyleDailyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 161 + EditValue = 0.000000000000000000 + Properties.ImmediatePost = True + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + Width = 100 + end + object sePrintStyleDailyResourceCountPerPage: TcxSpinEdit + Left = 115 + Top = 30 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + Width = 100 + end + object chbxPrintStyleDailyShowResourceImages: TcxCheckBox + Left = -1 + Top = 201 + Caption = 'Show resource images' + TabOrder = 7 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + object chbxPrintStyleDailyShowEventImages: TcxCheckBox + Left = -1 + Top = 222 + Caption = 'Show event images' + TabOrder = 8 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + end + object tshWeekly: TTabSheet + Caption = 'Weekly' + ImageIndex = 1 + TabVisible = False + object lblPrintStyleWeeklyPrintTo: TLabel + Left = 14 + Top = 212 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleWeeklyPrintTo + end + object lblPrintStyleWeeklyPrintFrom: TLabel + Left = 14 + Top = 183 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleWeeklyPrintFrom + end + object lblPrintStyleWeeklyInclude: TLabel + Left = 14 + Top = 119 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleWeeklyLayout: TLabel + Left = 14 + Top = 33 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleWeeklyLayout + end + object lblPrintStyleWeeklyArrange: TLabel + Left = 14 + Top = 4 + Width = 43 + Height = 13 + Caption = '&Arrange:' + FocusControl = cbxPrintStyleWeeklyArrange + end + object lblPrintStyleWeeklyResourceCountPerPage: TLabel + Left = 14 + Top = 94 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleWeeklyResourceCountPerPage + end + object lblPrintStyleWeeklyDaysLayout: TLabel + Left = 14 + Top = 63 + Width = 61 + Height = 13 + Caption = '&Days layout:' + FocusControl = cbxPrintStyleWeeklyDaysLayout + end + object Bevel3: TBevel + Left = 0 + Top = 237 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object tePrintStyleWeeklyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 207 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 8 + Width = 100 + end + object tePrintStyleWeeklyPrintFrom: TcxTimeEdit + Left = 114 + Top = 178 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 7 + Width = 100 + end + object chbxPrintStyleWeeklyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 152 + Caption = 'Notes Area (&Lined)' + TabOrder = 6 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleWeeklyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 134 + Caption = 'Notes Area (&Blank)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object cbxPrintStyleWeeklyArrange: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Top to Bottom' + 'Left to Right') + TabOrder = 0 + OnClick = cbxPrintStyleWeeklyArrangeClick + Height = 23 + Width = 186 + end + object cbxPrintStyleWeeklyLayout: TcxComboBox + Left = 115 + Top = 29 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 1 + OnClick = cbxPrintStyleWeeklyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleWeeklyTaskPad: TcxCheckBox + Left = 111 + Top = 116 + Caption = 'TaskPad' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleWeeklyDontPrintWeekends: TcxCheckBox + Left = -1 + Top = 243 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 9 + OnClick = chbxPrintStyleWeeklyDontPrintWeekendsClick + Width = 285 + end + object sePrintStyleWeeklyResourceCountPerPage: TcxSpinEdit + Tag = 1 + Left = 115 + Top = 90 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 3 + Width = 100 + end + object cbxPrintStyleWeeklyDaysLayout: TcxComboBox + Left = 115 + Top = 59 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Two columns' + 'One column') + TabOrder = 2 + OnClick = cbxPrintStyleWeeklyDaysLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleWeeklyShowEventImages: TcxCheckBox + Left = -1 + Top = 283 + Caption = 'Show event images' + TabOrder = 11 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + object chbxPrintStyleWeeklyShowResourceImages: TcxCheckBox + Left = -1 + Top = 263 + Caption = 'Show resource images' + TabOrder = 10 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + end + object tshMonthly: TTabSheet + Caption = 'Monthly' + ImageIndex = 2 + TabVisible = False + object lblPrintStyleMonthlyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleMonthlyLayout + end + object lblPrintStyleMonthlyInclude: TLabel + Left = 14 + Top = 62 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleMonthlyResourceCountPerPage: TLabel + Left = 14 + Top = 34 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleMonthlyResourceCountPerPage + end + object Bevel4: TBevel + Left = 0 + Top = 127 + Width = 314 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleMonthlyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + OnClick = cbxPrintStyleMonthlyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrintStyleMonthlyTaskPad: TcxCheckBox + Left = 111 + Top = 59 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 80 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 101 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleMonthlyDontPrintWeekends: TcxCheckBox + Left = -1 + Top = 136 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 5 + OnClick = chbxPrintStyleMonthlyDontPrintWeekendsClick + Width = 285 + end + object chbxPrintStyleMonthlyPrintExactlyOneMonthPerPage: TcxCheckBox + Left = -1 + Top = 156 + Caption = 'Print Exactly One Month Per Page' + TabOrder = 6 + OnClick = chbxPrintStyleMonthlyPrintExactlyOneMonthPerPageClick + Width = 285 + end + object sePrintStyleMonthlyResourceCountPerPage: TcxSpinEdit + Tag = 2 + Left = 115 + Top = 29 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + Width = 100 + end + object chbxPrintStyleMonthlyShowEventImages: TcxCheckBox + Left = -1 + Top = 198 + Caption = 'Show event images' + TabOrder = 7 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + object chbxPrintStyleMonthlyShowResourceImages: TcxCheckBox + Left = -1 + Top = 177 + Caption = 'Show resource images' + TabOrder = 8 + OnClick = chbxPrintStyleShowResourceImagesClick + Width = 306 + end + end + object tshTrifold: TTabSheet + Caption = 'Tri-fold' + ImageIndex = 3 + TabVisible = False + object lblPrintStyleTrifoldSectionLeft: TLabel + Left = 14 + Top = 4 + Width = 61 + Height = 13 + Caption = '&Left Section:' + FocusControl = cbxPrintStyleTrifoldSectionLeft + end + object lblPrintStyleTrifoldSectionMiddle: TLabel + Left = 14 + Top = 38 + Width = 72 + Height = 13 + Caption = '&Middle Section:' + FocusControl = cbxPrintStyleTrifoldSectionMiddle + end + object lblPrintStyleTrifoldSectionRight: TLabel + Left = 14 + Top = 71 + Width = 67 + Height = 13 + Caption = '&Right Section:' + FocusControl = cbxPrintStyleTrifoldSectionRight + end + object cbxPrintStyleTrifoldSectionLeft: TcxComboBox + Left = 100 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 0 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + object cbxPrintStyleTrifoldSectionMiddle: TcxComboBox + Tag = 1 + Left = 100 + Top = 33 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 1 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + object cbxPrintStyleTrifoldSectionRight: TcxComboBox + Tag = 2 + Left = 100 + Top = 66 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 2 + OnClick = cbxPrintStyleTrifoldSectionModeClick + Height = 23 + Width = 201 + end + end + object tshDetails: TTabSheet + Caption = 'Details' + ImageIndex = 4 + TabVisible = False + object chbxPrintStyleDetailsUsePagination: TcxCheckBox + Left = 14 + Top = 0 + Caption = 'Start a New Page Each:' + TabOrder = 0 + OnClick = chbxPrintStyleDetailsUsePaginationClick + Width = 187 + end + object cbxPrintStyleDetailsPagination: TcxComboBox + Left = 203 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Day' + 'Week' + 'Month') + TabOrder = 1 + OnClick = cbxPrintStyleDetailsPaginationClick + Height = 23 + Width = 98 + end + end + object tshMemo: TTabSheet + Caption = 'Memo' + ImageIndex = 5 + TabVisible = False + object chbxPrintStyleMemoStartEachItemOnNewPage: TcxCheckBox + Left = 14 + Top = 1 + Caption = 'Start Each Item On New Page' + TabOrder = 0 + OnClick = chbxPrintStyleMemoStartEachItemOnNewPageClick + Width = 187 + end + object chbxPrintStyleMemoPrintOnlySelectedEvents: TcxCheckBox + Left = 14 + Top = 25 + Caption = 'Print Only Selected Events' + State = cbsChecked + TabOrder = 1 + OnClick = chbxPrintStyleMemoPrintOnlySelectedEventsClick + Width = 187 + end + end + object tshYearly: TTabSheet + ImageIndex = 6 + TabVisible = False + object lblPrintStyleYearlyMonthPerPage: TLabel + Left = 14 + Top = 38 + Width = 67 + Height = 13 + Caption = '&Months/Page:' + FocusControl = cbxPrintStyleYearlyMonthPerPage + end + object lblPrintStyleYearlyResourceCountPerPage: TLabel + Left = 14 + Top = 72 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleYearlyResourceCountPerPage + Visible = False + end + object lblPrintStyleYearlyInclude: TLabel + Left = 14 + Top = 102 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleYearlyLayout: TLabel + Left = 14 + Top = 4 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleYearlyLayout + end + object Bevel5: TBevel + Left = 0 + Top = 168 + Width = 306 + Height = 4 + Shape = bsBottomLine + end + object cbxPrintStyleYearlyMonthPerPage: TcxComboBox + Left = 115 + Top = 33 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/year' + '2 pages/year' + '3 pages/year' + '4 pages/year' + '6 pages/year' + '12 pages/year') + TabOrder = 1 + Text = '12 pages/year' + OnClick = cbxPrintStyleYearlyMonthPagesPerYearClick + Height = 23 + Width = 186 + end + object sePrintStyleYearlyResourceCountPerPage: TcxSpinEdit + Tag = 3 + Left = 115 + Top = 68 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 2 + Visible = False + Width = 100 + end + object chbxPrintStyleYearlyTaskPad: TcxCheckBox + Left = 111 + Top = 99 + Caption = 'Task&Pad' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleYearlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 120 + Caption = 'Notes Area (&Blank)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object chbxPrintStyleYearlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 141 + Caption = 'Notes Area (&Lined)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + Width = 190 + end + object cbxPrintStyleYearlyLayout: TcxComboBox + Left = 115 + Top = -1 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + Text = '1 page/month' + OnClick = cbxPrintStyleYearlyLayoutClick + Height = 23 + Width = 186 + end + object chbxPrimaryPageHeadersOnly: TcxCheckBox + Left = -1 + Top = 178 + Caption = 'Primary page headers only' + TabOrder = 6 + OnClick = chbxPrimaryPageHeadersOnlyClick + Width = 153 + end + object chbxPrintStyleYearlyShowEventImages: TcxCheckBox + Left = -1 + Top = 199 + Caption = 'Show event images' + TabOrder = 7 + OnClick = chbxPrintStyleShowEventImagesClick + Width = 306 + end + end + end + object pnlPrintStylesPreview: TPanel + Left = 323 + Top = 17 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 3 + object pbxPrintStylesPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbxPrintStylesPreviewPaint + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 2 + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF78888877787807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0888877787878888877787807DDDDDDDDDDDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF0DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 75 + Top = 82 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FAFAFAFAFA788888777CC807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0AFAFAFAFAF78888888888807DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0AFAFAFAFAF7FAFAFAFAFAF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FEFEFEFEFE7EFEFEFEFEFE07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0EFEFEFEFEF7FEFEFEFEFEF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0EFEFEFEFEF7FEFEFEFEFEF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FEFEFEFEFE7EFEFEFEFEFE07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FBFBFBFBFB7BFBFBFBFBFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FBFBFBFBFB7BFBFBFBFBFB07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDDDDDDDDDDD088887778787888887778 + 7807D088888888887888888888880DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TcxComboBox + Left = 90 + Top = 37 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.OnChange = cbxLookAndFeelPropertiesChange + TabOrder = 0 + OnClick = LookAndFeelChange + Height = 23 + Width = 215 + end + object chbxSuppressBackgroundBitmaps: TcxCheckBox + Tag = 1 + Left = 90 + Top = 104 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingClick + Width = 200 + end + object chbxSuppressContentColoration: TcxCheckBox + Tag = 2 + Left = 90 + Top = 130 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingClick + Width = 200 + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + object bvlStyles: TBevel + Left = 118 + Top = 13 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 302 + Width = 239 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 298 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 222 + end + object Label1: TLabel + Left = 85 + Top = 140 + Width = 64 + Height = 13 + Caption = '[ Styles Site ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 0 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 2 + OnClick = btnStyleBackgroundBitmapClick + end + object cbxStyleSheets: TcxComboBox + Left = 6 + Top = 318 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 20 + Properties.OnDrawItem = cbxStyleSheetsPropertiesDrawItem + TabOrder = 3 + OnClick = cbxStyleSheetsClick + OnKeyDown = cbxStyleSheetsKeyDown + Height = 24 + Width = 305 + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 350 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 4 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 84 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 5 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 162 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 6 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 7 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 240 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 8 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 9 + OnClick = btnStyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 10 + OnClick = btnStyleRestoreDefaultsClick + end + object chbxUseNativeStyles: TcxCheckBox + Left = 3 + Top = 6 + TabOrder = 11 + OnClick = OptionsFormattingClick + Width = 22 + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 46 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object Panel1: TPanel + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + Color = clWindow + TabOrder = 0 + object pbPreview: TPaintBox + Left = 1 + Top = 1 + Width = 271 + Height = 352 + Align = alClient + OnPaint = pbPreviewPaint + end + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 6 + Top = 417 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 34 + Top = 417 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxEditStyleController1: TcxEditStyleController + OnStyleChanged = StyleController1StyleChanged + Left = 64 + Top = 416 + end +end diff --git a/official/x.19/Lib/D7/dxPScxScheduler2LnkD7.dcu b/official/x.19/Lib/D7/dxPScxScheduler2LnkD7.dcu new file mode 100644 index 00000000..9df00aaa Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxScheduler2LnkD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxScheduler2LnkReg.dcu b/official/x.19/Lib/D7/dxPScxScheduler2LnkReg.dcu new file mode 100644 index 00000000..460f019d Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxScheduler2LnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxSchedulerLnk.dfm b/official/x.19/Lib/D7/dxPScxSchedulerLnk.dfm new file mode 100644 index 00000000..3352dac7 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxSchedulerLnk.dfm @@ -0,0 +1,1432 @@ +object cxfmSchedulerReportLinkDesignWindow: TcxfmSchedulerReportLinkDesignWindow + Left = 138 + Top = 193 + BorderStyle = bsDialog + Caption = 'cxfmSchedulerReportLinkDesignWindow' + ClientHeight = 446 + ClientWidth = 618 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 610 + Height = 404 + ActivePage = tshPrintStyles + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + OnChange = PageControl1Change + object tshPrintRange: TTabSheet + Caption = 'Print Range' + ImageIndex = 3 + object lblPrintRangeStart: TLabel + Left = 17 + Top = 22 + Width = 28 + Height = 13 + Caption = '&Start:' + end + object lblPrintRangeEnd: TLabel + Left = 18 + Top = 54 + Width = 22 + Height = 13 + Caption = '&End:' + end + object lblPrintRangesMiscellaneous: TLabel + Left = 5 + Top = 91 + Width = 65 + Height = 13 + Caption = 'Miscellaneous' + Visible = False + end + object Bevel1: TBevel + Left = 80 + Top = 95 + Width = 231 + Height = 4 + Shape = bsBottomLine + Visible = False + end + object dePrintRangeStart: TcxDateEdit + Left = 70 + Top = 18 + Width = 235 + Height = 21 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeStartEditValueChanged + TabOrder = 0 + end + object dePrintRangeEnd: TcxDateEdit + Left = 70 + Top = 50 + Width = 235 + Height = 21 + EditValue = 38187d + Properties.OnEditValueChanged = dePrintRangeEndEditValueChanged + TabOrder = 1 + end + object chbxHideDetailsOfPrivateAppointments: TcxCheckBox + Left = 66 + Top = 113 + Width = 236 + Height = 21 + Caption = 'Hide Details of Private Appointments' + TabOrder = 2 + Visible = False + end + end + object tshPrintStyles: TTabSheet + Caption = 'Print Styles' + object lblPrintStylesOptions: TLabel + Left = 5 + Top = 72 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPrintStyleOptions: TBevel + Left = 50 + Top = 76 + Width = 258 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewWindow: TStaticText + Left = 324 + Top = 0 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 0 + end + object cbxPrintStyles: TcxImageComboBox + Left = 6 + Top = 18 + Width = 299 + Height = 21 + Properties.Alignment.Vert = taVCenter + Properties.Items = <> + TabOrder = 1 + OnClick = cbxPrintStylesClick + end + object pcPrintStyleOptions: TPageControl + Left = 4 + Top = 90 + Width = 314 + Height = 284 + ActivePage = tshWeekly + Style = tsButtons + TabOrder = 2 + object tshDaily: TTabSheet + Caption = 'Daily' + TabVisible = False + object lblPrintStyleDailyLayout: TLabel + Left = 14 + Top = 7 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleDailyLayout + end + object lblPrintStyleDailyInclude: TLabel + Left = 14 + Top = 67 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleDailyPrintFrom: TLabel + Left = 14 + Top = 139 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleDailyPrintFrom + end + object lblPrintStyleDailyPrintTo: TLabel + Left = 14 + Top = 168 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleDailyPrintTo + end + object lblPrintStyleDailyResourceCountPerPage: TLabel + Left = 14 + Top = 37 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleDailyResourceCountPerPage + end + object cbxPrintStyleDailyLayout: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 0 + OnClick = cbxPrintStyleDailyLayoutClick + end + object chbxPrintStyleDailyTaskPad: TcxCheckBox + Left = 111 + Top = 64 + Width = 190 + Height = 21 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleDailyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 85 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleDailyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 106 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object tePrintStyleDailyPrintFrom: TcxTimeEdit + Left = 114 + Top = 135 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 5 + end + object tePrintStyleDailyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 164 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.ImmediatePost = True + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + end + object sePrintStyleDailyResourceCountPerPage: TcxSpinEdit + Left = 115 + Top = 33 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + end + end + object tshWeekly: TTabSheet + Caption = 'Weekly' + ImageIndex = 1 + TabVisible = False + object lblPrintStyleWeeklyPrintTo: TLabel + Left = 14 + Top = 199 + Width = 41 + Height = 13 + Caption = 'Print &To:' + FocusControl = tePrintStyleWeeklyPrintTo + end + object lblPrintStyleWeeklyPrintFrom: TLabel + Left = 14 + Top = 170 + Width = 53 + Height = 13 + Caption = 'Print &From:' + FocusControl = tePrintStyleWeeklyPrintFrom + end + object lblPrintStyleWeeklyInclude: TLabel + Left = 14 + Top = 97 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleWeeklyLayout: TLabel + Left = 14 + Top = 36 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleWeeklyLayout + end + object lblPrintStyleWeeklyArrange: TLabel + Left = 14 + Top = 7 + Width = 43 + Height = 13 + Caption = '&Arrange:' + FocusControl = cbxPrintStyleWeeklyArrange + end + object lblPrintStyleWeeklyResourceCountPerPage: TLabel + Left = 14 + Top = 67 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleWeeklyResourceCountPerPage + end + object tePrintStyleWeeklyPrintTo: TcxTimeEdit + Tag = 1 + Left = 114 + Top = 194 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 7 + end + object tePrintStyleWeeklyPrintFrom: TcxTimeEdit + Left = 114 + Top = 165 + Width = 100 + Height = 21 + EditValue = 0.000000000000000000 + Properties.TimeFormat = tfHourMin + Properties.OnChange = tePrintStylePrintRangePropertiesChange + Properties.OnEditValueChanged = tePrintStylePrintRangePropertiesEditValueChanged + TabOrder = 6 + end + object chbxPrintStyleWeeklyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 136 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 5 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleWeeklyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 115 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object cbxPrintStyleWeeklyArrange: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Top to Bottom' + 'Left to Right') + TabOrder = 0 + OnClick = cbxPrintStyleWeeklyArrangeClick + end + object cbxPrintStyleWeeklyLayout: TcxComboBox + Left = 115 + Top = 32 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/day' + '2 pages/day') + TabOrder = 1 + OnClick = cbxPrintStyleWeeklyLayoutClick + end + object chbxPrintStyleWeeklyTaskPad: TcxCheckBox + Left = 111 + Top = 94 + Width = 190 + Height = 21 + Caption = 'TaskPad' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleWeeklyDontPrintWeekends: TcxCheckBox + Left = 9 + Top = 223 + Width = 285 + Height = 21 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 8 + OnClick = chbxPrintStyleWeeklyDontPrintWeekendsClick + end + object sePrintStyleWeeklyResourceCountPerPage: TcxSpinEdit + Tag = 1 + Left = 115 + Top = 63 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 2 + end + end + object tshMonthly: TTabSheet + Caption = 'Monthly' + ImageIndex = 2 + TabVisible = False + object lblPrintStyleMonthlyLayout: TLabel + Left = 14 + Top = 7 + Width = 37 + Height = 13 + Caption = 'La&yout:' + FocusControl = cbxPrintStyleMonthlyLayout + end + object lblPrintStyleMonthlyInclude: TLabel + Left = 14 + Top = 67 + Width = 39 + Height = 13 + Caption = 'Include:' + end + object lblPrintStyleMonthlyResourceCountPerPage: TLabel + Left = 14 + Top = 37 + Width = 82 + Height = 13 + Caption = 'Resources/Page:' + FocusControl = sePrintStyleMonthlyResourceCountPerPage + end + object cbxPrintStyleMonthlyLayout: TcxComboBox + Left = 115 + Top = 2 + Width = 186 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + '1 page/month' + '2 pages/month') + TabOrder = 0 + OnClick = cbxPrintStyleMonthlyLayoutClick + end + object chbxPrintStyleMonthlyTaskPad: TcxCheckBox + Left = 111 + Top = 64 + Width = 190 + Height = 21 + Caption = 'Task&Pad' + TabOrder = 2 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyNotesAreaBlank: TcxCheckBox + Tag = 1 + Left = 111 + Top = 85 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Blank)' + TabOrder = 3 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyNotesAreaLined: TcxCheckBox + Tag = 2 + Left = 111 + Top = 106 + Width = 190 + Height = 21 + Caption = 'Notes Area (&Lined)' + TabOrder = 4 + OnClick = chbxPrintStyleOptionsViewClick + end + object chbxPrintStyleMonthlyDontPrintWeekends: TcxCheckBox + Left = 9 + Top = 144 + Width = 285 + Height = 21 + Caption = 'Don'#39't Print &Weekends' + TabOrder = 5 + OnClick = chbxPrintStyleMonthlyDontPrintWeekendsClick + end + object chbxPrintStyleMonthlyPrintExactlyOneMonthPerPage: TcxCheckBox + Left = 9 + Top = 167 + Width = 285 + Height = 21 + Caption = 'Print Exactly One Month Per Page' + TabOrder = 6 + OnClick = chbxPrintStyleMonthlyPrintExactlyOneMonthPerPageClick + end + object sePrintStyleMonthlyResourceCountPerPage: TcxSpinEdit + Tag = 2 + Left = 115 + Top = 33 + Width = 100 + Height = 21 + Properties.OnChange = sePrintStyleResourceCountPerPagePropertiesChanged + Properties.OnEditValueChanged = sePrintStyleResourceCountPerPagePropertiesEditValueChanged + TabOrder = 1 + end + end + object tshTrifold: TTabSheet + Caption = 'Tri-fold' + ImageIndex = 3 + TabVisible = False + object lblPrintStyleTrifoldSectionLeft: TLabel + Left = 14 + Top = 7 + Width = 61 + Height = 13 + Caption = '&Left Section:' + FocusControl = cbxPrintStyleTrifoldSectionLeft + end + object lblPrintStyleTrifoldSectionMiddle: TLabel + Left = 14 + Top = 41 + Width = 72 + Height = 13 + Caption = '&Middle Section:' + FocusControl = cbxPrintStyleTrifoldSectionMiddle + end + object lblPrintStyleTrifoldSectionRight: TLabel + Left = 14 + Top = 74 + Width = 67 + Height = 13 + Caption = '&Right Section:' + FocusControl = cbxPrintStyleTrifoldSectionRight + end + object cbxPrintStyleTrifoldSectionLeft: TcxComboBox + Left = 100 + Top = 2 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 0 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + object cbxPrintStyleTrifoldSectionMiddle: TcxComboBox + Tag = 1 + Left = 100 + Top = 36 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 1 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + object cbxPrintStyleTrifoldSectionRight: TcxComboBox + Tag = 2 + Left = 100 + Top = 69 + Width = 200 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + TabOrder = 2 + OnClick = cbxPrintStyleTrifoldSectionModeClick + end + end + object tshDetails: TTabSheet + Caption = 'Details' + ImageIndex = 4 + TabVisible = False + object chbxPrintStyleDetailsUsePagination: TcxCheckBox + Left = 14 + Top = 3 + Width = 187 + Height = 21 + Caption = 'Start a New Page Each:' + TabOrder = 0 + OnClick = chbxPrintStyleDetailsUsePaginationClick + end + object cbxPrintStyleDetailsPagination: TcxComboBox + Left = 203 + Top = 2 + Width = 97 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.Items.Strings = ( + 'Day' + 'Week' + 'Month') + TabOrder = 1 + OnClick = cbxPrintStyleDetailsPaginationClick + end + end + object tshMemo: TTabSheet + Caption = 'Memo' + ImageIndex = 5 + TabVisible = False + object chbxPrintStyleMemoStartEachItemOnNewPage: TcxCheckBox + Left = 14 + Top = 3 + Width = 187 + Height = 21 + Caption = 'Start Each Item On New Page' + TabOrder = 0 + OnClick = chbxPrintStyleMemoStartEachItemOnNewPageClick + end + object chbxPrintStyleMemoPrintOnlySelectedEvents: TcxCheckBox + Left = 14 + Top = 27 + Width = 187 + Height = 21 + Caption = 'Print Only Selected Events' + State = cbsChecked + TabOrder = 1 + OnClick = chbxPrintStyleMemoPrintOnlySelectedEventsClick + end + end + end + object pnlPrintStylesPreview: TPanel + Left = 323 + Top = 17 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 3 + object pbxPrintStylesPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbxPrintStylesPreviewPaint + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 2 + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF78888877787807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D0888877787878888877787807DDDCCCCDCCDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF07DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FFFFFFFFFF7FFFFFFFFFFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0888877787878888877787807DDDDDDDDDDDDD088887778787888887778 + 7807D0FFFFFFFFFF7FFFFFFFFFFF0DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 75 + Top = 82 + Width = 236 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000000000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDD77777777777777777777 + 7777D0000000000000000000000007DDDDDDDDDDDDD000000000000000000000 + 0007D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0FAFAFAFAFA788888777CC807DDDDDDDDDDDDD0FFFFFFFFFF7888887778 + 7807D0AFAFAFAFAF78888888888807DDDDDDDDDDDDD0FFFFFFFFFF7888888888 + 8807D0888888888877777777777707DDDDDDDDDDDDD088888888887777777777 + 7707D0AFAFAFAFAF7FAFAFAFAFAF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FAFAFAFAFA7AFAFAFAFAFA07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCDDDDCDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCCCCCCCCDD088888888887888888888 + 8807D0777777777777777777777707DDDCCCCDCCDDD077777777777777777777 + 7707D0FEFEFEFEFE7EFEFEFEFEFE07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0EFEFEFEFEF7FEFEFEFEFEF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0EFEFEFEFEF7FEFEFEFEFEF07DDDCDDDDCDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FEFEFEFEFE7EFEFEFEFEFE07DDDCCCCDCCDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDCCCCCCCCDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDCCCCDCCDDD088887778787888887778 + 7807D0888888888878888888888807DDDCDDDDCDDDD088888888887888888888 + 8807D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D0FBFBFBFBFB7BFBFBFBFBFF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0888888888878888888888807DDDDDDDDDDDDD088888888887888888888 + 8807D0BFBFBFBFBF7FBFBFBFBFBF07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0FBFBFBFBFB7BFBFBFBFBFB07DDDDDDDDDDDDD0FFFFFFFFFF7FFFFFFFFF + FF07D0777777777777777777777707DDDDDDDDDDDDD077777777777777777777 + 7707D08888777CC8788888777CC807DDDDDDDDDDDDD088887778787888887778 + 7807D088888888887888888888880DDDDDDDDDDDDDD088888888887888888888 + 8807D000000000000000000000000DDDDDDDDDDDDDD000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TcxComboBox + Left = 90 + Top = 37 + Width = 215 + Height = 23 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 15 + Properties.OnChange = cbxLookAndFeelPropertiesChange + TabOrder = 0 + OnClick = LookAndFeelChange + end + object chbxSuppressBackgroundBitmaps: TcxCheckBox + Tag = 1 + Left = 90 + Top = 104 + Width = 200 + Height = 21 + Caption = 'Suppress Background Textures' + TabOrder = 1 + OnClick = OptionsFormattingClick + end + object chbxSuppressContentColoration: TcxCheckBox + Tag = 2 + Left = 90 + Top = 130 + Width = 200 + Height = 21 + Caption = 'Suppress Content Coloration' + TabOrder = 2 + OnClick = OptionsFormattingClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 1 + object bvlStyles: TBevel + Left = 118 + Top = 13 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 302 + Width = 239 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 298 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 228 + Height = 222 + end + object Label1: TLabel + Left = 85 + Top = 140 + Width = 64 + Height = 13 + Caption = '[ Styles Site ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 243 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 0 + OnClick = btnStyleColorClick + end + object btnStyleFont: TButton + Left = 243 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = btnStyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 243 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 2 + OnClick = btnStyleBackgroundBitmapClick + end + object cbxStyleSheets: TcxComboBox + Left = 6 + Top = 318 + Width = 305 + Height = 24 + AutoSize = False + Properties.DropDownListStyle = lsFixedList + Properties.ItemHeight = 20 + Properties.OnDrawItem = cbxStyleSheetsPropertiesDrawItem + TabOrder = 3 + OnClick = cbxStyleSheetsClick + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 350 + Width = 71 + Height = 23 + Caption = '&New...' + TabOrder = 4 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 84 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Copy...' + TabOrder = 5 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 162 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Delete...' + TabOrder = 6 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 123 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Save &As...' + TabOrder = 7 + OnClick = btnStylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 240 + Top = 350 + Width = 71 + Height = 23 + Caption = '&Rename...' + TabOrder = 8 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 243 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Cle&ar' + TabOrder = 9 + OnClick = btnStyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 263 + Width = 112 + Height = 23 + Caption = 'Rest&ore Defaults' + TabOrder = 10 + OnClick = btnStyleRestoreDefaultsClick + end + object chbxUseNativeStyles: TcxCheckBox + Left = 3 + Top = 6 + Width = 22 + Height = 21 + TabOrder = 11 + OnClick = OptionsFormattingClick + end + end + end + object pnlPreview: TPanel + Left = 331 + Top = 46 + Width = 275 + Height = 356 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object pbPreview: TPaintBox + Left = 1 + Top = 1 + Width = 273 + Height = 354 + Align = alClient + OnPaint = pbPreviewPaint + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 6 + Top = 417 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + OnClick = btnStyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = btnStyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + ShortCut = 16463 + OnClick = btnStyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = btnStyleBackgroundBitmapClearClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = btnStyleRestoreDefaultsClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = btnStylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 34 + Top = 417 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object cxEditStyleController1: TcxEditStyleController + OnStyleChanged = StyleController1StyleChanged + Left = 64 + Top = 416 + end +end diff --git a/official/x.19/Lib/D7/dxPScxSchedulerLnk.res b/official/x.19/Lib/D7/dxPScxSchedulerLnk.res new file mode 100644 index 00000000..574c0437 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxSchedulerLnk.res differ diff --git a/official/x.19/Lib/D7/dxPScxTLLnk.dcu b/official/x.19/Lib/D7/dxPScxTLLnk.dcu new file mode 100644 index 00000000..654a43c1 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxTLLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxTLLnk.dfm b/official/x.19/Lib/D7/dxPScxTLLnk.dfm new file mode 100644 index 00000000..878d0930 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxTLLnk.dfm @@ -0,0 +1,1581 @@ +object dxfmTreeListReportLinkDesignWindow: TdxfmTreeListReportLinkDesignWindow + Left = 426 + Top = 272 + BorderStyle = bsDialog + Caption = 'Property Sheets' + ClientHeight = 391 + ClientWidth = 624 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 618 + Height = 353 + ActivePage = tshView + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 8 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 12 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object lblOnEveryPage: TLabel + Left = 5 + Top = 166 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object imgOnEveryPage: TImage + Left = 8 + Top = 192 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlOnEveryPage: TBevel + Left = 90 + Top = 171 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object bvlWarningHost: TBevel + Left = 5 + Top = 251 + Width = 293 + Height = 70 + Visible = False + end + object Bevel2: TBevel + Left = 90 + Top = 91 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object chbxShowBands: TCheckBox + Left = 90 + Top = 26 + Width = 120 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowHeaders: TCheckBox + Tag = 1 + Left = 90 + Top = 47 + Width = 120 + Height = 17 + Caption = '&Headers' + TabOrder = 1 + OnClick = OptionsViewClick + end + object chbxShowFooters: TCheckBox + Tag = 2 + Left = 90 + Top = 68 + Width = 120 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 3 + Left = 90 + Top = 124 + Width = 120 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 4 + OnClick = OptionsViewClick + end + object chbxBandsOnEveryPage: TCheckBox + Left = 90 + Top = 184 + Width = 120 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 6 + OnClick = OptionsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Tag = 1 + Left = 90 + Top = 205 + Width = 120 + Height = 17 + Caption = 'Headers' + TabOrder = 7 + OnClick = OptionsOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Tag = 2 + Left = 90 + Top = 226 + Width = 120 + Height = 17 + Caption = 'Footers' + TabOrder = 8 + OnClick = OptionsOnEveryPageClick + end + object chbxShowTreeLines: TCheckBox + Tag = 4 + Left = 90 + Top = 145 + Width = 120 + Height = 17 + Caption = 'TreeLines' + TabOrder = 5 + OnClick = OptionsViewClick + end + object chbxShowBorders: TCheckBox + Tag = 5 + Left = 90 + Top = 103 + Width = 120 + Height = 17 + Caption = 'Borders' + TabOrder = 3 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 305 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 9 + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object pnlBehaviors: TPanel + Left = 0 + Top = 0 + Width = 299 + Height = 325 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object pnlSelection: TPanel + Left = 0 + Top = 0 + Width = 299 + Height = 75 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblSelection: TLabel + Left = 5 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object imgSelection: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlSelection: TBevel + Left = 57 + Top = 12 + Width = 239 + Height = 4 + Shape = bsBottomLine + end + object chbxProcessSelection: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = 'Process Selection' + TabOrder = 0 + OnClick = OptionsSelectionClick + end + object chbxProcessExactSelection: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 166 + Height = 17 + Caption = 'Process Exact Selection' + TabOrder = 1 + OnClick = OptionsSelectionClick + end + end + object pnlExpanding: TPanel + Left = 0 + Top = 75 + Width = 299 + Height = 70 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object chbxExpandNodes: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = 'Nodes' + TabOrder = 0 + OnClick = OptionsExpandingClick + end + object chbxExplicitlyExpandNodes: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 166 + Height = 17 + Caption = 'Explicitly Expand Nodes' + TabOrder = 1 + OnClick = OptionsExpandingClick + end + end + object pnlSize: TPanel + Left = 0 + Top = 145 + Width = 299 + Height = 68 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblSize: TLabel + Left = 5 + Top = 8 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlSize: TBevel + Left = 33 + Top = 13 + Width = 262 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0FFFF8FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F0F77FFF8F777F8F777F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCDDDDCDDDD0F0F00FFF8F00FF8F00FF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCCCCCDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCDDDDCDDDD0F0FFFFFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0888888888888880FFF0F07DDCCCCDCCDDD0F08888888888888888880 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFF8F00F8F00F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00F8F00F8F00F0FFF0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFF8FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F8887F8887F8880FFF8F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F0087F0087F0080FFF0F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFF7FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 26 + Width = 166 + Height = 17 + Caption = '&Auto Width' + TabOrder = 0 + OnClick = OptionsSizeClick + end + end + object pnlSeparators: TPanel + Left = 0 + Top = 213 + Width = 299 + Height = 94 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object lblSeparators: TLabel + Left = 5 + Top = 8 + Width = 53 + Height = 13 + Caption = 'Separators' + end + object bvlSeparator: TBevel + Left = 68 + Top = 13 + Width = 229 + Height = 4 + Shape = bsBottomLine + end + object lblSeparatorsThickness: TLabel + Left = 90 + Top = 38 + Width = 50 + Height = 13 + Caption = 'Thickness:' + end + object lblSeparatorsColor: TLabel + Left = 90 + Top = 67 + Width = 29 + Height = 13 + Caption = 'Color:' + end + object bvlSeparatorThicknessHost: TBevel + Left = 152 + Top = 34 + Width = 80 + Height = 21 + end + object bvlSeparatorColorHost: TBevel + Left = 152 + Top = 62 + Width = 143 + Height = 21 + end + object imgSeparators: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000000000F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F0F77FFF8F777F8F777F0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F00FFF8F00FF8F000F0 + F07DD0F08888888888888888880F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F0000F8F000F8F000F0 + F07DD0F0F00FFF8F00FF8F00FF0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCDCCDDD0F00000000000000000000 + F07DD0F08888888888888888880F07DDCCCCCCCCDD0F00000000000000000000 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCDCCDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8F000F8F000F0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0F000FF8F000F8F00FF0 + F07DD0F0F00FFF8F000F8F000F0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCDDDDCDDDD0F00000000000000000000 + F07DD0F08888888888888888880F07DDCCCCDCCDDD0F00000000000000000000 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCCCCCCCCDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0FFFFFF8F0FFF8F0FFF0F07DDCCCCDCCDDD0F0FFFFFF8F0FFF8F0FFF0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDCDDDDCDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F0F00FFF8F000F8F000F0F07DDDDDDDDDDDD0F0F00FFF8F000F8F000F0 + F07DD0F0FFFFFF8FFFFF8FFFFF0F07DDDDDDDDDDDD0F0FFFFFF8FFFFF8FFFFF0 + F07DD0F07777777777777777770F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F0F888887F88887F88880F07DDDDDDDDDDDD0F0F888887F88887F88880 + F07DD0F0F800087F80087F80080F07DDDDDDDDDDDD0F0F800087F80087F80080 + F07DD0F0FFFFFF7FFFFF7FFFFF0F07DDDDDDDDDDDD0F0FFFFFF7FFFFF7FFFFF0 + F07DD0800000000000000000000807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + end + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 12 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 7 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 83 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object bvlRefinementsSeparator: TBevel + Left = 90 + Top = 168 + Width = 205 + Height = 4 + Shape = bsBottomLine + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = LookAndFeelChange + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 145 + Width = 166 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 122 + Width = 166 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementsClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 100 + Width = 166 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementsClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 181 + Width = 166 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 4 + OnClick = OptionsFormattingClick + end + object chbxConsumeSelectionStyle: TCheckBox + Tag = 2 + Left = 90 + Top = 204 + Width = 166 + Height = 17 + Caption = 'Consume Selection Style' + TabOrder = 5 + OnClick = OptionsFormattingClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 249 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 246 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 173 + end + object Label1: TLabel + Left = 79 + Top = 110 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 24 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 229 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 229 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 229 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Texture...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = OptionsFormattingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 265 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 297 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 213 + Width = 104 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 297 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 229 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 213 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 2 + object lblPreviewOptions: TLabel + Left = 5 + Top = 8 + Width = 37 + Height = 13 + Caption = 'Options' + end + object bvlPreviewOptions: TBevel + Left = 54 + Top = 12 + Width = 242 + Height = 5 + Shape = bsBottomLine + end + object lblPreviewMaxLineCount: TLabel + Left = 90 + Top = 75 + Width = 78 + Height = 13 + Caption = 'Max Line Count:' + end + object bvlPreviewMaxLineCountHost: TBevel + Left = 215 + Top = 71 + Width = 68 + Height = 21 + Visible = False + end + object imgPreview: TImage + Left = 8 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F07DDDDDD0F7FC9F77777777777777F7F0 + 7DDDDDD0F7F9CF77777777777777F7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7F7FFCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FC9F77777777777777F7F07DDDDDD0F7F9CF77777777777777F7F0 + 7DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxPreviewVisible: TCheckBox + Left = 90 + Top = 30 + Width = 150 + Height = 17 + Caption = 'Visible' + TabOrder = 0 + OnClick = PreviewVisibleClick + end + object chbxPreviewAutoHeight: TCheckBox + Left = 90 + Top = 51 + Width = 150 + Height = 17 + Caption = 'Auto Height' + TabOrder = 1 + OnClick = PreviewAutoHeightClick + end + end + end + object pnlPreview: TPanel + Left = 313 + Top = 44 + Width = 300 + Height = 304 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewTreeList: TcxTreeList + Left = 5 + Top = 5 + Width = 291 + Height = 294 + Bands = < + item + Caption.Text = 'Manufacturer Data' + Width = 173 + end + item + Caption.Text = 'Car Data' + Width = 116 + end> + BufferedPaint = False + DefaultRowHeight = 17 + Enabled = False + OptionsBehavior.AutomateLeftMostIndent = False + OptionsView.CellAutoHeight = True + OptionsView.ScrollBars = ssNone + OptionsView.Bands = True + OptionsView.ColumnAutoWidth = True + OptionsView.GridLines = tlglBoth + OptionsView.UseNodeColorForIndent = False + Preview.Column = colManufacturerCountry + TabOrder = 0 + OnCustomDrawBandHeader = PreviewTreeListCustomDrawBandHeader + OnCustomDrawCell = PreviewTreeListCustomDrawCell + OnCustomDrawFooterCell = PreviewTreeListCustomDrawFooterCell + OnCustomDrawHeaderCell = PreviewTreeListCustomDrawHeader + object colManufacturerName: TcxTreeListColumn + Caption.Text = 'Name' + DataBinding.ValueType = 'String' + Width = 113 + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colManufacturerLogo: TcxTreeListColumn + Caption.Text = 'Logo' + DataBinding.ValueType = 'String' + Width = 60 + Position.ColIndex = 1 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colManufacturerCountry: TcxTreeListColumn + Caption.Text = 'Country' + DataBinding.ValueType = 'String' + Width = 167 + Position.ColIndex = 2 + Position.RowIndex = 0 + Position.BandIndex = 0 + end + object colCarModel: TcxTreeListColumn + Caption.Text = 'Model' + DataBinding.ValueType = 'String' + Width = 86 + Position.ColIndex = 0 + Position.RowIndex = 0 + Position.BandIndex = 1 + end + object colCarIsSUV: TcxTreeListColumn + Caption.Text = 'SUV' + DataBinding.ValueType = 'String' + Width = 30 + Position.ColIndex = 1 + Position.RowIndex = 0 + Position.BandIndex = 1 + end + end + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 362 + object styleBandHeaders: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + end + object styleStandard: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object stylePreview: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlue + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object styleCardShadow: TcxStyle + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 362 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Texture...' + ImageIndex = 1 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 362 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dcu b/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dcu new file mode 100644 index 00000000..9ad3765d Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..e849182e --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxTLLnkPredefinedStyleSheets.dfm @@ -0,0 +1,296 @@ +object dxdmPScxTreeListLnkPredefinedStyles: TdxdmPScxTreeListLnkPredefinedStyles + Left = 483 + Top = 307 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 37 + Top = 12 + object styleProfessionalFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 3355443 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalGroup: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalRowCaption: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6582120 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalCaptionRow: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = 13033414 + end + object styleProfessionalContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 13033414 + end + object styleProfessionalContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 4214088 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = 536870912 + end + object styleProfessionalPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14541789 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleProfessionalSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGreenFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGreenFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 9358956 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 12778719 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenLightPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 14154698 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenSelected: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6005301 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleGreenGroup: TcxStyle + AssignedValues = [svFont] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneFixed: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentBandHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentEven: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContentOdd: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentFooter: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentFooterRow: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentPreview: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsItalic] + TextColor = clBlack + end + object styleTransparentSelection: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 13816275 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TcxTreeListReportLinkStyleSheet + Caption = 'Professional' + Styles.BandHeader = styleProfessionalFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleProfessionalContentEven + Styles.ContentOdd = styleProfessionalContentOdd + Styles.Footer = styleProfessionalFixed + Styles.FooterRow = styleProfessionalFixed + Styles.Header = styleProfessionalFixed + Styles.Preview = styleProfessionalPreview + Styles.Selection = styleProfessionalSelection + BuiltIn = True + end + object ssGreen: TcxTreeListReportLinkStyleSheet + Caption = 'Green' + Styles.BandHeader = styleGreenFixed + Styles.Content = styleNoneContent + Styles.ContentEven = styleGreenLightContent + Styles.ContentOdd = styleNoneContent + Styles.Footer = styleGreenFixed + Styles.FooterRow = styleGreenFixed + Styles.Header = styleGreenFixed + Styles.Preview = styleGreenLightPreview + Styles.Selection = styleGreenSelected + BuiltIn = True + end + object ssTransparent: TcxTreeListReportLinkStyleSheet + Caption = 'Transparent' + Styles.BandHeader = styleTransparentBandHeader + Styles.Content = styleTransparentContent + Styles.ContentEven = styleTransparentContentEven + Styles.ContentOdd = styleTransparentContentOdd + Styles.Footer = styleTransparentFooter + Styles.FooterRow = styleTransparentFooterRow + Styles.Header = styleTransparentHeader + Styles.Preview = styleTransparentPreview + Styles.Selection = styleTransparentSelection + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPScxTLLnkReg.dcu b/official/x.19/Lib/D7/dxPScxTLLnkReg.dcu new file mode 100644 index 00000000..31bb9d75 Binary files /dev/null and b/official/x.19/Lib/D7/dxPScxTLLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPScxVGridLnk.dfm b/official/x.19/Lib/D7/dxPScxVGridLnk.dfm new file mode 100644 index 00000000..0e0be4ac --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxVGridLnk.dfm @@ -0,0 +1,1296 @@ +object cxfmVerticalGridReportLinkDesignWindow: TcxfmVerticalGridReportLinkDesignWindow + Left = 397 + Top = 325 + BorderStyle = bsDialog + Caption = 'cxfmVerticalGridReportLinkDesignWindow' + ClientHeight = 405 + ClientWidth = 644 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 636 + Height = 363 + ActivePage = tshView + TabOrder = 0 + OnChange = PageControl1Change + object tshView: TTabSheet + Caption = 'View' + object lblShow: TLabel + Left = 5 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object imgShow: TImage + Left = 8 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDCCCCCDDDDDDDDDDDDDDDDDD + DDDDD00000CCC0000000000000000000000DD08888CCC8888887FFFFFFFFFFFF + FF0DD08007CCC7000887F000000000000F0DD088888888888887FFFFFFFFFFFF + FF0DD077777777777777777777777777770DD088888888888887FFFFFFFFFFFF + FF0DD088888888888887FFFFFFFFFFFFFF0DD080000880000887F00000FF0000 + FF0DD088888888888887FFFFFFFFFFFFFF0DD077777777777777777777777777 + 770DD088888888888887FFFFFFFFFFFFFF0DD088888888888887F88888888FFF + FF0DD080000000008887F00000000000FF0DD088888888888887FFFFFFFFFFFF + FF0DD077777777777777777777777777770DD088888888888887FFFFFFFFFFFF + FF0DD088888888888887F88888FFFFFFFF0DD080000000008887F00000000000 + FF0DD088888888888887FFFFFFFFFFFFFF0DD077777777777777777777777777 + 770DD088888888888887FFFFFFFFFFFFFF0DD087777777788887F888888FFFFF + FF0DD08007CCC7000087F0000000F888FF0DD08888CCC8888887FFFFFFFFFFFF + FF0DD00000CCC0000000000000000000000DDDDDDCCCCCDDDDDDDDDDDDDDDDDD + DDDDDDDDDDCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlShow: TBevel + Left = 43 + Top = 13 + Width = 253 + Height = 4 + Shape = bsBottomLine + end + object bvlMultipleRecords: TBevel + Left = 89 + Top = 101 + Width = 208 + Height = 4 + Shape = bsBottomLine + end + object lblPrintMode: TLabel + Left = 91 + Top = 117 + Width = 33 + Height = 13 + Caption = 'Mode: ' + FocusControl = cbxPrintMode + end + object chbxShowHeaders: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = '&Headers' + TabOrder = 0 + OnClick = OptionsViewClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 1 + Left = 90 + Top = 75 + Width = 200 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 2 + OnClick = OptionsViewClick + end + object chbxShowBorders: TCheckBox + Tag = 2 + Left = 90 + Top = 52 + Width = 200 + Height = 17 + Caption = 'Borders' + TabOrder = 1 + OnClick = OptionsViewClick + end + object lblPreviewWindow: TStaticText + Left = 306 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 3 + end + object cbxPrintMode: TComboBox + Left = 156 + Top = 114 + Width = 140 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 4 + OnChange = cbxPrintModeChange + Items.Strings = ( + 'Current Record' + 'Loaded Records' + 'All Recods') + end + end + object tshBehaviors: TTabSheet + Caption = 'Behaviors' + ImageIndex = 1 + object lblExpanding: TLabel + Left = 5 + Top = 8 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object imgExpanding: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888777777777777777777707DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F77777777777777777777 + F07DD08887800087F00000000FFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0888777777777777777777707DDDDDDDDDDDD0F78887800087F00000FF7 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08887800087F0000000000F07DDDDDDDDDDDD0F78887777777777777777 + F07DD08887888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0888777777777777777777707DDDDDDDDDDDD0F78887800087F000000F7 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD0808887777777777778888807DDDDDDDDDDDD0F78887777777777777777 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78888888888888888887 + F07DD0777777777777777777777707DDCDDDDCDDDD0F78089C80000000088887 + F07DD0888888888888888888888807DDCCCCDCCDDD0F78888888888888888887 + F07DD0808998000000000008888807DDCCCCCCCCDD0F77777777777777777777 + F07DD0888888888888888888888807DDCCCCDCCDDD0F78887888887FFFFFFFF7 + F07DD0777777777777777777777707DDCDDDDCDDDD0F78887800087F000000F7 + F07DD0888888888888888888888807DDDDDDDDDDDD0F78887888887FFFFFFFF7 + F07DD08089C8000000000088888807DDDDDDDDDDDD0F78887777777777777777 + F07DD0888888888888888888888807DDCDDDDCDDDD0F78887888887FFFFFFFF7 + F07DD0777777777777777777777707DDCCCCDCCDDD0F78887800087F00000FF7 + F07DD0888888888888888888888807DDCCCCCCCCDD0F78887888887FFFFFFFF7 + F07DD0808998000000888888888807DDCCCCDCCDDD0F78887777777777777777 + F07DD0888888888888888888888807DDCDDDDCDDDD0F78888888888888888887 + F07DD0777777777777777777777707DDDDDDDDDDDD0F78089980000008888887 + F07DD08888888887FFFFFFFFFFFF07DDDDDDDDDDDD0F78888888888888888887 + F07DD08800008887FF000000000F07DDDDDDDDDDDD0F77777777777777777777 + F07DD08888888887FFFFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFFFFFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object bvlExpanding: TBevel + Left = 62 + Top = 13 + Width = 234 + Height = 4 + Shape = bsBottomLine + end + object lblSize: TLabel + Left = 5 + Top = 78 + Width = 19 + Height = 13 + Caption = 'Size' + end + object bvlSize: TBevel + Left = 33 + Top = 82 + Width = 263 + Height = 4 + Shape = bsBottomLine + end + object imgGridSize: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0800000000000000008088F07DDDDDDDDDDDD0800000000000000000000 + 807DD0F088887FFFF8FFFF0FFF0F07DDDDDDDDDDDD0F08778887F777F7F777F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDCDDDDCDDDD0F08008887F00FF7F00FF0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCCCCCCCCDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCDCCDDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCDDDDCDDDD0F08888887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F08008887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDCCCCDCCDDD0F07777777777777777770 + F07DD0F088887FFFF8FFFF0FFF8F07DDCCCCCCCCDD0F08888887FFFFF7FFFFF0 + F07DD0F088887F00F8F00F0FFF0F07DDCCCCDCCDDD0F08888887F0FFF7F0FFF0 + F07DD0F088887FFFF8FFFF0FFF8F07DDCDDDDCDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F8F00F0FFF0F07DDDDDDDDDDDD0F08008887F000F7F000F0 + F07DD0F088887FFFF8FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F0777777777777770FFF0F07DDDDDDDDDDDD0F07777777777777777770 + F07DD0F088887FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0F080087F00F7F00F0FFF0F07DDDDDDDDDDDD0F08008887F00FF7F00FF0 + F07DD0F088887FFFF7FFFF0FFF8F07DDDDDDDDDDDD0F08888887FFFFF7FFFFF0 + F07DD0800000000000000008080807DDDDDDDDDDDD0800000000000000000000 + 807DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD0F8FFFFFFFFFFFFFFFFFF8 + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxExpandRows: TCheckBox + Left = 90 + Top = 29 + Width = 200 + Height = 17 + Caption = 'Rows' + TabOrder = 0 + OnClick = OptionsExpandingClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 100 + Width = 200 + Height = 17 + Caption = '&Auto Width' + TabOrder = 1 + OnClick = OptionsSizeClick + end + object chbxBestFit: TCheckBox + Tag = 1 + Left = 90 + Top = 123 + Width = 200 + Height = 17 + Caption = 'BestFit' + TabOrder = 2 + OnClick = OptionsSizeClick + end + object chbxWrapRecords: TCheckBox + Tag = 3 + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = '&Wrap Records' + TabOrder = 4 + OnClick = OptionsSizeClick + end + object chbxKeepSameRecordWidths: TCheckBox + Tag = 2 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'Keep Equal Record Widths' + TabOrder = 3 + OnClick = OptionsSizeClick + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblLookAndFeel: TLabel + Left = 5 + Top = 8 + Width = 66 + Height = 13 + Caption = 'Look and Feel' + end + object bvlLookAndFeel: TBevel + Left = 85 + Top = 13 + Width = 211 + Height = 4 + Shape = bsBottomLine + end + object imgLookAndFeel: TImage + Left = 8 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D0887777787787FFFFFFFFFFF07DDDDDDDDDDD0F87777787787FFFFFFFFF + FF07D0888888888887F000FF0000F07DDDDDDDDDDD0F88888888887F000FF000 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000080087F00000000FF07DDDDDDDDDDD0F80000080087F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000000F07DCCCCDCCDDD0F80000000887F00000000 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F000000F00F07DDDDDDDDDDD0F80000000887F000000F0 + 0F07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DCCCCDCCDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DCCCCCCCCDD0F88888888887FFFFFFFFF + FF07D0880000008887F00000FF00F07DCCCCDCCDDD0F80000008887F00000FF0 + 0F07D0888888888887FFFFFFFFFFF07DCDDDDCDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0880000000887F00000000FF07DDDDDDDDDDD0F80000000887F00000000 + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0F88888888887FFFFFFFFF + FF07D0888888888887FFFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + FF07D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object imgRefinements: TImage + Left = 8 + Top = 100 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF7FFFFFFF07DDCCCCDCCDDD0888888888887FF777777F + F07DD0888888888887FF70888FFF07DDCCCCCCCCDD0888888888887FF7FFFF7F + F07DD0880000000887FF70FF8FFF07DDCCCCDCCDDD0880000000887FF7F00F7F + F07DD0888888888887FF70FF8FFF07DDCDDDDCDDDD0888888888887FF7F00F7F + F07DD0880008888887FF70000FFF07DDDDDDDDDDDD0880008888887FF7FFFF7F + F07DD0888888888887FF777777FF07DDDDDDDDDDDD0888888888887FF777777F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCCCCCCCCDD0888888888887FFFFFFFFF + F07DD0880000000887FCCCCCCCFF07DDCCCCDCCDDD0888888888887FFFFFFFFF + F07DD0888888888887FFCCCCCFFF07DDCDDDDCDDDD0888888888887FFFFFFFFF + F07DD0880000000887F9999999FF07DDDDDDDDDDDD0880000000887F88888FFF + F07DD0888888888887FF99999FFF07DDDDDDDDDDDD0888888888887F888888FF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777888888888 + 807DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD0888888888887FF888FFFFF07DDDDDDDDDDDD0888888888887FF888FFFF + F07DD0880000888887FFFFFFFFFF07DDDDDDDDDDDD0880000888887FFFFFFFFF + F07DD0880000000087FF888888FF07DDDDDDDDDDDD0880000000087FF888888F + F07DD0888888888887FF888888FF07DDDDDDDDDDDD0888888888887FF888888F + F07DD0888888888887FFFFFFFFFF07DDDDDDDDDDDD0888888888887FFFFFFFFF + F07DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblRefinements: TLabel + Left = 5 + Top = 78 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 70 + Top = 82 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object lblPagination: TLabel + Left = 5 + Top = 190 + Width = 50 + Height = 13 + Caption = 'Pagination' + end + object bvlPagination: TBevel + Left = 64 + Top = 195 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgPagination: TImage + Left = 8 + Top = 212 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDD0000000000000000000000007DDDDDDDDDDDD77777777777777770DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0DDDDD + DDDDD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDD7F7777777777777F0DDDDD + DDDDD0888000000000000000088F07DDDDDDDDDDDD7F78887F88F7FF7F07770D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0FFF0D + DDDDD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F7777777777777F077F0D + DDDDD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78887F88F7FF7F0F7F07 + 770DD098F0000000000000000F8907DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + FF0DD099FFFFFFFFFFFFFFFFFF9907DDCDDDDCDDDD7F7777777777777F0F7F07 + 7F0DD0999999999999999999999907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCCCCCDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCCCCDCCDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDCDDDDCDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F0000000000000000F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD099FFFFFFFFFFFFFFFFFF9907DDCCCCDCCDDD7F7777777777777F0F7F0F + 7F0DD0999999999999999999999907DDCCCCCCCCDD7F78887FFFF7FF7F0F7F0F + 7F0DD099F0000000000000000F9907DDCCCCDCCDDD7F78787F88F7FF7F0F7F0F + 7F0DD098F088887FFFF8FFFF0F8907DDCDDDDCDDDD7F78887FFFF7FF7F0F7F0F + 7F0DD0F8F088887F88F8F88F0F8F07DDDDDDDDDDDD7F7777777777777F0F7F0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDD7FFFFFFFFFFFFFFF0F7F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDD00000000000000000F7F0F + 7F0DD0F8F0777778888888880F8F07DDDDDDDDDDDDDDDD7F7777777777777F0F + 7F0DD0F8F088887FFFF8FFFF0F8F07DDDDDDDDDDDDDDDD7FFFFFFFFFFFFFFF0F + 7F0DD0F8F080087F00F8F00F0F8F07DDDDDDDDDDDDDDDD00000000000000000F + 7F0DD0F8F088887FFFF8FFFF0F8807DDDDDDDDDDDDDDDDDDDD7F777777777777 + 7F0DD0888000000000000000088F07DDDDDDDDDDDDDDDDDDDD7FFFFFFFFFFFFF + FF0DD0F8FFFFFFFFFFFFFFFFFF8F07DDDDDDDDDDDDDDDDDDDD00000000000000 + 000DD000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object cbxLookAndFeel: TComboBox + Left = 90 + Top = 37 + Width = 202 + Height = 21 + Style = csDropDownList + ItemHeight = 0 + TabOrder = 0 + OnChange = LookAndFeelChange + end + object chbxFlatCheckMarks: TCheckBox + Tag = 2 + Left = 90 + Top = 146 + Width = 200 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 3 + OnClick = OptionsRefinementsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 1 + Left = 90 + Top = 123 + Width = 200 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = OptionsRefinementsClick + end + object chbxTransparentGraphics: TCheckBox + Left = 90 + Top = 100 + Width = 200 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 1 + OnClick = OptionsRefinementsClick + end + object chbxSuppressBackgroundBitmaps: TCheckBox + Tag = 1 + Left = 90 + Top = 169 + Width = 200 + Height = 17 + Caption = 'Suppress Background Textures' + TabOrder = 4 + OnClick = OptionsFormattingClick + end + object chbxPaginateByRows: TCheckBox + Left = 90 + Top = 213 + Width = 200 + Height = 17 + Caption = 'By Rows' + TabOrder = 5 + OnClick = OptionsPaginationClick + end + object chbxPaginateByWrapping: TCheckBox + Tag = 1 + Left = 90 + Top = 236 + Width = 200 + Height = 17 + Caption = 'By Wrapping' + TabOrder = 6 + OnClick = OptionsPaginationClick + end + object chbxOneWrappingPerPage: TCheckBox + Tag = 2 + Left = 90 + Top = 259 + Width = 200 + Height = 17 + Caption = 'One Wrapping Per Page' + TabOrder = 7 + OnClick = OptionsPaginationClick + end + end + object tshStyles: TTabSheet + Caption = 'Styles' + ImageIndex = 4 + object bvlStyles: TBevel + Left = 115 + Top = 13 + Width = 181 + Height = 4 + Shape = bsBottomLine + end + object bvlStyleSheets: TBevel + Left = 72 + Top = 259 + Width = 224 + Height = 5 + Shape = bsBottomLine + end + object lblStyleSheets: TLabel + Left = 6 + Top = 255 + Width = 60 + Height = 13 + Caption = 'Style Sheets' + end + object bvlStylesHost: TBevel + Left = 6 + Top = 33 + Width = 214 + Height = 183 + end + object Label1: TLabel + Left = 77 + Top = 118 + Width = 68 + Height = 13 + Caption = '[ Styles Host ]' + Visible = False + end + object lblUseNativeStyles: TLabel + Left = 23 + Top = 9 + Width = 84 + Height = 13 + Caption = '&Use Native Styles' + FocusControl = chbxUseNativeStyles + OnClick = lblUseNativeStylesClick + end + object btnStyleColor: TButton + Left = 228 + Top = 61 + Width = 68 + Height = 23 + Caption = 'Co&lor...' + TabOrder = 2 + OnClick = StyleColorClick + end + object btnStyleFont: TButton + Left = 228 + Top = 33 + Width = 68 + Height = 23 + Caption = '&Font...' + TabOrder = 1 + OnClick = StyleFontClick + end + object btnStyleBackgroundBitmap: TButton + Left = 228 + Top = 97 + Width = 68 + Height = 23 + Caption = '&Bitmap...' + TabOrder = 3 + OnClick = StyleBackgroundBitmapClick + end + object chbxUseNativeStyles: TCheckBox + Left = 5 + Top = 8 + Width = 15 + Height = 17 + Caption = '&Use Native Styles' + TabOrder = 0 + OnClick = OptionsFormattingClick + end + object cbxStyleSheets: TComboBox + Left = 6 + Top = 275 + Width = 288 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 7 + OnClick = cbxStyleSheetsClick + OnDrawItem = cbxStyleSheetsDrawItem + OnKeyDown = cbxStyleSheetsKeyDown + end + object btnStyleSheetNew: TButton + Left = 6 + Top = 307 + Width = 68 + Height = 23 + Caption = '&New...' + TabOrder = 8 + OnClick = btnStyleSheetNewClick + end + object btnStyleSheetCopy: TButton + Left = 79 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Copy...' + TabOrder = 9 + OnClick = btnStyleSheetCopyClick + end + object btnStyleSheetDelete: TButton + Left = 153 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Delete...' + TabOrder = 10 + OnClick = btnStyleSheetDeleteClick + end + object btnStylesSaveAs: TButton + Left = 116 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Save &As...' + TabOrder = 6 + OnClick = StylesSaveAsClick + end + object btnStyleSheetRename: TButton + Left = 226 + Top = 307 + Width = 68 + Height = 23 + Caption = '&Rename...' + TabOrder = 11 + OnClick = btnStyleSheetRenameClick + end + object btnStyleBackgroundBitmapClear: TButton + Left = 228 + Top = 125 + Width = 68 + Height = 23 + Caption = 'Clear' + TabOrder = 4 + OnClick = StyleBackgroundBitmapClearClick + end + object btnStyleRestoreDefaults: TButton + Left = 6 + Top = 223 + Width = 105 + Height = 23 + Caption = 'Restore Defaults' + TabOrder = 5 + OnClick = StyleRestoreDefaultsClick + end + end + end + object pnlPreview: TPanel + Left = 313 + Top = 44 + Width = 318 + Height = 315 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object PreviewVGrid: TcxVerticalGrid + Left = 6 + Top = 8 + Width = 307 + Height = 303 + BorderStyle = cxcbsNone + OptionsView.ScrollBars = ssNone + OptionsView.RowHeaderWidth = 112 + OptionsView.ValueWidth = 150 + TabOrder = 0 + OnDrawValue = PreviewVGridDrawValue + object rowLuxurySedan: TcxCategoryRow + Properties.Caption = 'Luxury sedans' + Properties.HeaderAlignmentVert = vaCenter + object rowManufacturer: TcxEditorRow + Properties.Caption = 'Manufacturer' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxTextEditProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = 'BMW' + end + object rowModel: TcxEditorRow + Properties.Caption = 'Model' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxTextEditProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = '760 Li V12' + end + object rowPicture: TcxEditorRow + Height = 116 + Properties.Caption = 'Picture' + Properties.HeaderAlignmentVert = vaCenter + Properties.EditPropertiesClassName = 'TcxImageProperties' + Properties.DataBinding.ValueType = 'String' + Properties.Value = Null + end + object rowEngine: TcxEditorRow + Height = 57 + Properties.Caption = 'Engine' + Properties.EditPropertiesClassName = 'TcxMemoProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = + '6.0L DOHC V12 438 HP 48V DI Valvetronic 12-cylinder engine with ' + + '6.0-liter displacement, dual overhead cam valvetrain' + end + object rowTransmission: TcxEditorRow + Height = 17 + Properties.Caption = 'Transmission' + Properties.DataBinding.ValueType = 'String' + Properties.Value = 'Elec 6-Speed Automatic w/Steptronic' + end + object rowTires: TcxEditorRow + Height = 44 + Properties.Caption = 'Tires' + Properties.EditPropertiesClassName = 'TcxMemoProperties' + Properties.EditProperties.MaxLength = 0 + Properties.DataBinding.ValueType = 'String' + Properties.Value = + 'P245/45R19 Fr - P275/40R19 Rr Performance. Low Profile tires wit' + + 'h 245mm width, 19.0" rim' + end + end + end + end + object cxStyleRepository1: TcxStyleRepository + Left = 4 + Top = 373 + object styleCategory: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWindowText + end + object styleHeader: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + object styleContent: TcxStyle + AssignedValues = [svFont, svTextColor] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWindowText + end + end + object pmStyles: TPopupMenu + Images = ilStylesPopup + OnPopup = pmStylesPopup + Left = 32 + Top = 373 + object miStyleFont: TMenuItem + Caption = '&Font...' + ImageIndex = 0 + ShortCut = 16454 + OnClick = StyleFontClick + end + object miStyleColor: TMenuItem + Caption = '&Color...' + ShortCut = 16451 + OnClick = StyleColorClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miStyleBackgroundBitmap: TMenuItem + Caption = '&Bitmap...' + ImageIndex = 1 + OnClick = StyleBackgroundBitmapClick + end + object miStyleBackgroundBitmapClear: TMenuItem + Caption = 'Clear' + ImageIndex = 3 + ShortCut = 16430 + OnClick = StyleBackgroundBitmapClearClick + end + object milLine: TMenuItem + Caption = '-' + end + object miStylesSelectAll: TMenuItem + Caption = 'Select A&ll' + ShortCut = 16449 + OnClick = miStylesSelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miStyleRestoreDefaults: TMenuItem + Caption = 'Restore Defaults' + OnClick = StyleRestoreDefaultsClick + end + object miLine4: TMenuItem + Caption = '-' + end + object miStylesSaveAs: TMenuItem + Caption = 'Save &As...' + ImageIndex = 2 + ShortCut = 16467 + OnClick = StylesSaveAsClick + end + end + object ilStylesPopup: TImageList + Left = 60 + Top = 373 + Bitmap = { + 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000 + 0000008080000080800000808000008080000080800000808000008080000080 + 8000008080000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000080800000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000000000000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000008080000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000008080000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF008080 + 8000FFFFFF00FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00FFFFFF008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 0000000000008080800080808000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C00000FFFF00C0C0C000FFFF0000FFFFFF00FFFF0000FFFF + FF00FFFF0000FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000000000008080800080808000000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFF0000C0C0C000FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF + 0000FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000008080000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C00000000000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFC001FFFF + FE07001F8001FFF9FF9F000F8001E7FFFF9F00078001C3F3E01F00038001C3E7 + F99F00018001E1C7F99B00008001F08FF99B00018001F81FF89300018001FC3F + D80300018001F81FD9BF80018001F09FC93FE0018001C1C7C03FE001800183E3 + FFFFE00180018FF1FFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPScxVGridLnkPredefinedStyleSheets.dfm b/official/x.19/Lib/D7/dxPScxVGridLnkPredefinedStyleSheets.dfm new file mode 100644 index 00000000..3db57818 --- /dev/null +++ b/official/x.19/Lib/D7/dxPScxVGridLnkPredefinedStyleSheets.dfm @@ -0,0 +1,111 @@ +object cxdmPScxVGridLnkPredefinedStyles: TcxdmPScxVGridLnkPredefinedStyles + Left = 435 + Top = 202 + Height = 150 + Width = 215 + object StyleRepository: TcxStyleRepository + Left = 63 + Top = 28 + object styleProfessionalCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clWhite + end + object styleProfessionalHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 7566195 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clWhite + end + object styleGrayCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 6579300 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleGrayHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = 8559005 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleNoneContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentCategory: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + TextColor = clBlack + end + object styleTransparentHeader: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object styleTransparentContent: TcxStyle + AssignedValues = [svColor, svFont, svTextColor] + Color = clWhite + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + TextColor = clBlack + end + object ssProfessional: TcxVerticalGridReportLinkStyleSheet + Caption = 'Professional' + Styles.Category = styleProfessionalCategory + Styles.Content = styleNoneContent + Styles.Header = styleProfessionalHeader + BuiltIn = True + end + object ssGray: TcxVerticalGridReportLinkStyleSheet + Caption = 'Gray' + Styles.Category = styleGrayCategory + Styles.Content = styleNoneContent + Styles.Header = styleGrayHeader + BuiltIn = True + end + object ssTransparent: TcxVerticalGridReportLinkStyleSheet + Caption = 'Transparent' + Styles.Category = styleTransparentCategory + Styles.Content = styleTransparentContent + Styles.Header = styleTransparentHeader + BuiltIn = True + end + end +end diff --git a/official/x.19/Lib/D7/dxPSdxFCLnk.dfm b/official/x.19/Lib/D7/dxPSdxFCLnk.dfm new file mode 100644 index 00000000..3058cff0 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSdxFCLnk.dfm @@ -0,0 +1,413 @@ +object dxFCReportLinkDesignWindow: TdxFCReportLinkDesignWindow + Left = 372 + Top = 310 + ActiveControl = chbxTransparent + BorderStyle = bsDialog + Caption = 'Report Designer' + ClientHeight = 319 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 3 + Width = 544 + Height = 280 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 252 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblPreview: TLabel + Left = 242 + Top = 2 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 14 + Width = 226 + Height = 51 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 7 + Top = 24 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 20 + Width = 132 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 12 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object gbxBorder: TGroupBox + Left = 5 + Top = 75 + Width = 226 + Height = 51 + Caption = ' ' + TabOrder = 3 + object lblGridLinesColor: TLabel + Left = 7 + Top = 24 + Width = 67 + Height = 13 + Caption = '&Border Color: ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 86 + Top = 20 + Width = 132 + Height = 21 + Visible = False + end + end + object chbxDrawBorder: TCheckBox + Left = 17 + Top = 73 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxDrawBorderClick + end + object stTransparent: TStaticText + Left = 32 + Top = 13 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 4 + OnClick = stTransparentClick + end + object stDrawBorder: TStaticText + Left = 32 + Top = 74 + Width = 70 + Height = 17 + Caption = ' Draw Border ' + FocusControl = chbxDrawBorder + TabOrder = 5 + OnClick = stDrawBorderClick + end + end + end + end + object pnlPreview: TPanel + Left = 250 + Top = 46 + Width = 288 + Height = 226 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + end + object ilFlowChart: TImageList + Left = 36 + Top = 197 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484008484840084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FF00000000000000FF000000FF000000FF0000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FFFF0000840000000084000000000000840000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000084000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000084000000000084848400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000008400000000000000000000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FF000000FFFF0000FF000000840000000000000084 + 0000008400008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FF00000084 + 000000FF000000FF000000FF000000FF0000008400000084000000FF000000FF + 0000008400000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FF000000FF + 000000FF000000FF000000FF000000FF000000FF00000084000000FF000000FF + FF00008400008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000000000000000FF + 0000000000000084000000FF000000FF000000FF000000FF000000FF00000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FF000000FF00000084000000FF000000FF000000FF000000FF000000FF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008484840000FFFF000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FF000000840000848484000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FC3F000000000000 + F00F000000000000F00F000000000000FE7F000000000000FF7F000000000000 + FC3F000000000000F81F000000000000C0030000000000008003000000000000 + 8003000000000000C007000000000000F007000000000000F01F000000000000 + FE1F000000000000FFFF00000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSdxInsLnk.dfm b/official/x.19/Lib/D7/dxPSdxInsLnk.dfm new file mode 100644 index 00000000..e8fe9e62 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSdxInsLnk.dfm @@ -0,0 +1,2321 @@ +object dxInspectorDesignWindow: TdxInspectorDesignWindow + Left = 353 + Top = 289 + BorderStyle = bsDialog + Caption = 'dxInspectorDesignWindow' + ClientHeight = 341 + ClientWidth = 585 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 577 + Height = 300 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object lblShow: TLabel + Left = 6 + Top = 6 + Width = 26 + Height = 13 + Caption = 'Show' + end + object bvlShow: TBevel + Left = 40 + Top = 10 + Width = 222 + Height = 4 + Shape = bsBottomLine + end + object imgGrid: TImage + Left = 6 + Top = 32 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblBehaviors: TLabel + Left = 6 + Top = 142 + Width = 47 + Height = 13 + Caption = 'Behaviors' + end + object bvlBehaviors: TBevel + Left = 66 + Top = 147 + Width = 196 + Height = 4 + Shape = bsBottomLine + end + object Image4: TImage + Left = 6 + Top = 166 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object chbxShowBorders: TCheckBox + Left = 90 + Top = 29 + Width = 169 + Height = 17 + Caption = 'Border' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxShowHorzLines: TCheckBox + Tag = 1 + Left = 90 + Top = 51 + Width = 169 + Height = 17 + Caption = 'Horizontal Lines' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxShowVertLines: TCheckBox + Tag = 2 + Left = 90 + Top = 73 + Width = 169 + Height = 17 + Caption = 'Vertical Lines' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxShowImages: TCheckBox + Tag = 5 + Left = 90 + Top = 117 + Width = 169 + Height = 17 + Caption = 'Images' + TabOrder = 4 + OnClick = chbxOptionsClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 8 + Left = 90 + Top = 95 + Width = 169 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 3 + OnClick = chbxOptionsClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 167 + Width = 169 + Height = 17 + Caption = '&Auto Node Expand' + TabOrder = 5 + OnClick = chbxAutoNodesExpandClick + end + object chbxAutoWidth: TCheckBox + Left = 90 + Top = 189 + Width = 169 + Height = 17 + Caption = '&Auto &Width' + TabOrder = 6 + OnClick = chbxAutoWidthClick + end + object lblPreview: TStaticText + Left = 275 + Top = 3 + Width = 42 + Height = 17 + Caption = 'Preview' + TabOrder = 7 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridLinesColor: TLabel + Left = 10 + Top = 219 + Width = 79 + Height = 13 + Caption = '&Grid lines color : ' + end + object bvlGridLineColorHolder: TBevel + Left = 91 + Top = 215 + Width = 168 + Height = 21 + Visible = False + end + object gbxCaptionTransparent: TGroupBox + Left = 5 + Top = 73 + Width = 262 + Height = 61 + Caption = ' ' + TabOrder = 3 + object lblCaptionColor: TLabel + Left = 6 + Top = 29 + Width = 72 + Height = 13 + Caption = 'Caption Color: ' + end + object bvlFixedColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 7 + Width = 262 + Height = 60 + Caption = ' ' + TabOrder = 1 + object lblColor: TLabel + Left = 6 + Top = 29 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + end + object bvlColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 18 + Top = 5 + Width = 15 + Height = 17 + TabOrder = 0 + OnClick = chbxTransparentClick + end + object chbxCaptionTransparent: TCheckBox + Tag = 1 + Left = 18 + Top = 70 + Width = 15 + Height = 17 + TabOrder = 2 + OnClick = chbxTransparentClick + end + object gbxGroupTransparent: TGroupBox + Left = 5 + Top = 141 + Width = 262 + Height = 61 + Caption = ' ' + TabOrder = 5 + object lblGroupColor: TLabel + Left = 6 + Top = 29 + Width = 64 + Height = 13 + Caption = '&Group Color: ' + end + object bvlGroupColorHolder: TBevel + Left = 86 + Top = 25 + Width = 168 + Height = 21 + Visible = False + end + end + object chbxGroupTransparent: TCheckBox + Tag = 2 + Left = 18 + Top = 139 + Width = 15 + Height = 17 + TabOrder = 4 + OnClick = chbxTransparentClick + end + object stTransparent: TStaticText + Left = 33 + Top = 6 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 6 + OnClick = stTransparentClick + end + object stCaptionTransparent: TStaticText + Left = 33 + Top = 71 + Width = 109 + Height = 17 + Caption = ' Caption Transparent ' + FocusControl = chbxCaptionTransparent + TabOrder = 7 + OnClick = stCaptionTransparentClick + end + object stGroupTransparent: TStaticText + Left = 33 + Top = 140 + Width = 101 + Height = 17 + Caption = ' Group Transparent ' + FocusControl = chbxGroupTransparent + TabOrder = 8 + OnClick = stGroupTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnFont: TButton + Left = 8 + Top = 14 + Width = 110 + Height = 23 + Caption = 'Fo&nt ...' + TabOrder = 0 + OnClick = btnFontClick + end + object edFont: TEdit + Left = 8 + Top = 42 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnGroupFont: TButton + Tag = 2 + Left = 8 + Top = 130 + Width = 110 + Height = 23 + Caption = 'Grou&p Font ...' + TabOrder = 4 + OnClick = btnFontClick + end + object edGroupFont: TEdit + Left = 9 + Top = 158 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 5 + end + object btnFixedFont: TButton + Tag = 1 + Left = 8 + Top = 72 + Width = 110 + Height = 23 + Caption = 'Fi&xed Font ...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -12 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 2 + OnClick = btnFontClick + end + object edFixedFont: TEdit + Left = 8 + Top = 100 + Width = 256 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 3 + end + end + object tshFormatting: TTabSheet + Caption = 'Formatting' + ImageIndex = 4 + object lblRefinements: TLabel + Left = 6 + Top = 6 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlAppearance: TBevel + Left = 79 + Top = 10 + Width = 183 + Height = 4 + Shape = bsBottomLine + end + object imgGraphics: TImage + Left = 6 + Top = 32 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object chbxFlatCheckMarks: TCheckBox + Tag = 3 + Left = 90 + Top = 29 + Width = 169 + Height = 17 + Caption = 'Flat CheckMarks' + TabOrder = 0 + OnClick = chbxOptionsClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 4 + Left = 90 + Top = 51 + Width = 169 + Height = 17 + Caption = 'Display Check Marks as Text' + TabOrder = 1 + OnClick = chbxOptionsClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 7 + Left = 90 + Top = 73 + Width = 171 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 2 + OnClick = chbxOptionsClick + end + object chbxTransparentColumnGraphics: TCheckBox + Tag = 6 + Left = 90 + Top = 95 + Width = 171 + Height = 17 + Caption = 'Transparent Column &Graphics' + TabOrder = 3 + OnClick = chbxOptionsClick + end + end + end + object pnlPreview: TPanel + Left = 283 + Top = 50 + Width = 290 + Height = 246 + BevelOuter = bvLowered + Color = clWindow + TabOrder = 1 + object pnlPreviewHost: TPanel + Left = 5 + Top = 5 + Width = 279 + Height = 234 + BevelOuter = bvNone + BorderStyle = bsSingle + Ctl3D = False + ParentCtl3D = False + TabOrder = 0 + object insPreview: TdxInspector + Left = 0 + Top = 0 + Width = 279 + Height = 234 + BorderStyle = bsNone + Color = clWindow + Ctl3D = False + Enabled = False + ParentCtl3D = False + TabOrder = 0 + DividerPos = 133 + GridColor = clBtnFace + Flat = True + Images = ilVendorLogos + PaintStyle = ipsNET + Data = { + DB0000000200000008000000030000000E00000069724D657273656465734265 + 6E7A08000000000000000900000069724D424D6F64656C080000000000000007 + 00000069724D4253555608000000000000000900000069724D4250686F746F08 + 00000003000000050000006972424D5708000000000000000A0000006972424D + 574D6F64656C0800000000000000080000006972424D57535556080000000000 + 00000A0000006972424D5750686F746F02000000080000006C46080A0E000000 + 69724D6572736564657342656E7A08000000FCF9080A050000006972424D57} + object irMersedesBenz: TdxInspectorTextRow + Caption = 'Mersedes-Benz' + ImageIndex = 0 + IsCategory = True + RowHeight = 22 + OnDrawCaption = InspectorDrawCaption + end + object irMBPhoto: TdxInspectorTextGraphicRow + Caption = 'Photo' + RowHeight = 44 + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBPhotoDrawValue + end + object irMBSUV: TdxInspectorTextCheckRow + Caption = 'SUV' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBSUVDrawValue + ValueChecked = 'True' + ValueUnchecked = 'False' + Text = 'False' + end + object irMBModel: TdxInspectorTextRow + Caption = 'Model' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = InspectorDrawValue + Text = 'S600' + end + object irBMW: TdxInspectorTextRow + Caption = 'BMW' + ImageIndex = 1 + IsCategory = True + RowHeight = 22 + OnDrawCaption = InspectorDrawCaption + end + object irBMWModel: TdxInspectorTextRow + Caption = 'Model' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = InspectorDrawValue + Text = 'X5 4WD' + end + object irBMWSUV: TdxInspectorTextCheckRow + Caption = 'SUV' + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBSUVDrawValue + ValueChecked = 'True' + ValueUnchecked = 'False' + Text = 'True' + end + object irBMWPhoto: TdxInspectorTextGraphicRow + Caption = 'Photo' + RowHeight = 44 + OnDrawCaption = InspectorDrawCaption + OnDrawValue = irMBPhotoDrawValue + end + end + end + end + object ilVendorLogos: TImageList + AllocBy = 2 + Height = 21 + Width = 22 + Left = 4 + Top = 310 + Bitmap = { + 494C010102000400040016001500FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000058000000150000000100180000000000A815 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000C0C0C0A6C4A5737273615F5FA2A9A2D2BCD10000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000C2C5C27B7C795D595B696165746C716359 + 6065676693969600000000000000000000000000000000000000000000000000 + 00000000000000000000000000008D6A8D366A35000000000000000000000000 + 0000000000001C441C7BB07B0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000D6D4D55F6560989394E3E3E4FFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFC9C5C6424848A1A1A10000000000000000000000 + 00000000000000000000000000000000A18EA1384538000D0000000003020702 + 0000000000000000000000000000000000000000282E26A69FA5000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000B4B3B54D4248EAE9E7FF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B9799656A69 + 00000000000000000000000000000000000000000091AA91000D000000000706 + 040808060000000302001F1F1C25242E23262A04070D00000002020000000000 + 0E00647063000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000C7C9C85B58 + 5BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFB7B2B8676C6B000000000000000000000000000000C0C0C0161C16 + 0000001C1C1A1616120000001F1F1E93908D808080DFC285C5C1C07D81871115 + 2200000003030800000008180BAEBAAF00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + C0C0C0695F65FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF928B8FBBB9BA00000000000000000000 + 00008190800403042A2928262425000000637362D6D6D5F6F4F1808080BE9B37 + B18414C09F4AA1947F2F31390000000706040000005A62590000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000ACA0A595A096A1A0A1E7E3E6FFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2EEEFA1A0A1CCD4CF433E400000 + 00000000000000E0DBE12329202022203E3C3D141112668164FFFFFFFDFAFEF4 + F7EE808080C5A336B98F00BE9500C69B20A69777181F2F000000000000121513 + B1DCB10000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000737172FFFFFFC6C2C3655C63828983CD + C8C9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCDCDCC757577616866D2D2CF + FFFFFF9E9D9DC5C8C5000000000000A2AEA113131248494A272627384736FFFF + FFFFFFFFECF9ECF5F1EC808080CFA93AC49D00C5A100BB9400C7A1247B7C7C00 + 000D0000000000006C8F6B000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000C0C0C0959192FFFFFFFFFF + FFE3EBE7A5A2A27472773831377D7A7DE3E1E3E8E3E68E8E8C443E44575A5CAA + ABAAEEF1EEFFFFFFFFFFFFEAEBE9877D82000000C0C0C0767D772E312B5B5A59 + 383738959495FFFFFFF9FFFBF4FFF6FFFFFF808080D8AD37CDA200D0A700C8A1 + 00C59900BEA46424273A0000000000003C3F3CC0C0C000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000CDD0CE + B5B1B5FFFFFFFFFFFFFFFFFFEBECECB6BCB8C2BCBD2F3C38000000332C344849 + 4DBDB6BABBB9B9F1EEEEFFFFFFFFFFFFFFFFFFFCFFFF716C6F000000C0C0C06A + 74695050506362626D6A6BCAC9CAF3F5F3EDEEF0ECEFF0F6EEF2808080D2B54E + C59F18CBA728C5A327C29D1FCFAD60454D6503090E000000292929C0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000BEB8BEC5C6C4FFFFFFFFFFFFFFFFFFFFFFFFF8F8F7A9A5A9EAE7E6 + 969496969196E0E0DEABAEAAF5F7F4FFFFFFFFFFFFFFFFFFFFFFFFFCFFFF776E + 74000000C0C0C076817467656479797A827F7BC8B78FDCC487D1BA7FD0B574D6 + BB63B8A351D7D5C9DADCD1D9D8D4D5D4D1D8D6D2E1DFDA43464B060607000000 + 242524C0C0C00000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C5BFC4B9C2BBFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFA0A1A0E6ECE83A3639A2A4A2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFF9F9F7767F78000000C0C0C0969D957A7873989792818388B2A383F2D3 + 7BE1C26ADFBA5CE2B642B9AB00808080FDFFFFF8FAFFF1F3FAFFFFFFE3E5E812 + 110E080908000000333232C0C0C0000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000C0C0C093898FFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFD4CED1CECACC222022DEDBDBFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFDEDEDE908D8D000000C0C0C0B9C2B6898782A5A29F + 8D8E95918F8DEDD498EBCC87E0C581E8C471BCC233808080FCFFFFF5FAF4F4FC + F2FFFFFF90918D000000000000000000546A54C0C0C000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 5E585CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3E1E1B9B7B72F443FF2EE + F0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF999D98C1BDC0000000000000E2 + E2E192918BA5A19F808080808080A8A18EFBE69DEBD18AEDCC84C2C94B808080 + FFFFFFFFFFFFFFFFFF8080804954478080807574750E0C0D8EBB8DC0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000676766E6E5E4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F0F1 + A0989D575658FAFBFAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFFFD545A550000 + 00000000000000F9C8F9BCC4B9D7D4D48080808080809FA0A6B0AB99F2DEA5FF + E39DCEDA5F808080FFFFFFFFFFFF808080707A707A637A808080808080818C80 + D7CDD70000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000C0C0C0444749FFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF98A49B70666CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + 8E8C8CB6AFB5000000000000000000000000E2FFE1C6C4C48080808080808080 + 8084868D929290E0DAB5CAD876808080808080AB8FAB2945248A878880808080 + 808080808088A988808080000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000ACABA97D87 + 85FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF958F93878787FFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFBEB5BC585256000000000000000000000000000000000000C5F0C3 + DBDADB808080808080808080A0A1A17F90888DA68D55695980A07B474644625E + 5E373937808080B1B3B1728672C0C0C000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008F858C797A78FFFFFFFFFFFFFFFFFFFFFFFFA9A7A99E9F9EFFFF + FFFFFFFFFFFFFFFFFFFFABADAA5C605D00000000000000000000000000000000 + 0000000000000000C3D6C0A8AFA2ABA8A2B8B5B4B1AAAA808080808080472F3F + 8080805E825D646263423F3F192318A0AC9EC6D3C50000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000B7B8B7424645BFBBBDFFFFFFFFFFFF + CFCCCBC5C3C4FFFFFFFFFFFFD8D8D77875768B898A0000000000000000000000 + 00000000000000000000000000000000000000C0C0C0B7D0B3A1B29B8E9087D3 + C8CFAE9EAFC0C0C08080802237233345323C553CC0C0C0C0C0C0000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000009B + A09D525052706B6E7C75798C89888782836E6D6D8E898BC0C0C0000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C0C0C0C0A8D5A6AECBAB718670534951B8B7B7527450808080D88CD800000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000424D3E000000 + 000000003E0000002800000058000000150000000100010000000000FC000000 + 0000000000000000000000000000000000000000FFFFFF00FF87FFFC0FF00000 + 00000000FE01FFF003F0000000000000F8007FC000F0000000000000F0003F80 + 0070000000000000E0001F000030000000000000C0000F000030000000000000 + C0000E000010000000000000C000060000100000000000008000040000000000 + 0000000080000400000000000000000080000400000000000000000080000400 + 0000000000000000800004000000000000000000C00006000000000000000000 + C0000E000010000000000000C0000F000010000000000000E0001F8000300000 + 00000000F0003FC00070000000000000F8007FE000F0000000000000FE00FFF0 + 03F0000000000000FF83FFFC0FF0000000000000000000000000000000000000 + 00000000000000000000} + end + object ilCarPhotos: TImageList + AllocBy = 2 + Height = 44 + Width = 87 + Left = 32 + Top = 310 + Bitmap = { + 494C010102000400040057002C00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 00000000000036000000280000005C0100002C000000010018000000000070B3 + 000000000000000000000000000000000000000000FDCBFF6D5D8FA47AD38A6D + BD8A6AC18B72C07D62B2665B9B6C5BA26E609B654E9767599369549565579664 + 559362538F655C92695B9469589567559360579262599564548C6254895F528C + 5E4E895D4A885B50885954875D54895D5489555483584F7E5F477C5A457A554A + 7B5850774B4D642E3B481F2A2E1D261B1F271C2229231E29201B281D1A261D1C + 241E1A231D16221D19231E18241B18221A19221A1129150F2A1415281915301A + 162F181C261D1E2325192420152B16182F18152B19152C1A162F1B192A1B0F30 + 181B2A1B253027222A20242F1426321A24320E142508333F18111E1D24351F33 + 3E32332B293333302526022E40302435193F402C07080B000000727689656C7D + 666C80646A7C666A7D6A6D81696C7F65687C6C6F83686E7E6B717E6E75836E72 + 7C6F727F72778371768270737E69707C68727D68727F6A71816B7484686F8068 + 6D7E666B7C6C717B6B6E7C6D737E73747F7674807374807475826F717D747681 + 70727E71737C6F737D6E747E73737E74758074758074768176768275747F7775 + 8173747F7576817476806F707B6E6F7A6D717B65737B69767E6C737C69707A69 + 707C6C7180686C7D696F7F6C6E816E6D7E686F7869707B6B717C6E737D6B707A + 6F747D70757F71757F73737E73758074758172748173757F72717C73737E7475 + 7E75777F76778076748074737E72727C73727D75737F85838E4A4C4E00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000007000EFCC8FF53466C8764BB785C9E7A5FAB6C5F9E57427C6751 + 93644A8E574783584687584E855540825F4E8C5A458562508863508B594E8753 + 4A865C4F855C4B845C4C7F57477D56458250407D55467C594A7E55447D503D79 + 523D79503F734B3F6C463F6B49436A4A446C403E5A2622221316001E26111920 + 2C09161C0B180E111D18142219111E19081F120C2C0D142C140D1C150D1C1616 + 221A16231B111F160F1F120F22140C23160B20140C1F151A251D20241F132018 + 1C2F1F1B271F15251912261914231A18261B13231B0D1E0E2938251B240E1628 + 0E202C1A19251116270D1D2C181929141A20142E3F271E1F201829113C393906 + 2A0000120033301E1B180F687382B7C5E4A7B5CFABBBD3AABAD1AABCD3A6BAD1 + AABBD3AFBCD4AFBDD4AFBCD6AFBBD6B0BDD7B3BBD5B5BED8B1BBD4B5C0D7B9C4 + DBBEC6DBBEC4D8BFC5D9BEC1D6BFC3D7B9C1D5B9C1D6B3BCD1B0BCD7B2BCD6B3 + BFD7B8C0D8BBC2D9BCC2D8BFC4DABEC3D9BEC2D9BDC3D9C6C7DCBABDD3BFC5D9 + C5C6DCC5C6DAC2C9DDBFC5D8C0C5D9C3C7DBC2C6DBC5CADFC3C5DAC7CAE0C2C3 + DAC3C5DAC2C4D8C4C5DABFBFD4BBBDD4BEC0D5BFC3D7B9C1D5BAC1D4BDC4D9B7 + BFD7B1BBD2B5BDD9B4BDD8B2BCD5B3BED5B2BDD5BABED7B9BED6B9BDD5BCBFD6 + C0C3DBB8BFD6B7C3D7BDC5DBC3C5D9C3C8DDC9C6DAC7C6DACBC7DCC6C5DAC7C5 + DCC5C2D8C9C3DBC6C1D7D6D1E57F7F8500000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000009150FEBADFF + 524873805EAC765DA16C549C59468D665088664F95543E815E52875942855944 + 855C448864558F645289594582614F8C62528A5B4C855545825B477D594F7A55 + 497E55438053437A55457B55487C5044794D42735043735044744C406D493C6A + 48406C4437532F31442E5591465EC03A315B1E1F00192519181C240E1614091C + 130F20131D2A1D152E1D0B2518132218121E13141F1619261E13221B18231A19 + 2016121D1512221F11201B1B261C2327201A231F2329220E201819231F202625 + 1E251F23291F2024261A241F192B0F1928181B2C1F242F1C1C2F20272F201A2A + 2013240F162812222E222F361C021F201D2400464B2C0622004B394A00060861 + 6A75A5AFCD9AA4BB97A2BA97A1BB9BA8C399A7C197A3BD9EA7C09CA5C09BA4BC + 9CA7BE9DA9C1A0A8C0A1ACC2A0AAC1A1AAC39A9FB795A0B897A1B99AA3BC9FA7 + BCA1AAC0A7AEC2ABB2C4ABADC3AAAFC3B0B5C8AAB1C6A3ABBFA8AFC3A4ABBDA1 + A8BAA8AFC1A9AEC1ADB2C5B1B5C5A8ADBDA9AFBEACAEBFADAFBFADB3C3AEB4C4 + B2B5C5B1B7C5A4AAB9B6BAC9B2B1C2B0B0C2AEB3C2ABAFBEAFB0C1B8B5C8B9B6 + C8B7B6C5B6B4C4B4B2C2B3B2C4B1AEBFB1AFC1B1B1C4B5B6C7B2B2C5ACB0C4A7 + ADC0AAB1C3A8B0C3ADB0C3ACB0C2AAAFC2A7AEC0A5AABEA7AFC2A8ADC2A8ACC0 + B0B4C2AFB3C3AEAEC0B4B3C5B0B1C2B2B5C5B3B7C6B6B6C6B9B5C5B4B0C1C5C1 + D0706E7700000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000001509D097FF52476F7F65A36A4E986D5E8F + 634D8C573C8F57447E5B4E85573C7E5C468958438761548B5940845A4C895943 + 845D4B885D4D815E477E5C4A815848845246794C407657467B55467C5347794A + 40704A3C6F4F42715046734E44734C406F483E6D403557302B52313C877A76B9 + C5C6EF84A6F00728620F0C00232012031115001400031600001B0B001F150725 + 1D18291C0E1B07001502031C0E02190B00180900190B021A06001208000C0202 + 1600001904001404061F08001200000F080B1A0B02190300140200130D152511 + 001E001329141A23131B2A1218250F19291E2731280015041622082A2E1B031E + 0B1B3A00392C3B3A254B3D33397D7A7C000406616572A0A6C4969FB497A2BA9B + A6BD9DA8BF96A1B997A2BA9EA8C09CA6BE98A6BD96A8BD8DA4BBA0A7BF9DA8C1 + 95A6B9A9B1C2A9A5B99AA3BA98A3BC99A5BC9AA6BE96A1BB94A2B794A0B5A2A6 + BD9DA5BB9DA5BBA5A8BBA6A9BAAAAFC1B0B2C5ADACC1ABAFC3AAAFC4A8ADC1A9 + AEBFAEB2C4B0B5C6A9B2C1ABB4C3A8ABBCADB3C5ACAFC0B0B0C3B2B0C4B5B3C5 + B9B4C6B5B0C4B7B5C5C0BECFC0BED0B8B6C7B5B5C7B4B0C0C1BDCDC0BCCCC1BE + CEB9B6C7B7B6C5B9B8C8B2B1C2ACABBCAEB1C2B3B0C2BFB7C8B8B3C5B5B5C6B1 + B0C1B3B3C5B1B2C3A9AABCAAADC2AFB2C7B9B5C9ADAEBFB2B3C4B5B7C8BDBDCD + B3B4C5B6B7C8B3B4C5B6B5C5B5B0C2B7B3C5CFC9D97C79860000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000012D5B0FF4B3B696D57987251995C548C644F8A543E87624F7F5F4E87 + 5440845E468A6250835C5C88513D845645885B51835850825E4B7E5E4A7C5047 + 7458487E5A4C80554777514873544977534574534472494073404572484B6F46 + 456E44477046496536324D1E2865616DACDED4DEFFFFFCECEFFF6E7CB5000B27 + 0012000C2E09433D54724C8364436A54395A55385E583E5B513F4F4438443F31 + 434A344A543E4C594551574553563D47574B5F605276664D6E634B665E496262 + 4C655F4B635F496961566C615463564057453D4C36373D3E3746453520082222 + 0D3202241D00002B18082E11031D001F3427543D5B3E4C404D455E6B506E3831 + 47AAA0BD1D00126C707DB5BED8A4A9C0A1A6BF9EA5BEA1A4B9A6A9BDA0A3BA9D + A5B8A0A6BCA7ACC4A9ADC7A9B2CAA1ADC6A6B3CBA5AFC69FABC19BABC3A0ACC5 + A2ADC4A0ABC29DA9C19CA7BF9EACC49CAAC29FABC29CA9BF9AA7BFA3B0C89CA9 + C4A1ADC7A3AEC1ABB5C6A9B0C4ABB2C6AEB5C9B2B5C7B4B6C8B5B7C9B9BACCB9 + B9CAB6BCCFADB5C6AFB4C8ACB3C7A8AFC5A6AFC2A6B0BFAAB2C3ABB3C3A1A7B7 + 9EA0AFA5A4B49FA2B0B8B3C1B6B1C0B0AEBDB6B5C5B9B7C8C0BECFBFBACBC5BF + D0C8C5D4C3C1D0BEBBCAC0B9C8C2BAC8C5BDCCC6BECEC4BDCCC3BECEC5C1CFC1 + C1D0B9B8C6C0BECEBDBBCCBCBBCBBEB9CBB6B2C5B8B6C7BFBCCDBDBBCCBEBBCC + BFBBCEBAB6C9CBC6D97973810000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000060813C197FF46355B65 + 5098705592584284655890543E886754875B44865B478B5F4E8C5F5082604B8A + 5949855E4784574B7B5C4A7E58427B55457A55487653467B55447B5142774D43 + 6F4E45734F44744E4073483F7147406C453E68453F66454460353E4815284932 + 3F81B0B0C8EADAEBA594D6B9B1EEC4C7EE3A40690000001A2023836EA7B387D2 + 9A72AC9269A19266A08D6294895781844870814B6D784D657549606A42575627 + 3F995D76CD8DB3AD78AC735677483C483A2C3B45324747384B45364A483A4E46 + 394C433C4B4436434931455C4E5D5C43596743606E546A583D504A4348381F39 + 00220000000059646E745C84603E686855643C2940B387B1150E0B636A78A3B1 + C997A4BA96A2B99DA5BD9DA2B69FA6B8929CAF8A95A7939CB28189A060667947 + 4B604F5257595B675258675057664E54664552683E4F644C586F555F73586075 + 5460754B596E4F5E72566175626E805F6880626D865C6880526078555F795560 + 79515D7557647D4D596F50607449586D4651674753694B566C485166444E643C + 485F3A496137445A36425835475C2E3B51161D2B0C14260D13281113262B2A34 + 292936282836303347282C4632374D3D46583D455845475C50546A575D705962 + 716164746A6A7970717F7C7B8A7D7D8F9090A1A09DACA6A2B0ABA9B7B8AEBDBA + B1C0BDB4C2B5B5C2ADA8B5B0ADBDB2AEBFAFABBDB2AEC0B4B0C2C8C5D878737E + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000081109BD87FF362A5B6B4D926B508D6B5B9158428A4C + 38836F5E935E448A5D4688614E8A58497F654D845B467B5844785C457D5A4878 + 52437B59437B5848765042765342795140745047725243724C3D714C39704B3E + 6B453B644337623F39593B37492E2B3A00004543428BE0D4E3CFC3EB9296D8D3 + D2F8DBD3FF64688E000000322739AD93D0BCA3E59B88C2977EB89971AE97619A + 9352828D4E73653D571C1B1B001400000D00000000492F3F8E577A7D4868361F + 2E14120D1B1D141F180F201D0D1A151814160C091F00001300000D0000180000 + 190000000013000C061E0B3434446E4C5A7B43659058867E5D5E111312242044 + 7C586F7B4E6945394EB586AE150018676C78AEB5CD9CA5BA99A1B8A1A4BE9CA2 + B89AA6B8919FB398A0B593A1B2141F33242736333444030B1300000804001800 + 000C000000313340616B824D5A6F3A44542E354A161F370B1830020F2800031E + 00031E00001600001800001D000820141C3300031E0000150000160000180000 + 1800041E0C122F00021D00001606091F070C24090E270D1A3012182E282A3F00 + 001918152B4E5360868893464B5800041400001600001300000C00000031394B + 3A3E50353E4E3B43533A43563843563D42553E44543E4857424958424B58474E + 5D606676444A59131423222230262732312F3935334337343E4A4D55968B9680 + 7987817A89827C888A86908D8793A196A3605A63000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000E11 + 0DB27FF446345C7960A06035865E50845B4E8B654F8758518A633E856A528C68 + 4C885B437B5B44766643805E477D5644735E47795A4876574375554074534071 + 5642734E3F7146466D4B3E704B386C493866473E60463C5738324C2C2942332C + 3E292E3C0003465A5293F0EAF6E0DFFACFD7F0EBF3FFD1CDFF726FA10000003A + 2F46B09BE0B49DDD9678B28C67A5885C93814B7A7543666F425C523346220F1F + 1902152919253C3745423A4A40293C53304C633E5C623F595F445A5D38535E3C + 5964445C64465C5C3F5E5B3C635D3E5561405062354B503F4F4B3238533E4326 + 1A19000000544755AD6EAF251C006A484D63376455605185386F4F324AAC92B0 + 19001272737DC3C4D8B1B0C4B7B6CBAFACC1B1B0C5B0B2C5AAACC1C8C5D62F33 + 40565D6BC7C5CFE5DAE2B3ABB22B354200001D09081F03090C0000008D919CB2 + B6CCA1A7BEA1A6BD9AA1B4979EB09199AD8C92A9878DA57F889F717C8E6F7B8D + 7D8795191E2B02000F0E07150B06140B04151106160703123642517E8B9F7881 + 9769798E6C7A8D6A78896E788A8188994F5261001220BDBBC7F9EBEF948E97C7 + BFC998979B00001A03081B0C0D1A06021227263A959BA7878F9B8089938C8897 + 8C8B988B8B988C8E9B838A988A8C9B8C8B9BA8A6B577707803000606001C0003 + 1F00001A03001D03001E00001B000007504F59B0ABBA9C97A59D97A6A5A0ADA3 + 9CA7B4AAB76B656F000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000110706BF8BFF523562665F946243 + 845C45826F5F8D5E4282594D836C4686613E8162487E64487C5843795A47775E + 48765748765C467A5944785542765A3F74524473503B724C3F6D4A476A43396A + 453A5E403A54362F4C2C2E42292C3C2F2A3F2F2E39111A230000397472A3FBF7 + FFEDE9FAE0E1EFEAF5FFDCDEFF7E7DA80000004F455FBDA9F5B095DB9774B192 + 6AA98962998558857A486A6E395B703860743E657242647444667845697B3D66 + 793B6373446871486B6E3F6574426979456D76496B72426A6E376070405F784C + 657344676C45656A396468486663465C6645576F405E543E563B334F78516B00 + 1A000000009D5A775F5E727A4B6F502C48C78FB70B0C0E726F7ABDB5CBACA8B9 + ABA9BBACABBCAEABBAAEABBBC3BDD0887F8D293440E3D7E3DCC7D23E2F3D524F + 5DADA9AE1E1F31000013070B11020203020406BDBBCDA19EB6A2A5BAA0A2B59B + A1B1A1A6B89BA0B5A3AABDA3A2B9AAACBEB6B7C644445000000D0F0F1E0C0B1C + 0606190808120306120C0B14000000323A4A9CA4B88A96AA8B92A88F97AC8393 + A88B96AA1415278C8D97C5B5B4483844CBB7C99A8B98928E9A6C697400000309 + 0B19090916020211767786B1B3C8A0A1B5A1A4BAA0A2B8A5A8BEA0A3B8A7A8BD + A1A3BAB2B1C585839100000003061D0D081D0B061B0D0C19040615060B1A0B09 + 1F0D0E260000085A5D6FBBBBCDA9A8BDA6A9BCA8A8B9B9BBCC6C727D00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000F041AC797EE4B3C6C633A876D5C866A52896850885D43826648 + 7A65458161407C5F4782654B7B5B4B785B49775B4277573D7C604E7856427757 + 3E775B4B75493F6C493E6B4B3B674D3F643E375739314B362F4429263B232636 + 2A283C1D20260C1A0606081F0C07508B90A7FFFFFFE1E1F9D4D2EDF2F8FEE5E8 + FF7776A0000009685F84CBBDFFAD9BE69E87C7A18CC6977AB893619C8C4F7E80 + 466B7E45687F446D7F4472834871874D7B804B7E794D7F85558A87588B80528B + 89578F8D5F958D64968D62938D60968C6295886095885D938A5A8E905E868356 + 858B527C824A7181527581517C73405F71545F6D40713E2733504860000000AD + 7F93844075D698BD1A09127B737FCDC4D8BCB4C6BFB5C6B9B0C2BCB0C3B7ABC0 + D6C9D93C3A4887969FD5BCC5F5E9F15E5F69282630C6B6BE3C3D4E00000F090B + 110C070C000000878490D3CADEBAB8C9BCBBCDB8B6C9B9B8CABCB8C9BBB9CAB5 + AFC3C7C4D68C89950C090902071208091A0706160E0B1B0E0C1604040F090914 + 0F0D1C000000898D9FBDB9CAACAEBEA9AEBEB3B6C5797C8C353942E1CAD45855 + 5A000000F1ECF284818A000000C1B4BB00000806091A0B0B0F0403131D1D2C68 + 68777C7D8C787B9082869888879C8F8B9F938FA29397A89B9BA827273200000B + 0D0E1D090D19000000685F6A4F505900000E080818090E24060B2911162BA7A1 + B5BFB7CBB5B2C2B4ADBBC5BFD076717E00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070D19CC87E3 + 423C6673458C6C5982654E7F6138825F4D7E694C7D6847806746805E457C624B + 77634B7B5540735E467A5F467D57426E4F3D6F523E704D3966534570473B6640 + 345640324C372C4730273C2E293622232C13201E000800040606574A6E855EB8 + 3D287B7B808BFDFFF9BABEEE9596CFEFF1F6EBF2FF5A6398000028847CA6D9D1 + FFC8C0F1C5BDE9B2A4E59884D59880C49B76A79C64909B608F9B67959B6E9F9D + 79AFA083BAA98BC2AC91C6A891C7AA98CAAF9BCAAB87BCAF91C5B79CCFB99AD0 + B497CEAF96CCA893C9A88AC7B08FC7A888BAA58EBFA987C1A180B89C76AC9672 + 9E985D88955A878C5881955B7D945E7E55495D691E4D987776EA94CC1A06147D + 737DD2C5DAC0B6C8BAB1C3BFB6C7C4B7C8C5B4C6C8BACB222532DCD0D9472E37 + 969E9FF1EFF2B6ABB5EDDCE686808A0000150B090E0E0E0400000038354C8F87 + 986A6670635B6C5A5164544E5E534E5D514C594C495953515E29273702000F09 + 09190B09190806180B081A070713040311060613060B1C00000D231F369F9BAA + 787687706E836E6B7D32354064626CC3ABB5E1D4DCA39FA4D8D4DB8E89916B67 + 7BC5AFB5191E3002031806080707071103001600000E00001100000900000F02 + 000F0B07110C0913080B0F0F111303000B07081307081208091302030C272426 + 2C2E320603140706160B071B08041F000019756F83C0BACCB0A7B5B0A5B2BFB4 + C4756C7700000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000200F19C587E54B326B7A58875D3C6463437C + 6848836B5182663D79724B8768467D604C786A4C6E563D7959477F5C46725D47 + 735240694E406B4C3E674D3C61503D574C3D4E362B3B2A2C2E222623201B241C + 1D1300110000000023133C784CA3B086D39A85BB2C2555525666F7F9F3D8DDF6 + A7B2D8EEF4FADEE0FC46458311073BB0AAC6FFFFFF9293D70003B16174D4F6FD + FEF9F8FFD0B2D0C47E98BC788EBE8299BE7E96BA7993B97E92BC818FBB788DB7 + 6C85C06C84BD7181C46E84CF6B88D37389D17A8DD2758AD77A8ADD8190DB7E93 + DC7F97D48099CB839EC5819BC786A5C591B4CFACD4AA93C0BA95C1A56292A774 + 989A578EBE6A87575A59500230FFC7EA280318777681C9C3DDB4AEC3B6B1C2B6 + B1C3B5AEBFD2C3D5C7C2D031313EDDCBD7534E59ABA1ABB4A0A7ACA1A7635C63 + 73707706061A0303080E0C0908061800001202030D00001200000D00000F0000 + 0F00001100001100000B00000E0000110906160B081607021503001304021400 + 001202001202001202061500001800001807070900000C00000300000600000E + 7C7484BFB3BCCFC1C5FFE0E8897E84837A82FFEAF9493D454B4D58000012030B + 0D0B081808041F0406190006190D0B180B091807041404031606001406040E06 + 060F0809140708120808130909140B0B1504030D02001408041A07041609071B + 0D041E040B2212112C5A5A71A69FAE98919FB5ABBA69646E0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000015D29EE54D3855664078704F80674A7F775D84654F7B7A568A6A3F80 + 5F3D7262517660437E5D486B52366D5E397C54446E583F6C533D684838573B3A + 392B3333282730201C1F0C0B0D070B1300180703110035163F744C9AA282CEB1 + A1D4D1D6F6C8C8F5342B5E1E202BD7D8DBFFFFFFF3F9FBEDEFFFA8A8E226245B + 383C64E6E9EEE8ECFE5C6BCE737CD0EFEAF6F4DBE1C6879DC05D73C56279C468 + 7ABD6675BB687CC57285C77587C57389BB6A83C1747FD18895C67A9AB77196AD + 78919E71919F66879A718E86668A825D85845B86906686996984A76F7AAF7090 + BC6C8DBA6176BC5C77DD889FAA616CD2B2D6C5A4BEC38EA7A9809FE57CB03B11 + 1BF6B8F92F0D2367646AB4A8BCA4A0B39B98ABA3A2B3AAA4B57B7C8D4E4A5D32 + 3848D3C5CFFFEDF7CBAEBCB5A5B0A79EA711141980797C09090F0707120B0611 + 110D25070B1503031904031F02021A00021A00021B02031C03021C080B1E0B0D + 1B0B0D1E0B0B1D09091D0F12220E0D1E0D0D1E120F22130F220F11220C122212 + 142914192E12182F151A30292B400002140B0B1F8E7D8D726871151C2CB0A8B4 + AF9EA2C4B1B5887980C7B9C140394200001208081408041B07091B0304130607 + 160B070F0907110706140708160704150909110908120708120B091309091308 + 09120909130708120906190906150907150808190C041C070C24000222000000 + D1D0DEB5B3C0C6C2D273737C0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000080213CD8ED947294E76 + 5188744F7C7555856E4C81755281644677643A776A507B5A4970563C6F5D3D6B + 573E67543D6B50485A43344E4230462F1F36231C1D1A18150D12160F0C16090D + 030000023522446F43888E69B6AC9ED2BBBAE0C5CAF2CDC9FFA08FD42015360F + 1316ACABCDF9F4FFE1E3F8D3D8FF8488C2020048605E84F4F7F9FFFFFFFFFFFD + FDFCFEF1EDF8E4D4E6DDABC1CE809BB36379A4657CB78AA7B690A9B08099C99E + B4CCB2C8B399B6B297ACAA839FA87DA9A18EB79D86AC937695938FA6A5A3B9B3 + A4B99685A1B7AEC5A29DB98777979C80A291809BAC94B4C7A0C97D465DC29BBD + DEBBD7A36480BC7B98CE98B8CCA9D8D57F814F1E3AFFCAFF2A152366636EA8A7 + B79796A7928CA1ADA3B56C667600192F060E20201E38D4C9D38175795C59647A + 7F8BC5B5C1968F9DA798A004020E0800120F1223242639232A3C383D4F393F4F + 3C3F503C3F513A3D4F333D4F333C4D30394B30394D343C4E3C4253343F523A44 + 563942543740533842533842523742533842543B46573F4556444658383D4F3E + 4A5A0000020F0F236D66766E7279524E5E848293787F8778747E0000003C4249 + 3C3A4900001407041402092007091D0906190D0B1C04030F0603130404130404 + 130604130708140708160806140E09160F09150907160606130403110B041308 + 000E08061604021508081506091E0D0E270000076D6D78B5B5C6C2C0D36F7279 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000161213CA82D7472C4D825E9377547D7552826C467B67 + 3E736E56816742766956755B43715B2E6F5B49725C4B704B39531C1E2012040F + 110C00140808140026001100000B000000001C12286A4687805CAA9487C5C6CC + F3CFD1F8ABA1DB9E8ED6B3A1EE9F8DC92F274900001B586187C8D0EEEEEEFFCE + CCF747477E00002CA4A2B3FFFFFFFEFFFEEBEDF1E9F0F3FEFFFFE2D5E3B490B5 + AE6F90C17F92D9C1D2D5DEF6CAC2E2C7A1BEAB8294C5A1B3E6BAD0C496B5AC87 + AECD96B7A388947D797C7B6D77726175716C777A797F545A5DA99FAF6E556D6F + 6D6E826F876B7076807C867A6575D4B4D1874E86C8B0E7CDBBCEC2A5C1935484 + C486A6C56D6F484B71FFDBFF29041B7B717DC5BDD0B1AABCB3A8BDC5B6C73C3E + 4F1622390D0F23131327A59DAA34343F5558658E898F595363DECED7796A7A00 + 0D190E001400021C0B1129585E707278867278867377857678867679876F7886 + 6D7685727B87737D89767D8A767A887A818E79838E79818E7B84907C85917C84 + 917C84927D84917C84927F82908083908487946069780000030B0D1F464653B2 + AEB6D2C2CC81757D4C4F59A8A7B434384D7F7A8303060F0E0E230402120B1125 + 11152B1113290308230E08190B081D0B071A0B061A0C0318070B1D121B29090D + 1E09091C08091C08061A00021609061602031400021302001500001400001300 + 001409092306082000000E585B6FCFC8DD767680000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000E00 + 00DC98F25F4260705487764F84745A846442747151816C43766550815B3F725E + 38676A58850F181D14000000000000000012130C35303E29293C131E2732182A + 3000407350949778C6A49AD2CCCDEFD6D8FFAA9EE0917EC8988ACEADA3E2CCC5 + FFB1A8D6392F4E0000282024546A6E88B2B3E06C6FA0000023474767E8E6EDFF + FFFFE6E6F0F2F4FAFFFFFED9C9D6C4ACC9D2C6ECC1A6D4A96287B16880C2819A + BB7F9DAB819EA2738FB96D83BD7786B084A3DD9DC0CB8CA07A6B787666777568 + 6F726A6B796A727A6576534B5AA598AA857F867B72838D8088676157A1749903 + 1502C3BFC7C97AA3D7D9FF730748A68193F8EEFFEDB2A66F225C877395FFC9F2 + 31092A827783DCCADECFB8C9D1C0D23133451E2E3C242A3E00000E2C32434443 + 53ACA7B8DFD0E094878D08090BB1ABB1363A5307142004000E000219666B7C8C + 909F8083908184927F84937F84927E82917B808D787D8B7F8390818392828591 + 7E83907E84927F83908185938084928084927F83907E828F7F85927F85918282 + 917F818E8184917079850000000C0F20151B279C919EBEB4B93530304C4A4EBF + B8C0C5B9C249444608111E00081508091D00001100091D00061C000007000008 + 00000700000F00000E07041D06061C0F12270606190B081B0404180F0D1D6C34 + 428784886B666A7268736A616C635D676B676F4C47530000150B0C2700002232 + 3444C7C3D37A7882000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000001C0D0EDC9AEE5029577561877148 + 766643786F517F724D775F407662517D4E4075704367352F755E83B800000024 + 1A000000000207004636555C477F4D33666F4889856AAEAEA1D9C4C4ECCACCF7 + B2A7E89686D09C8ED4AC9FE1B2A5E3BCB4E5D4D5FFC0C0ED433E4D00000B3D3C + 8225245B0000300F09591C14578E8CA1FBFBFBFFFFFFFEFDFCFFFFFFEFF5F2D6 + D0DFCAA2C3C596B4CDA7C0E1BACAD3A4B7BD839ED8B5C6FFF9FFF0D5E5B17792 + 9A6783D69AB5E9A3BA846173594A56735A67755F6E6F6073775E727358675F52 + 5FB387A266666E756774746176775C72A299A1433B3DA7A2B3D8A4CFD4B5D19B + 6AA0BA89A1D0D5FFFF96A82A495DA34A89F5CAF92402187A737ED1C2D4C2B8C8 + 8A8795878796B1B1BE51525E00000F070F25333748827A87AE9AA7CBBDC42C2E + 376D6A75222C3F00000D0000155154649597A3838693888A9887889685869584 + 8596848596848692848794878796878795878795878995878895868894878896 + 878795878996878996878996888A978688958787948787968787967579890000 + 000C0D231216292A2A39C5B4C13A3F48777075A198A25857600B131F1F243009 + 0D180000006666785C5C6753505F57505E4044503D3F4B3E3A483B34451E2C36 + 07041B00001408021A06041B02001A001923B53249747C81AC9AA6877B7CB2A7 + AA998E929C949780767C0000120800200E1323A19DA6DDD0E06D6B7300000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000160011DAA1DF593362675475714A76704A7B714E7C6043775F45 + 7C5C457D5B4072602E5B3E3FAAFFFFFF524D610000000013000200025533717A + 4F9F785BA7A29ACBCACDF3C3C4F2ABA1DCA08DD49C8DD4ABA0DCB5AFE6B5AEE8 + B4ABDFBFBBDFD7DEFACFD4FB62617B0000002423455C5EAD5657A11812502F2E + 51CFCFD4FFFFFFFAF9FAFCFAFAFCFFFFDDE6F4C4A1C1BD5E78D59DA4EEE3EEC8 + A7C5A07598AB84A0E1B7C8F9DCEAB18BA8925173BA7C92F6A6C0C5879760565C + 5B505B6C4F5D6A5A625F5C676A5A673E4652454E5B9662764459624444505246 + 553C5B567C6E7E2025377B898DFFDBF8AF5D9675505AC088BDFBE6FFC387A059 + 4368995C84FCD4FF2E09207A7480CDC1D4A9A0AF9E94A3AB9EAEBBABB8777282 + 0000190402153235443134464848578480895655621C24351F1D32000007242E + 439293A1898A9887879687889584849186839387859586859583829084859287 + 869385859184859184859283859283849181839081829080828F828491828491 + 85859187879480818E8483908F8F9F85879800000408031E1D23351C222C241E + 31646676706E7D504E590D0B1928394B07072000000C060618F9EFFFC9C0CDC5 + B8C5B8A7B8B5A5B1B5A6B5786B71B8A1ACC8B6C1726B7816152400061B00001B + 00001900091C51182E72697660556163576871606B65565E72686F4F46510003 + 1A060B1A7D707AB4AAB5D5CCDC7D747E00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000001B0E1AD38DCD + 4B3155734C7E724C6D714F79673E7A684C7C5E3B7A744D7D96608D994F83263B + A9FFFFFF8E93C2000000140D18B886F06C559E9C96C5D2DAF9D4CFFDA598DB96 + 83CFA991D4B1A5DFB8B3E9BCB5EDB7B8E7C2C6E6DBDAEBDADEEED4D8F9DFDFFF + A0A1BF151A1F04000031253D0E09380C0D259D9DA3FFFFFFFEFAFEF7F2F9FFFF + FFF6F8F9C5C1D6C7ACCDDCBAD1CFB4D2C49EC8AF7090B3677BBA8597B2839BA5 + 5D76AE5C70D691A1DD92A7BB718AB7758DCF899ED48FA0CA8C9CD190A0D195A8 + D593A4C7939DC88C95D7879ABB8C97C88894C58794C08D98CF8E9EA28783D697 + ADBA5A7EBFC0E8C87F8EAA4668FFB39D6F4278A588BF6D4D75EDBFFF1F0D207B + 727ED2C5D7B1A2B3A79BA8AB9BACB0A2B2A197A714132402071F090B1E303244 + 2E334623253823293929293D090218000008777D8B928F9D8A88968C8B998F8E + 9D8E8D9C938D9B948E9C948E9C95909E9993A19993A19794A29996A39C99A59D + 9BA7A19CA9A19AA7A29EABA8A0AEA8A0AEA8A1AEADA5B0B0A3B0AEA4B2ABA3B2 + BBB1BEC5BCC600000806022502021C2324392B30431D22371B1F321B26352E35 + 4809182803001A0000079491A1DECAD9C8BDC8C5B8C3B1A1AEAC96A3B29DA940 + 3E473B424DAD9EA9A4969F8D8489666169504D5A4C485740444F3C4252343740 + 3C3744373443342F3B33333D31354031304020263966697589797FAC9CAAD4C6 + D677717B00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000001B1113C288BC563054835587754A72655175 + 673A7774447A8163909A6091B47A9FA0498B376FB9FFFFFF929ED8000000764F + AFDAD0FFC0C9DED4D6FFAB99E18A76BF9D88CFABA1E1B6B4E7B5B5E8B6B5E6C9 + D0EAE2E6F3E9ECFAD4D9F4C0C5EEC0C5EFDEE4FFE7EEFC74738D000000000000 + 04040E838196FFFDFFFDF8FDF4EDF6F9F4FAFFFCFFF3F3F7C7BBD8AC7FAC8F46 + 6CA14F6DBD75859F616D8B5367985A6FAB566BCB6980E191A6CF879AC76F7CC7 + 6978BF6A84BF6B88BD6E88B96886B86983BF7286BD7B8FBB7A93C57A95BA718A + C58093C18092CD809CC48293C27799D2818DB57FAADE949A871227FFE9FFB898 + AEFFB4C54F356D9885AD463B6DF2CDFF090C1D686470B8AEC0B5A9B8AE9FB1A6 + 98AAAA9DABBEB1BE333544000011040D2500061E0F14291C20350E1E2F02091E + 00000081808DE0CFDBD4C5D0D6C7D2DBCBD5E1CDDBE1CFDCE1D1DCE5D4E0E7D6 + E1E6D4E0E5D6E1EAD5E1EBD6E1EAD5E1ECD6E2EDD7E1ECD8E4EADAE5EDDBE5ED + DDE6EBDCE6EBDCE6EDD7E4EED6E4EDD5E1E5D3DFD4C5D2E9DEE343404A000003 + 09092503021F0F152E22293C2B37481D2B3C0214280E081E00000058626FF9F3 + FCE7D5DEE3CAD2DBBAC4C6A4AFBE9099BC979FB58C95A5808AC2909DBC919BB9 + 939BBD97A1C6A0A8B08E98B3919BB591A1B5949BB08B97B18C97AE8B94B39099 + B18C959F8A909D8A8EAD8E997B646D9D8E9BDBCCDE7F79840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000070E00ED93E0623E5B7C4681664A77765478875786875C8E95618DA26D95 + AA75977B1973749FD5FFFFFFB5BBDE000000FFFFFFD8E1FEA699E09587CE9488 + CCAB98DBB1A6E5BBB5E6BFBEE6CCD1ECEAF0F8E9EBF4D4D6F4C3CEF2B8BBEEBA + B8ECC3C7F0CAD5F7EFF8FFF4F5F377748C2F2B52ABA9BAFFFCFFF5E2F5E8D9EC + F6F0F8F2ECF6F5EEFCF8EFFFCAA3C09245668D4054A26570BB707CCE6F7FD372 + 85D57487DA8093DA899ECF7C8FC5697CC86B7CCD7082CD7182CB6C7ECD6C83CD + 6982CB6E7BCD6F81D1697CBE627DC1687BCA6B7ECF6E84C86F81C76C7DCE6E80 + C66F7FCA7281DA93A6C5668BE8877A884B6FFFEFFFAC869F775088888DA65749 + 77E1E9FF00061C6B6973B0A6B9AEA5B3FEFAF9F8EEF0F3E4EEE7D8E2C6BFC809 + 0E2600061B00092003091F00081F000019000C1E797789FFEEFAE9D4E0EADCE5 + F4E2ECF4E4EEF2E5EEF3E5F0F3E7F0F2E6EFF3E6EFF8E9F3F4E6F0F3E6EFF2E6 + F0F3E6EFF2E7EFF4EAF0F8EBF2F9E8F0F9E9F2F9E8F1F8E9F1F5E7F0F1E8F3F3 + E5F1EFE7F1F2E6EEF3E4EEEEDFE5D3CCD2060C2000001500001C000019000018 + 00001200001A00001A02081C6C7881F2EDF3EDE0E8E9D6DDE1D0D2C8B3B5B093 + 98AE8D90A58C90AC8B8DB5969996858A8B7378A78A8D9B7E848D727C97888C85 + 777A83727882787895888C877D7F86797A8E7C7F937B80BF8A91CB8C94CA8C95 + EFB7C3CEBBC5CBC2D1716D770000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000D0E02FFA0F94D2B5072 + 5278845584895885875686925F919D65929E6C98AC6E9677125A6F98D2FFFFFF + A6B5D4000000FFFFFF9186D99782CBAEA5E1B3AAE3A3A0E1B9BDE7DFE1F4ECED + F7E8ECF9D4D7F0C7CAF0BABDF0B4B5ECB9BBE7C2C5EDC9D2F6CDD8F7DBE3F4F1 + F7F8FEFFFEFFFFFFF9EFF9E8D4E9E7D7E7F3ECF5F3EFFBEDE6F9E4D3E8D8A4BB + CE7C91CA8596CF92A5D98599D97687D37888D47E91D58294D17F90CE7386CC6C + 80CE7082CF7687CD7687CD7687CB7484CE7387D07387CE7885D57889CB677CC4 + 879FCD8899D07887D18193D27D93D78094D27F8FE08A9AD0A1AECD7C96C17D88 + F2AEC2F06065A05F7F5281AA6F74A0568A9B534F8095EDFF00021E6A646DAAA0 + B0887F86AC9ABAD0BBCBD3C1C8D9CAD5F8E7F1D2C7D368727D3E46583542573C + 4D61666773B5AEBCF9E8F4F0E1EBF7EAF4F7EBF7F9EAF7FAECF7F9EBF5F8E9F4 + F6E6F3F1E2EEF5E5F1F3E4F0F1E4F0F4E2EEF3E0EEF5E1EEF1E1EBF1E1EAEEE0 + E7E9DDE6E9DEE5ECDEE6EADDE5E4D7E1E7D7E1E6D7E1DFD2DCE6DAE4E9DBE6F9 + EBF6FAEEF8B9B5BC444652161F330D182B121C301F293C303C4C515F69AAABB7 + FFFFFFFFF7FBFFF2FAF9F0F9C7C2D2C5B4C0CDB6C57E6A77625864342A397E71 + 8268666E03091C322F3C5C4C5AA69BA4605F643E3A4047454B494B50968B9248 + 484F463D425A4E54A1929E998C948D828787777AB4ADBCB6A7BACEBCCD766E79 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000C110EE98BE0523258886A868C5986794873865F8A91 + 66909A64959C6592AE6A9397357B004A7CFFFFFF7F8EC7000029FEE1FF9EA0DF + B6AFE7ADA5E1B4B3DAE1E7F6F3F9FBE2E8F7D3DBF6C3C6EEB7BCF0B9BAEEBEBC + EEBBC0EFBFC2EEC8CEF1D1DAF9D4DEF8E0E7F5F6F9FAFFFFFBFAF5F7EEE1F0EA + DFEFF2EAF7F1EDFBE9DDF3DEB6CBCF869ACB7689D48D9CD997A5D97E93D37288 + D08490D48897CF7B91CE7489D37687D17786D07887D2798BD2798AD07A8AD27D + 8BD07A8BD47C8DD47B8DD48091D7778DD4798BCB94ADD594AAD48193D6899CD8 + 8D9EDA8A9BDF9CACD2A4B5C77F98DE929CF892A9E5797E57789F6477A83580A3 + 5E819F268BA21F437A7AF4FF11091466626BA197ACB0A5893831D79387DFFAED + E7F9EFFDF9F3FDFFF8FFFBF2F9E9E1EAE5DDE5EAE3ECF2E3EAFFF4FAF8ECF5F9 + EDF7FAEFF9FCF1FCF5E7F3EADAE5E4D5E0DFD2DCDDCED9DECDD9DCCCDAD7C8D4 + D6C7D4D7C6D3D8C8D4D6C5D2D4C5D0D4C4CFD2C4CED0C3CED0C2CCD3C2CED1C0 + CDD0C1CDD1C3CDCFC1CBD3C4CDD9C8D4D8C8D4E1D3DDFAF0F9FCF4FAE9E5ECC0 + BEC8B0B5B9B5BABFC6CACFDCDFE1EFF2F1FFFFFFFAF2F9F9ECF8FFFCFEC5C3CC + 9793B2C5B8C8C5B6C46A676D59555E201622838293A197952B2B380307127D67 + 71BEAFB53A3E3E635C60766B71534E53A190966461676865665F6265AA95A1AB + 9DA3AA929BAF9397AEA2AFAFA4B4C5B7C8716A75000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000C00 + 12CFA1D06435588F59877448748D61898E5E8D9563868D5B8E996491AA5D80BA + 95E500001DFFFFFF8C91BE130064FFFFFF958ED4B4B2E1DBE0F2F9FFFCE5E8F9 + CBCEF2BCC5EEB8BBEBB8BAECBABBEEBDC2EEBFC6EFC3C7F0C6CCF2CBD3F7D3DD + F7DFE9F2F2F8F7FCFEFAFAF8F9F9F2F9F8F0FAF1EFFDEBE5F7E2C1D8D592A6CF + 798AD48294D78D9FD28594D17D8CD08392D08796D27D91CF7286CE7586CF7889 + D27A8CD57B8FD47C8ED47E8ED47D90D67C8ED48091D48595D48394D38591D985 + 98D78C99DB8A99D3899BD38797D98CA1D68F9EE19AA8E4AFC0D2ACBAD88D96FB + 96ABD78FA59C6B950074A44A899E427EA3557596457DA3357BA136547185E6FF + 181414665E66A399ACA1978E4B3AC8B9B8FDFFFCF6FDEFFEF9EFF9FBF2FDFFF5 + FEFFFAFFFEF8FFFCF4FCF5F1F9F9F2FBFDF2FAF9F5F9FFF6FCEFE0EBD6C5D1CE + BECACEC0CBCFC1CCCAC0CBCCC3CECABFCBCDBCC9CDBDCAD3C3D0D0C3CDD3C3CF + D0C3CFD2C5D1D3C4D0D5C5D3D7C8D5DBC8D4DAC9D4DAC6D4DEC7D5DEC8D6E2CC + D7E7D6E1E3D4DEF2E3F0F2E4F0FBF0FAFFF7FEFFFCFFFFFDFFFFFDFFFFFCFFFF + FAFFFBF5F9F6EEF5F5EEF2F9F2F9FDF6FDE1DCE3A4A6B99890A1927781514749 + 4F3E444533395D51549E787F46313691767BD7A8B0BF9EA20B120F3B47461B38 + 3957575AC9A0A648484643464D33353EBC97A5BE9EA6AF8A8FC9A2ADA69DAAAD + A3B4C5B7C6736A74000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000190013D89BCD623D6481578D924F + 7D996E99985D8E996593A66D969D5C86BA689CA3A4F7000000FFFFFFA9A3CE3A + 2393F9F5FFDBDFEBF9FEFDDEE6F3C3C8F2B7BEEFB8BBEEB9BAEBBCBDEABCBCEE + BFC4EEC4CBF0C6CAF3C8CFF5C9D4F4D4DBF2EEF1F6FEFFFAFFFDF9FAF5F9F6F0 + F9F4EEFDEEE6F9E0C7DDD799AFD28093D08592D48996D48597D5869AD4879BD1 + 8395CD7A8BCB7588D0768CD67D90D58091D37C8ED37C8DD57F90D68193D68696 + D88696D78695D68796D58897D68997D98C9ADD91A2DC94A5D48F9CDC90A1DA97 + A3D89DA6E1ABBAE5B6CED6A4BAE28FAADB86A340869F1983AB2083A43472A55D + 7F97337F9D4B76A24A7D9C5093AC31566F7EE5FF0608136A5F6BA9A0B3989687 + A28BE0C7C5FBFFFFFDFAEEFBFAF1F9EFF1F2EDEAEEF5F1F6FFFBFFF9F3F9FEFD + FFFFFBFFFEFFFFFFFAFFF1DEE9DAC8D4E0CDD9E1D0DCE0CCD8DFCCD8DFCBD8E1 + CCD8E0CBD7E1CFDAE0D0DCE3D2DFDDC8D5DFCCD8DCCCD8E0CFDCDDCDD9DECEDA + DBCCD6D6CBD5D5CAD4D2C6D1CEC2CECBC1CBCEC1CCC9C3CCCAC3CDCCC2CAD9D0 + D7FAF4FBFBF8FBFCF7FAFAF3F9F9F4F9F9F2F8F8F0F8F9F1F8FAF5F9FFFDFFFC + FBFFFBF6FAFDF9FDFAE8EDE6BFC4E1AAB0ECB4BDEDB7BEEEB9C1E7B0B9D8AAB1 + F4BCC5E6AEB6CA919BD39AA3D9A0ABCE909BC5929BE098A3C58D95B88A92B480 + 89C89197DE97A0D89194D9949DB899A4A399A6AB9FAEB6A9BA6F667000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000EA9FE067305E7C4C78AB76A6A26794A56997A05F93A76C + 94AD6B8AAF68A0B1B8FF000000253288868ED6ECE8F5FFFFFFCCD3EDC2C0EFB7 + BAF1B1B9EEBBB9EEBFBEEFC0C4EEC0C6F0C4C9F1C5CAF2C8CEF0CED7F4DEE6F9 + EEF3F9F9FAF9FFFEFBFBF8FAF9F2FAF7F2FDEAE2F5DEC5DDD8A1B5D47F92D07D + 90D3879AD9879CD8879BD38599CF7E94CE778CD1788CD57D91D68094D78596D7 + 8799D78799D68799D88A9BD98A9ADA8A9ADA8E9ED88F9EDB909DDC919FD993A1 + DB96A2E096A5DE9FADDB99A7D6A0B1E1ADBFEBBACDE8B4C5D994ADB88AAA997D + A3537CA3007BA14B7FAE4D84A944839A587FA9207B9E5E82A8558AA42B739237 + 77A633526953CBFF1207006A5F69AFA1B49E9197AF9DC4F2F3FFFFFDFFFDF3FF + FDF3FCF0E5EFF2E7F1ECE5ECF1EFF1F1EDF1EEEBEDE8E5E7E1DBE3D9C6D4D2C1 + CED5C7D4D4C5D3D2C4D0D6C5D2D4C4D0D0C5D1D0C5CFCDC1CDCBC3CEBEB3BEB0 + A9B4A8A1ADC5BFC9D1C7D1D4C7D3D4CAD4D4CAD4D8CED9D9CFDAD9D0DAD8CDD7 + D9CAD6D5C7D3E4D6E1E5DDE6E7E0E8F3ECF1FAF6FAFBF7FBFBFBFBF9F9FAFCF7 + FCFEFCFFFFFDFFFEFEFFFCF9FEF7F4F5EDE3E8E4D5DADAC1C5C79CA4C38E96C0 + 8892BD8893BF8B90BD8A90BA8B90C08C92C49197C6929ACB8F97CC929CCD949D + C89099CD949CC5989CBB878CD4919DDC939FE69DA1E8A4A8E4A8AFD9A3AFC4A2 + AFA49EAAA59AA7A599A9B8AABB6D646F00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070F00E48EDD + 68254EA17199A777A1AB709FA2638EA8759CAA6895A15A789F76BECEDDFF0000 + 00000050817CC9FFFFFFB0B3E9A6A7EBBBC0EEBABBECBAB9EEBEBFF0C1C5EFC3 + C8F1BEC5EFC3C9F0D5DBF6E8ECF9F6FAF9FFFFF9FEFCF9F9F9F9F9F8FCF3F4FF + EDE8FBE5CBE1D5A0B8CD899CD28A96D78A9AD5879AD68596D58395D38294D481 + 94D48194D58294D88495D88696D78795DA8C99DC8F9ED9909DD98E9ADC8E9EDB + 929FDC909DDE8D9FDD93A0DD99A4DE9AA8DD9BADDB9FB2D7A4B7DAA9BBE7C7D5 + F9D0E1EAADC2CA8EA6AB6C9465749B487CA01885A24585A74881A55A85A5457B + A33F759A36779B306F993971953D69982A697F236B9011507568D0FF190C0870 + 636EBAA8BAA293A4AD9EA8EAE2E6DED4DCDDD6DFDCD4DDD3CAD4DDD4DED4CAD4 + D8CFD8D6CDD5DFD0DBD3C7D1B0A6B3A39AA5DED2DEDED1DEDED1E0E0D4E1E2D7 + E1E4D7E2E9DCE6EDDFE9EEE1ECEEE1EDECE0E8B9B0B7E1D6E0F9F2FAFBF0FAFC + F3FBFEF5FDFFFAFFFFFDFFFFFFFFFFFFFFFFFFFFF0DAE5EDD8E2FFF5FBFEF9FC + F7F1F6FAFFFFFCFFFFFFFFFFFFFFFFFEFFFFFAF8FCF0EBEDE7DADEE5CED3D8BF + C5D7A8B2D099A2CB919BC68B94CE8A95CE929CC9929BC7919BC9939DCE919DD4 + 919BD8949CDA919AD6939BD8929CD7929AD48D96D58F98E0959BE5999EECA0A3 + F5A3AAEAA5B0D4A8AEC3A4ACB09EAAA99BADA89CACA59DADA196A5A397A7B5A8 + B76A646E00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000F0000D58DCA935887C395C4AE748B9E6091 + AE7B9DAA7295AA75A3A35E798367C7FFFFFF14130B000000E1DCFAFFFFFF8487 + E1C5C9EEBCBCEEBBBEEFC0C4EDBFC5F0C5CCF7C5C9F6D4D9F3F5F8F9FFFFFBFE + FEFAFDFFFAFEFEFFE8E6FBD1CAEDE2D3E7EDCCDCDBA6BBCF8EA2CD8597D58797 + D6899CD4869AD58497D98798DD8D9CDD91A1E096A5E39BA8E19DACE2A1B1E2A4 + B3E1A4B5E3A6B7E3AAB7E2ADB8E6B0BEE8B0C3E4B4C5E2B9CAE3BBCEE5C0D1E4 + C6D6E6CCE1E7CCDFE6CBDFEBD4EDF8E6F9F3ACC8AA628D6C628A3E769B1A86A7 + 3885A74A82A13B789F2B719B4478A1266A8E2F6F9A2E6C8C1560863B72922C69 + 842F79A11D72965484AA454C6D4AD2FF130D0F70626EB7A3B59D90A1A89CADFF + FEFEF8F4F8F8F6F8F9F7F9F0EAF3E5DFE9EEE2EDFEF1FCF9E9F6FFFAFFFFFCFF + E8E4EBF9F2F9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFFFCF7FAF8F1F5EFE9ECE1DCE1CBCBD2C0 + C3C6B5B8BC9F9FA64B4758656172DCD6DCFFFEFFF7F3F8FBEFF3F5DCE2E2CFD4 + DBBEC3D5B3B9D9A6AFD49BA6D49BA6CC959DD4929ED499A1DBA0A7DFA1A8E5A5 + ACD4969DD3979FD998A1DC969FE2949FE196A1E29AA4E09DA4E0A1A6DE9CA2E1 + A0A6E9A7ADF5B4B8F8AFB6F4B2B7E6B2B9D6AAB7AB97A19D96A59F92A49F92A3 + 9E91A3A89BABA69BACA7A0AFAAA0AFA49BAABAACBD6C66700000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000FFB1FF976482995D89A76697A46B889D5F96A86B97AE7696720963 + CED1F6FFFFFF8A80E41A1200FFFFFFC7CCFC9FA1E0CACDF1BFBEEEC1C5F0CAD1 + F7D4D8F9DAE0EDF2F1F3FFFFFFFFFFFFFFFFFFFFFFFFFDFBFEC6BCE38975BDB2 + 95C5DAB9D3D59AABC67A8BCC7A94DA849CDC889DDE90A1DF95A1DF94A1DA8999 + D48191D17C8ECB778CC8768BC9758ACB7387CB7288CC778FCE7F93D08396D182 + 98CF7D95C97E92C6798EC7728CC67A92C78799B86F85AE6282C382A1B9788FD5 + 7886A14C7A184E810E76A21875A41F6F9B5379AD3875A63C729C196FA1326A97 + 3E709E356FA81D6B99396E9B3E749D27749B3D73A62B6AA11A6F95457EA2253C + 7278DFFF0007196B636DB7A4B6A192A1938A98FFFFFFFBF2FAFAF1FCFCF3FDF4 + F2F4F1EDF0E8E4E8E4DEE3E1D9E0DBD3D8DDD8DBDBD7D7D1CBCECBC6CCC5BFC3 + BEB8BDBDB7BAB7ADB2AFA6A9A8A1A4A1999C928A8C6360695C5A616862656C66 + 686A6465625F58625F595C5C536864669D91A3736D7F847D8D6F667600000B00 + 0000595964FFFFFFFBE7EEE8BBC4C3969FC89BA3C796A1C996A1CC99A1D49CA3 + D59B9FD99CA5DE9CA2C79698B48788A77C7FAE7E84CA949BE7ACB3EAAFB5EAA5 + ADE8B0B4E2B5B4D0A1A1C6979CC999A1E6B5BFE4B5BCD8A9B6C5A0ACB09CA4A5 + 95A19C91A18B88989A90A29D93A39D92A2A29AA99E97A4A69CABA89FAEA69DAC + A89EADAEA0AFBAAEBC6F67710000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000020611FFB1FF643F4A94 + 5D8C8E5D818F57789F679FA269A08A5D786A1E54B5AECBB6B8FF9881DFFFFFFF + F6FCFCB2ADE4C5C4F2BEBEEECDD2F2DEE3F8F7FFFEFDFBF9C5B5D0BAA4CCFFFF + FFF4F3F1CEC5CBC5BBCAA794B76E4B8F8871B0E3E5FFF1D8F0B66C7F69253263 + 3445854C5888545E8A56628650587C464D7B3F497A39467B38487E3E4A773E42 + 703D497540627236536B343B70464B78545A775255673D4552262E4F201E5E29 + 3272333D85565C6D3C5099475DB16F855F48556F1622425F8B118CC23378A946 + 6CA5366FA81E79A7276DA14674A73974B0336DA2356AA24774B1356DA131679B + 507CAC1E6BA13273A34A70A02A70A1427EAE2F4F7966C9FF000D1E68616AAFA1 + B29E91A18C8492ECE6EDFFFDFFFFFDFFD4CBD382797EA2999C8E87878F898980 + 79775A56635E59647A7477878483868182706B6C837B7E8881838E83868A7F83 + 8885858B8989807B7E4A4C5C4042526F73718184808386838B88858986837F7F + 788C8E8FFFF9FFDCB4BCDAB1B9E3B7BFA1848E4B4454888C96FFFFFFD7BFC56A + 5B5D332E2C372E323028302A262F35333F3D3037523E406F585C7B5D638C6869 + 8E6A6D8B6A6C8363657A5A5B826064805F6494676C916A6D8D686B9964669A73 + 779C909AA694A3A0909F9B8F9F998EA0908D9B968EA09A8EA19E91A1A092A39C + 91A1A195A6A196A6A397A8A398A9A497A8A59CABA69DACA397A8B0A5B66A646E + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000080D14E292C0563C3D7E4480814A67865E739249A184 + 4C4C50355AA77FB89775BA767DE1E9D8F6EEEAEEC5CEF2B5B0EECDDBEDF2EEFB + F4F9F9FAFEFBFDFFF9FDFDFAE4E1F6EEE1F9F8F1F5615189130040673869784D + 83A1648EB87787D4B0C6F1C4E2984D5D11000000030006080406040604000200 + 0000090B0D26282E1D221F090802180E0D0F0C06000007201C3F342C4E2A191E + 290E0F2913242B1D2A3C2F2C451F2850193266364E64526455485B9E5C7AF38C + A83E363F653B37D13A46475F931484BA337FAC3474AA2971AA2972A63974AA43 + 70AB3375AE2E71AB4C78AA3770A10D699B4871A1336A98257195556FAA377EA5 + 2B7FB54080B633618272D4FF00041169616BA8A0B19D94A4938A9CADA5B3FAFA + FBFFFFFFB5B0B5756A71B7A9A7B6ABA5B1A9A2B7ADA467677864636F756E7997 + 8E958F8989827B7D8D87898E878893878A92888B8E8A8A8C898A8B87886A616C + 665D697F7C7C7B7A777876747A78737876726F6B68898C8EE4DBDEDDB1B8D5AE + B5E1BFC4C8B4BA80788CE9EDEFEBD1D2523F403E34354D3A3F473A3B4A38384E + 3D3E5A53595F565A6E626393897F7E726B6C5456765F607C686678645F886D6A + 9A867F91807888655FA06B69B46666AD6B6EC794A19990A49A8D9F9A91A19B91 + A1998F9D928F9B9991A1988E9F9A91A19890A09F90A19F93A4A195A7A196A59E + 92A3A093A4A69AABA199A89C98A8B1AABA686670000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 06C588A1502A435B4254834E72703D74573E376D3860B29DE08B78A960357893 + 93E6E7E2FFC2ABE7D5E9F4E1E5EAF5E2F2FFFFFFF7FCF7FBF9FBFFF9FDF7EBF6 + E9DBECD9CADFD9DAE8DFCFE8C06F94B85676C27787B13F55A81F46D49DBEEABC + D36E24320000000B1E192F18242C0E1D29161E2715192C181E34233034253129 + 19202718182E231D2C141D230011260D16381D224422284C293B502E44572B37 + 7040507D5E7672697C5D54678F5E7BE693B16C4F515D313BE46379FF8191487E + AB0073AE297AAD3684B22684B2397FB24280B12B71A92876A63976A934739F3E + 769F3A71A13C7A9A4C7CAA2A71AB458BA82875AB5583B0066FA73D547565D9FF + 200F1669616BB2A4B69F95A49B92A19A8B9EC3BBC5FFFFFFCBC8CC6B626E9D93 + 909B8D909F9395A397908C8A8979728350515DB8B0B6A79F9E948A8D90878F99 + 8E8E95908F9891908E898A8780838781826969737A7C877E7878837B7A8F8887 + 9F9792A7A3A3C5C1C2CBC5C4C0B7BAB9B5B9B7B8B8E0D8D4B2A5A8AFB0BAFFFF + FF53394032242554454538383F4A3F465645455D484C513F40736D6C857B817E + 6D6C86776776615F8A74728F78749B847EB9A397AA958796716BBB7F7FB96762 + 7A666CA993A6A491A2958D9A968D9E998E9F9A8F9E988E9C988F9D988A9A998A + 9BA293A39B8F9FA092A39F94A2988F9E9A91A19E96A5A49AA9A298A7A39AA6A7 + 99A7B1A3B56C606B000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000070213BC819D542A466145549C5F + 804A15306E5468BFA0E0A788CC6860872E0022A193F6E5E8FFE9F2EEFFFFFFDD + D5E79582ADFFFFFFF9EEF9F3E1F1E5D2E4E0CCE1D9D9E2D9DFE7DCE6E8F1E6EB + CC7C93BD5974CB7F8DCD9FA7D9D5E2EFDAF3CD7A96440009000000161A162F16 + 222A131E29161B2813162A1522311F302F1F2928141C281519281B14280F112A + 0D1B2C1C28382430422029441D274E263F583D5862536D645F7857556D805874 + D28AA4AF5E616F3E4B526A95507CB21878AD167DB03981B7347BB33180B23182 + B61674A61F73A53C7EA94276AA3974A32F6D9C35709D4273A33D799D3C76A13C + 7DB5237CA94D7BA818689C397EA33552676AC9FF030C0B6B636DB0A2B49991A0 + A098A7A696A8968796C8BFC7FFFFFF928E929F939CC0B3B3BCB2B0C1B4B6C3BF + BF988D9A938D9F8B8790E8D8DDB5A7AFB7AEBBC9BDC2CBBFC4D1C4CAC9BEC5C0 + B6BDCABDC59594A988889DC6BFC3D3CACCD0C6C9C6BFC1BAB4B3D3C8C5AAA0A1 + 9792969A9096938C8CC5B5B4ACABB0FFFFFF8E686B0000003F313C42353C4543 + 4454464A5243454F393E523F3E928875988C7C8D80758F7D7BA39382AA9586B0 + 9B8FB5A197A07E79926462B5797199555D716F819A94A4958C9B96909D998D9B + 968B9B988D9F9A8F9F958D9A998F9E988D9D968A9C958B99948D9D968F9F9990 + A09F94A39E95A39D98A7A397A9A59AA8A096A59A8D9CACA1B26C626D00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000D0C0EBA7C97672F5B87566F915D7A380700C69CE7B59AD78C73 + A03F304E3B00169479D4FFFFFFFAFFF8FFFDF9F8F4F9EADEF1FDF2F9D6CBDFE0 + D8E8E9E4EBF8F8F6FBFFFFE4EAF2D4D0DBF7F6F2FFFEFFF0ECF3F2EEF6F0F4FB + F5FEFFF2D2EAB5506B3000000004001F18152B1416240D0D200F091C0F0C180F + 0F1B1216361D313F2334200C0F1A0B1E36184C3F1B4B37222F3B28273D161F40 + 192C57455C67597560587650566B755573CD84A6C0666C7B474E456C993171B0 + 2E6A9F366EA2277BB01E7EB4327EB52873AD3777AF3B7DAD2A70A33C76A72C73 + A33968A144709F3A719D27649439689E2A6695325E8746678C3C6A8F34748A4F + 7E9A3B526C42C4FF1E141666626CB1A3B5A096A5A196A5A296A6A797A89E8C9C + D2C7D1FFFFFF9B959DCCC4C5DED2D0D2C5C7D3C6C7AFAAB1978B9E8E8897B5AB + B1BBB2B4ACA5A8C5BAB6BEB2B1BAAFAEB8ADADB4A8A8B5AAA98F8694746C7FA4 + 9B9EAFA2A6B0A3A8A79EA0B8ACA9D0C1BFB7ABAEAFA9ABB2A9AAB3A7A3A29B9D + E6E1E6C3A4AC1815195B4E4D514445352C35453B3B4437394F40425342457563 + 5FA08E8397877C9A8B81A18D83A59185AD998CAF93889A746C9B625FAC706F91 + 64658779909D99A898909C978C99978A99978C9B968C9B998E9F998E9D9D91A0 + 958B9998909F968E9E958E9D97909F9F97A79B93A29F97A6A098A6A097A7A094 + A49E92A198919E9E91A1B4A7B6695F6A00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000001C0712EA9BBA + 945B7EA355824C2330653456B6A2E7A791B24D2B69513B4056223D1A0046FFFF + FFFFFFFFFFF9FFF8EDF8C5BCC7BABBCBFFFFFFEDEAEEFFFFFFF9FBFBFFFFFEE7 + E4F2C3BED3E6E1E3FFFFFFEEE9F6EAE3F3E5DDEEF0E4F9E9B7D597394F150000 + 0011071F110E1A00001F0C00200712200F261E1D131D140D29122F2B1A1E1B13 + 002C1B45492A7947275F3E273A3B26243912184C293D62536B615B7653536C6F + 5775C17E97C46264894E5E377AAD1383C33771AC3B6C9D3A69A23377AB296DA4 + 3D75A9357FAE237BB53480AF377DA9407AA72B77A34374A63A73A6286E9D3E69 + 971D678D487F9E34607B436580295B81535F7B3D5D8B1B5C616FB3FF1D132B69 + 626BB6A2B5A398A6A397A7A196A6A495A6A594A7998799CDC8CEF8F8F9A3A0A3 + BCB2B5E5D2D2D4C8C8D4CACCAB9FAA91889CA496A2CCC3C5AAA1A6CFC1C0C3B6 + B7C5B8B8C3B6B7C5B8BBBDB0AF9E94A17E7788B3AEAEBDB4B5C5B9BBD6CBC8DC + CCCBDECDCCC8BBBABFB3B4CDBFC3B1A8AAC7C6CEDFC3C9473B3B867C7191867A + 695C582C1F225443455C474F664F5265494F907B779B8A7F9F8D7DA48E84AE98 + 8DB49D93A18178996963A45D5DA065618C6C75998C9F9A909E958B9894899894 + 8B9A958A9A928899978D9A968F9C978D9A9A8C9D92889897909F9A93A3948E9C + 9B92A09E95A29C93A4A29AAB9F96A6A295A69D93A29E93A1998E9D9E92A0B6A5 + B46E5F6C00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000001B0D1BFFB1D587557AAC77995A081E92566F + AF9FF1B383BE3022286B3B3E705A75400018593D87FFFFFFF5EFF7FFFFFFD4D4 + DB818AA2FFFFFFE1DCE3FFFFFFF7F0F4FBF9FCEAE9F5C7BFD6D8CDDCFCF9FFE9 + DFF1E3D4E9E6D3EAECDDF2E1A6C382293C0300000007002F2920544759624D6C + 4D39582F1F3A1A11081A13040E16290B1924231A163B244E482E7B4731684434 + 4A351F22381512583740604F68544E6F6C5272B97289D1657292576F3582B509 + 8FC52678AB3969A3366A99355E913D66973A659C2C6193386C953A70A11F79A9 + 3481B15082B02777A93D85B12681B72A79B0487395376D9827648950697E1F64 + 9562558D445C89346D913125477195ED07091B6C6670B5A4B6A196A5A69DADA6 + 9BABA398A8A498A8A499A9928795CDC0C8FAF9FBACA8ACAEA1A3EBD7D7E7D5D0 + DBC7CC968C9E918694BEB3B9A498A1DECECED4C7C8D6C7C8D5C7C8D8CACAD9C9 + C9B8AEB9857B8D9E979AB9AFB0B2A6A7C5B6B6D4C2C1CFC0BEB5A6A4A2939491 + 8486BDBDC6F6E3EE644946827460948774998D7E968A786E5E575E43506B5156 + 70535978565D816669A4908AAD9E91B5A195B494889A6D6BAA6362AB635F8B55 + 538076879693A2978E9B958C97958C9A918996948A9A988D9E948B9C988E9B98 + 8E9B948A999A91A18F8A989891A19893A295909E9C91A09B92A19C90A1A194A5 + A396A69D91A3988FA1988A9BA494A3A18FA0B5A4B36D606D0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000019030DFFB1DA794259AF77A9994F606D273ED8BCEDF6D8FF71588A300000 + 7F4B7576535F52344E000000470057D1C6DCFFFFFFD2CFDFC5C4D3F6F2F5FFFF + FFF2EBF4F6F1FBF5ECF8C6B7D3B8A6C3FCF0FDF5E4F9DDC4DBDFC9DEECD2EAD8 + 8BAA520F1F0000001D1C0D4A31455E4E79655482463F6526224425162932242F + 3C273C42203A4926355235404D3254401E4B3F18313C1A204B2C3463485D614B + 6C754A70BD6E85D46F7680637F3477B51384C31B80B23277AA2C70A622639533 + 547E4950723858782C51814458873C52834458872A568B3A5F98305A88345C85 + 3B639048678E3C4E7E3B4475404D7D4E488648659C37508E556392473F742832 + 5B5B72B51103116C6771B9A8BAA297A6A397A8A095A59C91A1A195A5A398A7A5 + 9BA9918695D2C7D1FFFFFFD1D2D3948791B1A0ABD0C2BEBBAEB894869B918893 + A0979EBFB3B6D1BEBEC8B7B8C5B6B9C7B7BBC8B9BBB5A7B19A899A8C8384C2B6 + B6BAAAAAB5A9A6B2ACAABEB1AFB7AFAE969498BEB6C0F8D7E14B2B3203040729 + 24293325284034374B40425A4A4C6B4F5573585F70595D826B678C786F93746D + 8C6664874E5288524AA05C5D9A56607F6A768D8F9D9B94A6908794958C999A90 + A1978B9B9C8FA0998D9D978A9B968999938A9A8F8998928C9C9B92A29891A19A + 91A19A8F9F988F9E9C93A19F96A49C93A19B8F9FA395A39B92A19F93A2A396A6 + 9B8E9D9F93A1ADA4B4645F680000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000191213D07FB062364593 + 5574A3718B772C60522E2EA78CBFB299DB705978452044614055654E4E6C4F69 + 52305C350047A9A3BCFFFFFFD9D2DEC5BECFF4EAF9FFFEFFEADFEEF3E9F8DAC6 + DDAF97B3DCCBDCF5E1F5DAB5CAE5C8DAEEC8E5C3718E340003000B08392E333B + 2732403B4E594C734C436827283F29193B421F4C4B26404E2C3355373754373B + 462E3C391D34361524391C28503049623D617A4060B05C68C268777A50792F4A + 8A3A569B35568E37558C3E5D933B5D9232457C453F673D536C3B53844A50733B + 3B531C233B39334C3C395939396531355A393951302E4F3B39622F4D81424278 + 4D4A7B5F4C8B39458233447740457A4B508318354E7582C00700166C6670B8A9 + B9A195A4A195A5A195A7A197A7A195A6A095A5A095A49B93A1A591A0C3A6B3E1 + C9D6ECD7DFCFBBC6B49DA9B5A4ABAC9FA4AC9AA5A3979EADA1A7BFAEB6B6A6AF + B8A7ACB8A9ADB7A8ACAFA2A7958A957C717AA5989F9D8E96A0969EA59DA3AA9D + A3AB99A1D8BDC6F1BFC9B17C838C65698B5C6A7D505F724F5475555A7E5C6088 + 5E6387595E8E5D6297646A9B6269996068995D65A4686EB1737AB17D81AF8194 + 8687939694A2958D9C938C9B928998938997958D9A948B9B968C9D928A998C87 + 95938C9B998D9E948E9F9791A19A92A19790A09A94A39992A19F97A79E94A39A + 91A09991A09F94A3A293A2A395A5A198A79E98A4A399A89A92A0ACA3B3615D67 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000060008B272974C304866393D6E466C885B745E3A5A36 + 191A6D496F7C609A67598767496F5E475967465F674A695F435B360032AD96BA + FFFFFFDED4E1A38CA9FFFFFFE7DCEFEADCF0EBD4EEB899B5B398AFEDD1E4E1B5 + C5E1C0D2EEC4E1A5556A1600000609122E242C0C1D0E0E190D261F29181E1F00 + 150B030C0F0406080000000B00070B001300070B00070012040732091E421528 + 5B2A318F474BBB5F6FB06182605080283A793A2E712A315D2F3E684F46874947 + 8540386E4D3B724346873D4673424B6E38435227323E303544282F3F4A446244 + 4272493F673C3D632936483A3F5837405E3B38733642705053803E38854C647C + 4042754653850818368387BF03001268646EB7A7B8A49AA79D93A3A195A5A59A + A9A397A8A599A9A298A59D92A19B91A1948B9A8F87959E8898A691A1B59DACAF + 979DB69FA6B7A0ACBDA8B0BBA3ABB0939CCAAFB5CDB1B7D0B4BACCAFB7D2B1B8 + D4B2BBD6B4BADAB6BDD1ACB5D8AEB7C99FA8B99AA1B99BA1D09BA1DC9BA4E4A1 + A8F2ACB2F5B2B7F6B3B8F1B4B9EBAEB5E5AAB2D8A4ABD7A3ACD1A1A7C79EA1B5 + 9099B5959BB7969FB99FA9AE9CABA39BAC9491A1928B9A948A98948B9A988D9E + 978E9D958C9A9289978C87969189998F8B9A8788968C8D9B988E9E9691A19994 + A29C93A39790A09893A19994A39B95A59E94A29A909F9A8E9E9D93A2A093A3A3 + 94A39F98A695919E9E97A49A94A2ACA3B465616B000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000180C + 15995C6F3F324D714751592C3C58384E643E636F4A615F3A424C354952235361 + 3C6F70596967476367486D705F7A5944571D00296A4F71FFFFFFF5F1F8B79FC1 + F0DFEFEDD6EBF1D6EED4B3CB9D788FC598ADE6BCD1DCC4DFDCADC78C35423100 + 002E161C441C25360E1D3307183111183D16204A091E4A0614520B195F192F67 + 313D75393C8A38469B455AA95F6FBF7887D38B98E09AA8CB97B57D77AA2E4C8D + 22366C2E33602C39623B466A474876393469383061473F73544B8545517C2335 + 541D2239263436151F372B2B442F3A5F38466F394270241F2B28323E4451583D + 44664245664D4A7F455476364C74464F8E495787405A8C4B5C870D24458691C0 + 00000D6C646FB3A5B6A49AA9A59AA9A69DABA497A7A195A5A195A49F92A29B8F + 9E9D91A19D91A19F93A39187999A8EA09990A19991A09C909D9E8EA0968B9B90 + 8993847B87988D99968692978693998994928992988B95988992968B929D9099 + 9E8F988A848C8F8A92979199A496A1A4929E9387918D858E887D878279857E78 + 8377747E73747E70727D7D7E8885808C88808D7A76838B8491938A9F928A9D8F + 8A998E8796958D9C958D9B948D9B978D98A08C9B9589978F8998878390888496 + 8C88998B89999193A190909F938F9F9893A29692A19B92A19B94A39D95A49D95 + A496909F9A91A0A193A2A491A3A495A69A96A59994A29993A197909F9F98A59E + 97A3AFA4B46A656F000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000D0000A775873C1D35604946552B + 3F52334352314B58434D57373D52385351404D573F37582F535B3B574F385A59 + 4A6A694F856A537D3E1B4D2F0442E6E6EEFFFFFFC9B5D1D3B7D0E0C2D8D9BBD3 + C194B5BD9BB8EBD8ECDDAFC8BE6783C55A74D9788DD6758CD66F86DB758AD97C + 8FDC7F8FDF8294E189A3E495ADE79EB1E6A2B1E29FB0E19EB7D8A2C1C99AB6B8 + 8DA6A281957762803D3C7A1C32842F3A834D3E7E463F732F3C663036623B3873 + 2C34612E2E3F3E344330313D242B4C3449533342552B2C5551506A191B2F0000 + 00000E07000000242F2B14231D253850473C67383D5F2C42543D4A724A4F763E + 5B782E53763F4C77405E7B266287433D625E9AC90C00096E6670BAACBDA197A5 + A399A9A195A6A29AA8A39BAB9D95A59B93A3A196A89D94A69E95A8958CA0A29A + A99D95A4A196A9A499AB9F99A7A196ACA399AE9D97A9A79FB4A195AAA89DB1A1 + 97AAA19AADA895AB9D93A89E96AA9E96AE9D96ABA097AAA69BAFA494A7A69AA9 + 9B94A59690A39595A79392A49C8EA19992A79A92A4908B9F938D9F9D8D9E9C8B + 9BA194A59B92A39791A1968E9F948D9C978F9D968D9C958D9C938A99938A9994 + 8B9A9286968C8794938FA19190A29495A79791A28E8C9D908D9D8E89989791A2 + 9B95A59690A0948F9F9A93A29890A0978D9E9B91A19F92A3A395A39C95A19B92 + A29891A19D96A59893A19E97A59C95A3A199A79D97A4B3A9B868636C00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000180025B186C3403244643A695F455E593B4C57385758354B5038 + 4053344E4832444E324B50384A4934404A3C474E3D4C4F36315440555B4B6452 + 34592000315A4B70C2C0CBD4C1D6D5B5D3D1C0D4D3C5DDCBB2CEC5A1BAC7A6BB + CEB7C9C6BACEBAAEC7B8A7C7B5ADCBAFACC9ABA3C1AAA1C1A49CBE9A8DAC8C80 + 9F76739C4E5797253D8506284E00090B00000000082500071D000006221C373B + 2F4431222F28274B3136632932552E306039366A20223C1D192F23303C1E3625 + 3639443F4871454E8B35476E152E321A20241D20221D2A253543464A49635E52 + 85524C814342734F4F6F424F5F5D4E814C49823A4982504D74454F5600365248 + 56711F285A5D859B09110B6D636DB5A6B8A59BA9A397A6A299A79B94A6A19BAC + A29CADA19BAD9C96A8A196ABA199AD9E95AA9F99A6A19AA9A197AAA59EAE9996 + A5A29AA99C96A39A96A39993A7A299ACA497ADA496ADA193A99C97A39E98A69A + 92A39E95A69B92A3A39BA9948F9F9694A19A95A29D94A3958D9C948E9C948F9C + 938F9E91909C8F89978C87948D8996918B9890909D8F8C97948B98918C999B90 + A2958F9B958F9B948A99988E9C968D9A988F9C968FA0918EA58A8BA08788998A + 8D9D8B90A0938E9D918E9C948F9E938D9B9892A1968F9E9A94A39A94A2948F9D + 958F9D9B909D9F91A0A193A19A909E9D95A1918E9C9792A19C95A39C94A29C95 + A2A19AA79C95A19D95A2B3A8B76A616C00000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000070B09936CC5 + 493C586246816757936B4A8B66598D6A4290625A7B5E477F5B457B5F4B785B4E + 715846685C44685848685C4B6352455B583D5761435B614A624B28523C183F53 + 3B585F49655C4A60594B62594A62574D655851695148604A3D5A513F65503E67 + 493B5B4A39584B38614B3B684C345D572F515E39583B3D620C3B6A1F49813251 + 73202F3C2C29443A4667243337030B00020D0E0C1F0D041600080C0E12020D1B + 091335304F2837572536403232472E2E452F344B4744775052933E4F7F3F3660 + 142923153B3038425D504A7B5A5A8D4F4A80404E6E45466F4948854B52875454 + 8A4E4B7F535F84333C6D4A447049467527546D42446B164467727E9611091B76 + 6D7AC5B8CDB3A5B9B3A5B9ADA6B9AEA8BCB2ABBEAFA9BDAEA7BCAEA8BCB5AABF + B1A7BDB3A8BDAFA9BCB0A8BEADA7BAB2ABBDAEA7BAB0A7BBB1A7BCB0A7BBB0A7 + BDB3A9BFB0A5BBADA2B8B2A7BDB0A5B7ADA6B8ACA4B8AFA7B9A8A2B4ADA3B8AA + A1B5ABA2B6A9A1B4ABA1B6A6A1B0A49DADA59EAEA19EAD9C96A59992A19D96A6 + 9991A19F95A69B95A69F98AAA398ADA196ABA396A9A299AC9993A69694A39997 + A79E99AA9A98A89E9BADA09DB3A5A1B6A09EB1A1A0B19F9DAFA6A0B0A29CADA9 + A2B4A59DAEA8A2B1A59DADA49EAEA49BABAA9DAFA69AAAA299A8A59BA9A8A0AD + A19DADA8A1B2A8A2B3AEA9B8ADA8B7ACA4B5AFA8B9B3AAB9B3A8B6B0A5B5C5B8 + C579717A00000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000030202493F4F00001342360640004B152F31 + 1837453318652A2B472F2C553027593228582C4053322C523B24572C2E4F2C2F + 45312A502A2C453032452E2A443A31493E344E342F472B203730243730283331 + 252F3A2334311D3519223226273629222B2B1E2638252F2A2731332739432640 + 382C3B292A33302B3830304315263919263A2B314C272B42232B45253151201D + 281E09031D07121A061B220C1A22150B0413000612182A234631395525315C23 + 2F531E2529241F2F180C3C25132A2B28300026300F29311D1B372B2748383259 + 282A461D252C1B253F292A2C202840112047333E4D2C325E15264E080D002614 + 193231481B24522B283E352C3B2B426E1B0D1C433F45726C7869636E6A657066 + 667166656D66636C68666F67627167647169646F69636E6A636E67646D67636E + 69667068626F65636F68616D65606A66606C6A667169636F66636D64616D6560 + 6B69606B67636E696470635D68645D6967616D645E6A68636C615C68635D6A5F + 5A64645D67635D685F5D665C576354545D56555D55565F52586157535B5C5662 + 5856625B58635D575F54545A56575F5A57615E5B665C59605F5C645A58625C5B + 685A5D68605E6A62606B5D5C685D5B63605C65615C66645F6766626B625E675D + 58625E5962625D675E5A645D5A635F5961635F67665F6A656069615D6764626B + 68656F69636D67626B69646C6C646B69646A7771794644480000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000424D3E000000000000003E000000280000005C0100002C00000001000100 + 00000000900700000000000000000000000000000000000000000000FFFFFF00 + 8000000000000000000001000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSdxLCLnk.dcu b/official/x.19/Lib/D7/dxPSdxLCLnk.dcu new file mode 100644 index 00000000..375546b6 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSdxLCLnk.dcu differ diff --git a/official/x.19/Lib/D7/dxPSdxLCLnkD7.dcu b/official/x.19/Lib/D7/dxPSdxLCLnkD7.dcu new file mode 100644 index 00000000..0b63b099 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSdxLCLnkD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPSdxLCLnkReg.dcu b/official/x.19/Lib/D7/dxPSdxLCLnkReg.dcu new file mode 100644 index 00000000..9004a8a0 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSdxLCLnkReg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSdxMVLnk.dfm b/official/x.19/Lib/D7/dxPSdxMVLnk.dfm new file mode 100644 index 00000000..2a1c8ccf --- /dev/null +++ b/official/x.19/Lib/D7/dxPSdxMVLnk.dfm @@ -0,0 +1,831 @@ +object dxMVReportLinkDesignWindow: TdxMVReportLinkDesignWindow + Left = 386 + Top = 219 + BorderStyle = bsDialog + Caption = 'dxMVReportLinkDesignWindow' + ClientHeight = 414 + ClientWidth = 597 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 5 + Width = 589 + Height = 373 + ActivePage = tshColors + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object Bevel11: TBevel + Left = 40 + Top = 13 + Width = 242 + Height = 4 + Shape = bsBottomLine + end + object imgShow: TImage + Left = 9 + Top = 34 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 8 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel16: TBevel + Left = 90 + Top = 102 + Width = 193 + Height = 4 + Shape = bsBottomLine + end + object chbxShowGrid: TCheckBox + Tag = 3 + Left = 90 + Top = 119 + Width = 173 + Height = 17 + Caption = '&Grid' + TabOrder = 3 + OnClick = ShowClick + end + object chbxShowGroupFooterGrid: TCheckBox + Tag = 5 + Left = 90 + Top = 163 + Width = 173 + Height = 17 + Caption = 'Group Footers Grid' + TabOrder = 5 + OnClick = ShowClick + end + object chbxShowHeaders: TCheckBox + Left = 90 + Top = 31 + Width = 173 + Height = 17 + Caption = '&Headers' + TabOrder = 0 + OnClick = ShowClick + end + object chbxShowFooters: TCheckBox + Tag = 1 + Left = 90 + Top = 53 + Width = 173 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 1 + OnClick = ShowClick + end + object chbxShowPreviewGrid: TCheckBox + Tag = 4 + Left = 90 + Top = 141 + Width = 173 + Height = 17 + Caption = 'Nodes Grid' + TabOrder = 4 + OnClick = ShowClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 12 + Left = 90 + Top = 75 + Width = 173 + Height = 17 + Caption = 'ExpandButtons' + TabOrder = 2 + OnClick = ShowClick + end + object lblPreviewWindow: TStaticText + Left = 295 + Top = 0 + Width = 88 + Height = 12 + AutoSize = False + Caption = 'Preview' + TabOrder = 6 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridLineColor: TLabel + Left = 11 + Top = 304 + Width = 74 + Height = 13 + Caption = '&Grid Line color :' + end + object bvlGridLineColorHolder: TBevel + Left = 129 + Top = 299 + Width = 152 + Height = 22 + Visible = False + end + object lblDrawMode: TLabel + Left = 8 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + end + object gbxFixedTransparent: TGroupBox + Left = 6 + Top = 164 + Width = 283 + Height = 126 + Caption = ' ' + TabOrder = 4 + object lblHeaderColor: TLabel + Left = 5 + Top = 49 + Width = 71 + Height = 13 + Caption = '&Header color : ' + end + object lblFooterColor: TLabel + Left = 5 + Top = 75 + Width = 65 + Height = 13 + Caption = 'Footer color :' + end + object bvlHeaderColorHolder: TBevel + Left = 123 + Top = 44 + Width = 152 + Height = 22 + Visible = False + end + object bvlFooterColorHolder: TBevel + Left = 123 + Top = 70 + Width = 152 + Height = 22 + Visible = False + end + object lblGroupNodeColor: TLabel + Left = 5 + Top = 101 + Width = 87 + Height = 13 + Caption = 'Group&Node color :' + end + object bvlGroupNodeColorHolder: TBevel + Left = 123 + Top = 96 + Width = 152 + Height = 22 + Visible = False + end + object lblLevelCaptionColor: TLabel + Left = 5 + Top = 23 + Width = 100 + Height = 13 + Caption = 'CaptionNode Color : ' + end + object bvlCaptionColorHolder: TBevel + Left = 123 + Top = 18 + Width = 152 + Height = 22 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 6 + Top = 53 + Width = 283 + Height = 104 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 5 + Top = 23 + Width = 29 + Height = 13 + Caption = 'C&olor:' + end + object bvlColorHolder: TBevel + Left = 123 + Top = 18 + Width = 152 + Height = 22 + Visible = False + end + object lblPreviewColor: TLabel + Left = 5 + Top = 77 + Width = 71 + Height = 13 + Caption = '&Preview color :' + end + object bvlPreviewColorHolder: TBevel + Tag = 1 + Left = 123 + Top = 72 + Width = 152 + Height = 22 + Visible = False + end + object lblEvenColor: TLabel + Left = 5 + Top = 47 + Width = 59 + Height = 13 + Caption = 'Even Color :' + end + object bvlEvenColorHolder: TBevel + Left = 123 + Top = 43 + Width = 152 + Height = 22 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 51 + Width = 15 + Height = 17 + Caption = ' Tr&ansparent ' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 17 + Top = 163 + Width = 15 + Height = 17 + Caption = ' Fi&xed transparent ' + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 89 + Top = 15 + Width = 193 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 0 + OnClick = cbxDrawModeClick + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 32 + Top = 52 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 32 + Top = 164 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnChangeFont: TButton + Left = 6 + Top = 170 + Width = 116 + Height = 23 + Caption = 'Change Fo&nt ...' + TabOrder = 1 + OnClick = btnChangeFontClick + end + object lbxFonts: TListBox + Left = 6 + Top = 15 + Width = 282 + Height = 148 + Style = lbOwnerDrawFixed + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + ItemHeight = 16 + MultiSelect = True + ParentFont = False + ParentShowHint = False + PopupMenu = pmChangeFont + ShowHint = True + TabOrder = 0 + OnClick = lbxFontsClick + OnDblClick = lbxFontsDblClick + OnDrawItem = lbxFontsDrawItem + OnKeyDown = lbxFontsKeyDown + OnMouseMove = lbxFontsMouseMove + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Bevel12: TBevel + Left = 57 + Top = 12 + Width = 228 + Height = 4 + Shape = bsBottomLine + end + object Bevel13: TBevel + Left = 92 + Top = 83 + Width = 192 + Height = 4 + Shape = bsBottomLine + end + object imgSelection: TImage + Left = 9 + Top = 30 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object imgNodeExpanding: TImage + Left = 9 + Top = 104 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F877778880F87777777778078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblSelection: TLabel + Left = 6 + Top = 8 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object lblExpanding: TLabel + Left = 6 + Top = 79 + Width = 78 + Height = 13 + Caption = 'Node Expanding' + end + object lblRefinements: TLabel + Left = 7 + Top = 215 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlGraphic: TBevel + Left = 76 + Top = 220 + Width = 208 + Height = 4 + Shape = bsBottomLine + end + object imgGraphics: TImage + Left = 9 + Top = 241 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FF7FFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF777777F + F07DD0F77777777FF7FF70888FFF07DDCCCCCCCCDD0F77777777FF7FF7FFFF7F + F07DD0FFFFFFFFFFF7FF70FF8FFF07DDCCCCDCCDDD0FFFFFFFFFFF7FF7F00F7F + F07DD0F777777FFFF7FF70FF8FFF07DDCDDDDCDDDD0F777777FFFF7FF7F00F7F + F07DD0FFFFFFFFFFF7FF70000FFF07DDDDDDDDDDDD0FFFFFFFFFFF7FF7FFFF7F + F07DD0F77777777FF7FF777777FF07DDDDDDDDDDDD0F77777777FF7FF777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCFFF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCCCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FFCCCCCFFF07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7F9999999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FF99999FFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLookAndFeel: TLabel + Left = 6 + Top = 148 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object img3DEffects: TImage + Left = 9 + Top = 172 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel15: TBevel + Left = 83 + Top = 152 + Width = 200 + Height = 4 + Shape = bsBottomLine + end + object chbxTransparentColumnGraphic: TCheckBox + Tag = 7 + Left = 90 + Top = 239 + Width = 188 + Height = 17 + Caption = 'Transparent Column &Graphics' + TabOrder = 5 + OnClick = ShowClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 8 + Left = 90 + Top = 261 + Width = 188 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 6 + OnClick = ShowClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 31 + Width = 188 + Height = 17 + Caption = 'Only &selected' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxExtendedSelect: TCheckBox + Left = 90 + Top = 53 + Width = 188 + Height = 17 + Caption = '&Extended select' + TabOrder = 1 + OnClick = chbxExtendedSelectClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 102 + Width = 188 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 2 + OnClick = chbxAutoNodesExpandClick + end + object chbxUse3DEffects: TCheckBox + Tag = 9 + Left = 90 + Top = 171 + Width = 188 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 3 + OnClick = ShowClick + end + object chbxUseSoft3D: TCheckBox + Tag = 10 + Left = 90 + Top = 193 + Width = 188 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 4 + OnClick = ShowClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 11 + Left = 90 + Top = 305 + Width = 173 + Height = 17 + Caption = 'Display CheckMarks as Text' + TabOrder = 8 + OnClick = ShowClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 6 + Left = 90 + Top = 283 + Width = 173 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 7 + OnClick = ShowClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + ImageIndex = 4 + object lblPreviewLineCount: TLabel + Left = 90 + Top = 82 + Width = 99 + Height = 13 + Caption = 'Preview &Line Count: ' + end + object bvlPreviewLineCountHolder: TBevel + Left = 193 + Top = 78 + Width = 81 + Height = 21 + Visible = False + end + object lblPreview: TLabel + Left = 6 + Top = 8 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Bevel1: TBevel + Left = 52 + Top = 13 + Width = 226 + Height = 4 + Shape = bsBottomLine + end + object imgPreview: TImage + Left = 9 + Top = 30 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxShowPreview: TCheckBox + Tag = 2 + Left = 90 + Top = 31 + Width = 97 + Height = 17 + Caption = 'Pre&view' + TabOrder = 0 + OnClick = ShowClick + end + object chbxAutoCalcPreviewLines: TCheckBox + Left = 90 + Top = 53 + Width = 169 + Height = 17 + Caption = '&Auto Calc Preview Lines' + TabOrder = 1 + OnClick = chbxAutoCalcPreviewLinesClick + end + end + end + object pnlPreview: TPanel + Left = 303 + Top = 44 + Width = 281 + Height = 324 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + object dxMVPreview: TdxMasterView + Left = 5 + Top = 5 + Width = 271 + Height = 313 + Enabled = False + TabOrder = 0 + Visible = False + OptionsView = [movAutoColumnWidth, movHideFocusRect, movHideSelection, movKeepColumnWidths, movTransparentDragAndDrop, movUseBitmap, movUseBitmapToDrawPreview] + ScrollBars = sbNone + object mvsCaptionStyle: TdxMasterViewStyle + end + object mvsContentStyle: TdxMasterViewStyle + end + object mvsFooterStyle: TdxMasterViewStyle + end + object mvsGroupStyle: TdxMasterViewStyle + end + object mvsHeaderStyle: TdxMasterViewStyle + end + object mvsPreviewStyle: TdxMasterViewStyle + end + object mvsAnotherContentStyle: TdxMasterViewStyle + end + end + end + object pmChangeFont: TPopupMenu + OnPopup = pmChangeFontPopup + Left = 4 + Top = 383 + object miChangeFont: TMenuItem + Caption = 'Change Fo&nt ...' + Default = True + ShortCut = 16454 + OnClick = btnChangeFontClick + end + end +end diff --git a/official/x.19/Lib/D7/dxPSdxOCLnk.dfm b/official/x.19/Lib/D7/dxPSdxOCLnk.dfm new file mode 100644 index 00000000..53495fa7 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSdxOCLnk.dfm @@ -0,0 +1,169 @@ +object dxOCReportLinkDesignWindow: TdxOCReportLinkDesignWindow + Left = 518 + Top = 415 + ActiveControl = chbxFullExpand + BorderStyle = bsDialog + Caption = 'Report Designer' + ClientHeight = 293 + ClientWidth = 552 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 544 + Height = 254 + ActivePage = tshOptions + MultiLine = True + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object pnlOptions: TPanel + Left = 0 + Top = 0 + Width = 536 + Height = 226 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object lblPreview: TLabel + Left = 241 + Top = 2 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object chbxFullExpand: TCheckBox + Left = 17 + Top = 10 + Width = 216 + Height = 17 + Caption = 'Full &Expand' + TabOrder = 0 + OnClick = chbxFullExpandClick + end + object gbxTransparent: TGroupBox + Left = 5 + Top = 43 + Width = 231 + Height = 56 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 7 + Top = 26 + Width = 35 + Height = 13 + Caption = 'Co&lor : ' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 86 + Top = 22 + Width = 138 + Height = 21 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 17 + Top = 41 + Width = 15 + Height = 17 + TabOrder = 1 + OnClick = chbxTransparentClick + end + object gbxBorder: TGroupBox + Left = 5 + Top = 109 + Width = 231 + Height = 56 + Caption = ' ' + TabOrder = 4 + object lblGridLinesColor: TLabel + Left = 7 + Top = 26 + Width = 67 + Height = 13 + Caption = '&Border Color: ' + OnClick = lblColorClick + end + object bvlLineColorHolder: TBevel + Left = 86 + Top = 22 + Width = 138 + Height = 21 + Visible = False + end + end + object chbxDrawBorder: TCheckBox + Left = 17 + Top = 107 + Width = 15 + Height = 17 + TabOrder = 3 + OnClick = chbxDrawBorderClick + end + object stTransparent: TStaticText + Left = 32 + Top = 42 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stDrawBorder: TStaticText + Left = 32 + Top = 108 + Width = 70 + Height = 17 + Caption = ' Draw Border ' + FocusControl = chbxDrawBorder + TabOrder = 6 + OnClick = stDrawBorderClick + end + end + end + end + object pnlPreview: TPanel + Left = 250 + Top = 46 + Width = 290 + Height = 201 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + TabOrder = 1 + object ocPreview: TdxOrgChart + Left = 6 + Top = 5 + Width = 279 + Height = 192 + DefaultImageAlign = iaLT + BorderStyle = bsNone + Options = [ocDblClick, ocEdit, ocCanDrag, ocShowDrag, ocRect3D] + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Visible = False + Items = { + 000001005A000000FFFFFF1F01000200011600436F72706F7261746520486561 + 647175617274657273020050000000FFFFFF1F0100010001130053616C657320 + 616E64204D61726B6574696E67010050000000FFFFFF1F010003000117004669 + 656C64204F66666963653A2043616E6164610D0A09000050000000FFFFFF1F01 + 000000010B00456E67696E656572696E670000} + end + end +end diff --git a/official/x.19/Lib/D7/dxPSdxTLLnk.dfm b/official/x.19/Lib/D7/dxPSdxTLLnk.dfm new file mode 100644 index 00000000..01736dc8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSdxTLLnk.dfm @@ -0,0 +1,1467 @@ +object dxTLReportLinkDesignWindow: TdxTLReportLinkDesignWindow + Left = 485 + Top = 220 + BorderStyle = bsDialog + Caption = 'dxTLReportLinkDesigner' + ClientHeight = 434 + ClientWidth = 582 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object PageControl1: TPageControl + Left = 4 + Top = 4 + Width = 574 + Height = 395 + ActivePage = tshColors + TabOrder = 0 + OnChange = PageControl1Change + object tshOptions: TTabSheet + Caption = '&Options' + object Bevel11: TBevel + Left = 46 + Top = 13 + Width = 221 + Height = 4 + Shape = bsBottomLine + end + object imgShow: TImage + Left = 9 + Top = 35 + Width = 32 + Height = 32 + Center = True + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888888888888888888888888888888 + 8888888888000000000000000000000888888888880FFFFFFFFFFFFFFFFFFFC8 + 8C888888880F77777700000077777FCC8CC88888880F77777777777777777FCC + CCCC8888880FFFFFFFFFFFFFFFFFFFCC8CC88888880F77777777777777777FC8 + 8C888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000FFF7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F0000000F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F77777777777777777F08 + 88888888880F7FFFFF7FFFFFFFFF7F0888888888880F7F000F7F00000F0F7F08 + 88888888880F7FFFFF7FFFFFFFFF7F08888888C888CF77777777777777777F08 + 88888CC8CCCFFFFFFFFFFFFFFFFFFF088888CCCCCCCF70000000770000007F08 + 88888CC8CCCF77777777777777777F08888888C888CFFFFFFFFFFFFFFFFFFF08 + 8888888888000000000000000000000888888888888888888888888888888888 + 8888888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblShow: TLabel + Left = 6 + Top = 9 + Width = 26 + Height = 13 + Caption = 'Show' + end + object Bevel16: TBevel + Left = 89 + Top = 107 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object bvlShowImages: TBevel + Left = 89 + Top = 223 + Width = 178 + Height = 4 + Shape = bsBottomLine + end + object Bevel2: TBevel + Left = 89 + Top = 164 + Width = 178 + Height = 3 + Shape = bsBottomLine + end + object Bevel10: TBevel + Left = 90 + Top = 282 + Width = 177 + Height = 4 + Shape = bsBottomLine + end + object Image1: TImage + Left = 9 + Top = 303 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00888888888888888888888888888888888777777777777777708888888888 + 888887FFFFFFFFFFFFFFF08888888888888887F7777777777777F07777708888 + 888887F7777777777777F0FFFFF08888888887F7777777777777F07777F07777 + 708887FFFFFFFFFFFFFFF07777F0FFFFF08887F777777777777FF07777F07777 + F08887FFFFFFFFFFFFFFF0FFFFF07777F08887F77777777777FFF077FFF07777 + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777777FFFFF0777FF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F777777FFFFFFFF07FFFF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF0777FF0777F + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777FFFF077FFF07FFF + F08887FFFFFFFFFFFFFFF0FFFFF0FFFFF08887F7777777777777F077FFF077FF + F08887F7777777777777F0FFFFF0FFFFF08887F7777777777777F0FFFFF07FFF + F08887FFFFFFFFFFFFFFF07777F0FFFFF0888000000000000000007777F077FF + F08888888887F7777777777777F0FFFFF08888888887FFFFFFFFFFFFFFF07777 + F0888888888000000000000000007777F08888888888888887F7777777777777 + F08888888888888887FFFFFFFFFFFFFFF0888888888888888000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblOnEveryPage: TLabel + Left = 8 + Top = 278 + Width = 72 + Height = 13 + Caption = 'On Every Page' + end + object chbxShowGrid: TCheckBox + Tag = 6 + Left = 90 + Top = 177 + Width = 165 + Height = 17 + Caption = '&Grid Lines' + TabOrder = 6 + OnClick = chbxShowClick + end + object chbxShowNodeGrid: TCheckBox + Tag = 5 + Left = 90 + Top = 198 + Width = 165 + Height = 17 + Caption = 'Node Grid Lines' + TabOrder = 7 + OnClick = chbxShowClick + end + object chbxShowBands: TCheckBox + Left = 90 + Top = 23 + Width = 165 + Height = 17 + Caption = 'Ba&nds' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxShowHeaders: TCheckBox + Tag = 1 + Left = 90 + Top = 43 + Width = 165 + Height = 17 + Caption = '&Headers' + TabOrder = 1 + OnClick = chbxShowClick + end + object chbxShowFooters: TCheckBox + Tag = 2 + Left = 90 + Top = 64 + Width = 165 + Height = 17 + Caption = 'Foo&ters' + TabOrder = 2 + OnClick = chbxShowClick + end + object chbxShowGroupFooters: TCheckBox + Tag = 3 + Left = 90 + Top = 84 + Width = 165 + Height = 17 + Caption = 'G&roup Footers' + TabOrder = 3 + OnClick = chbxShowClick + end + object chbxShowStateImages: TCheckBox + Tag = 9 + Left = 90 + Top = 236 + Width = 165 + Height = 17 + Caption = 'State Images' + TabOrder = 8 + OnClick = chbxShowClick + end + object chbxShowImages: TCheckBox + Tag = 8 + Left = 90 + Top = 256 + Width = 165 + Height = 17 + Caption = 'Images' + TabOrder = 9 + OnClick = chbxShowClick + end + object chbxShowExpandButtons: TCheckBox + Tag = 17 + Left = 90 + Top = 119 + Width = 165 + Height = 17 + Caption = 'Expand Buttons' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxShowTreeLines: TCheckBox + Tag = 16 + Left = 90 + Top = 140 + Width = 165 + Height = 17 + Caption = 'TreeLines' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxBandsOnEveryPage: TCheckBox + Left = 90 + Top = 300 + Width = 165 + Height = 17 + Caption = 'Ba&nds On Every Page' + TabOrder = 10 + OnClick = chbxBandsOnEveryPageClick + end + object chbxHeadersOnEveryPage: TCheckBox + Left = 90 + Top = 322 + Width = 165 + Height = 17 + Caption = 'Headers On Every &Page' + TabOrder = 11 + OnClick = chbxHeadersOnEveryPageClick + end + object chbxFootersOnEveryPage: TCheckBox + Left = 90 + Top = 344 + Width = 165 + Height = 17 + Caption = 'Footers On E&very Page' + TabOrder = 12 + OnClick = chbxFootersOnEveryPageClick + end + object lblPreviewWindow: TStaticText + Left = 279 + Top = 0 + Width = 82 + Height = 14 + AutoSize = False + Caption = 'Preview' + TabOrder = 13 + end + end + object tshColors: TTabSheet + Caption = '&Color' + object lblGridlineColor: TLabel + Left = 9 + Top = 296 + Width = 74 + Height = 13 + Caption = '&Grid Line color :' + OnClick = lblColorClick + end + object bvlGridLineColorHolder: TBevel + Left = 122 + Top = 291 + Width = 145 + Height = 22 + Visible = False + end + object bvlTreeLineColorHolder: TBevel + Left = 122 + Top = 320 + Width = 145 + Height = 22 + end + object lblTreeLineColor: TLabel + Left = 9 + Top = 325 + Width = 78 + Height = 13 + Caption = 'TreeLines Color:' + end + object lblDrawMode: TLabel + Left = 7 + Top = 21 + Width = 58 + Height = 13 + Caption = 'Draw &Mode:' + FocusControl = cbxDrawMode + OnClick = lblDrawModeClick + end + object gbxFixedTransparent: TGroupBox + Left = 4 + Top = 162 + Width = 269 + Height = 121 + Caption = ' ' + TabOrder = 4 + object lblBandColor: TLabel + Left = 5 + Top = 23 + Width = 60 + Height = 13 + Caption = '&Band color : ' + OnClick = lblColorClick + end + object lblHeaderColor: TLabel + Left = 5 + Top = 47 + Width = 71 + Height = 13 + Caption = '&Header color : ' + OnClick = lblColorClick + end + object lblRowFooterColor: TLabel + Left = 5 + Top = 96 + Width = 94 + Height = 13 + Caption = 'Gro&upFooter color :' + OnClick = lblColorClick + end + object bvlBandColorHolder: TBevel + Tag = 2 + Left = 118 + Top = 17 + Width = 145 + Height = 22 + Visible = False + end + object bvlHeaderColorHolder: TBevel + Left = 118 + Top = 42 + Width = 145 + Height = 22 + Visible = False + end + object bvlRowFooterColorHolder: TBevel + Left = 118 + Top = 92 + Width = 145 + Height = 22 + Visible = False + end + object lblGroupNodeColor: TLabel + Left = 5 + Top = 72 + Width = 87 + Height = 13 + Caption = 'Group&Node color :' + OnClick = lblColorClick + end + object bvlGroupNodeColorHolder: TBevel + Left = 118 + Top = 67 + Width = 145 + Height = 22 + Visible = False + end + end + object gbxTransparent: TGroupBox + Left = 4 + Top = 51 + Width = 269 + Height = 104 + Caption = ' ' + TabOrder = 2 + object lblColor: TLabel + Left = 5 + Top = 23 + Width = 29 + Height = 13 + Caption = 'C&olor:' + OnClick = lblColorClick + end + object bvlColorHolder: TBevel + Left = 118 + Top = 18 + Width = 145 + Height = 22 + Visible = False + end + object lblPreviewColor: TLabel + Left = 5 + Top = 77 + Width = 71 + Height = 13 + Caption = '&Preview color :' + OnClick = lblColorClick + end + object bvlPreviewColorHolder: TBevel + Tag = 1 + Left = 118 + Top = 72 + Width = 145 + Height = 22 + Visible = False + end + object lblEvenColor: TLabel + Left = 5 + Top = 47 + Width = 59 + Height = 13 + Caption = 'Even Color :' + OnClick = lblColorClick + end + object bvlEvenColorHolder: TBevel + Left = 118 + Top = 43 + Width = 145 + Height = 22 + Visible = False + end + end + object chbxTransparent: TCheckBox + Left = 15 + Top = 49 + Width = 15 + Height = 17 + Caption = ' Tr&ansparent ' + TabOrder = 1 + OnClick = chbxTransparentClick + end + object chbxFixedTransparent: TCheckBox + Tag = 1 + Left = 15 + Top = 160 + Width = 15 + Height = 17 + TabOrder = 3 + OnClick = chbxTransparentClick + end + object cbxDrawMode: TComboBox + Left = 104 + Top = 15 + Width = 169 + Height = 25 + Style = csOwnerDrawFixed + ItemHeight = 19 + TabOrder = 0 + OnChange = cbxDrawModeChange + OnDrawItem = cbxDrawModeDrawItem + Items.Strings = ( + 'Simpe' + 'Odd\Even Rows Mode' + 'Borrow From Source') + end + object stTransparent: TStaticText + Left = 30 + Top = 50 + Width = 76 + Height = 17 + Caption = ' &Transparent ' + FocusControl = chbxTransparent + TabOrder = 5 + OnClick = stTransparentClick + end + object stFixedTransparent: TStaticText + Left = 30 + Top = 161 + Width = 98 + Height = 17 + Caption = ' Fixed Transparent ' + FocusControl = chbxFixedTransparent + TabOrder = 6 + OnClick = stFixedTransparentClick + end + end + object tshFonts: TTabSheet + Caption = '&Font' + object btnChangeFont: TButton + Left = 6 + Top = 189 + Width = 116 + Height = 23 + Caption = 'Change Fo&nt ...' + TabOrder = 0 + OnClick = btnChangeFontClick + end + object lbxFonts: TListBox + Left = 6 + Top = 16 + Width = 268 + Height = 167 + Style = lbOwnerDrawFixed + ItemHeight = 16 + MultiSelect = True + ParentShowHint = False + PopupMenu = pmChangeFont + ShowHint = True + TabOrder = 1 + OnClick = lbxFontsClick + OnDblClick = lbxFontsDblClick + OnDrawItem = lbxFontsDrawItem + OnKeyDown = FontsKeyDown + OnMouseMove = FontsMouseMove + end + end + object tshBehaviors: TTabSheet + Caption = '&Behaviors' + object Bevel12: TBevel + Left = 57 + Top = 13 + Width = 210 + Height = 4 + Shape = bsBottomLine + end + object Bevel13: TBevel + Left = 63 + Top = 85 + Width = 204 + Height = 4 + Shape = bsBottomLine + end + object Image3: TImage + Left = 9 + Top = 33 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 77788000000000000000000000000788C8888C88880000000000000000000000 + 00788088888887888888888888880788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788088888887887777778888880788CCCCCCCC880F77777777777777777777 + F0788087777787887777777777880788CCCC8CC8880F7FFF77777FF77777FFF7 + F0788088888887888888888888880788C8888C88880F77777777777777777777 + F078807777777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F00000F7FF0000000000FF078888888888880F7F8888888888F7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F078808888888788888888888888078888888888880F7F888888888FF7F888F7 + F0788087777887887777777788880788C8888C88880F7FFFFFFFFFFFF7FFFFF7 + F0788088888887888888888888880788CCCC8CC8880F77777777777777777777 + F0788077777777777777777777770788CCCCCCCC880F7F888888888FF7F888F7 + F0788088888887888888888888880788CCCC8CC8880F7FFFFFFFFFFFF7FFFFF7 + F0788087777787887777777788880788C8888C88880F77777777777777777777 + F078808888888788888888888888078888888888880F7F8888888888F7F888F7 + F078807777777777777777777777078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F0000FF7FF0000000000FF078888888888880F7F888888888FF7F888F7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F078807777777777777777777777078888888888880F77777777777777777777 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F7F888888888FF7F888F7 + F07880F00000F7FF0000000000FF078888888888880F7FFFFFFFFFFFF7FFFFF7 + F07880FFFFFFF7FFFFFFFFFFFFFF078888888888880F77777777777777777777 + F0788000000000000000000000000788C8888C88880FFFFFFFFFFFFFFFFFFFFF + F07880F8888880F88888888888880788CCCC8CC8880F77777777777777777777 + F07880F8000080F80000008888880788CCCCCCCC880F77777777777777777777 + F07880FFFFFFF0FFFFFFFFFFFFFF0788CCCC8CC8880FFFFFFFFFFFFFFFFFFFFF + F0788000000000000000000000000888C8888C88880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object Image4: TImage + Left = 9 + Top = 104 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00887777777777777777777777778888888888888777777777777777777777 + 7778800000000000000000000000078888888888880000000000000000000000 + 007880FFF7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7FF777777FFF77777FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7777777777777777777078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F8F7FFFFF7FFFFFFFFFFFF078888888888880F77777777777777777777 + F07880F8F7F777F7F777777777FF078888888888880F7F7F8888FF7F88888FF7 + F07880FFF7FFFFF7FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F8F7777777777777777777078888888888880F7F7F888FFF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F777777777777777777 + F0788077777777777777777777770788C8888C88880F7FF888888FFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880F0F7777777FFFFFFFFFFFF0788CCCCCCCC880F77777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCC8CC8880F7F7F8888FF7F88888FF7 + F0788077777777777777777777770788C8888C88880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF078888888888880F7F7F8888FF7F888888F7 + F07880F0F7777777FFFFFFFFFFFF078888888888880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F7F7F8888FF7F888888F7 + F0788077777777777777777777770788CCCC8CC8880F7F777777777777777777 + F07880FFFFFFFFFFFFFFFFFFFFFF0788CCCCCCCC880F7FF88888FFFFFFFFFFF7 + F07880F0F777777FFFFFFFFFFFFF0788CCCC8CC8880F7FFFFFFFFFFFFFFFFFF7 + F07880FFFFFFFFFFFFFFFFFFFFFF0788C8888C88880F77777777777777777777 + F078800000000000000000000000078888888888880FFFFFFFFFFFFFFFFFFFFF + F07880F888888880F88888888888078888888888880F77777777777777777777 + F07880F800008880F80000000008078888888888880F77777777777777777777 + F07880FFFFFFFFF0FFFFFFFFFFFF078888888888880FFFFFFFFFFFFFFFFFFFFF + F078800000000000000000000000088888888888880000000000000000000000 + 0088888888888888888888888888888888888888888888888888888888888888 + 8888} + Transparent = True + end + object lblExpandLevel: TLabel + Left = 90 + Top = 124 + Width = 68 + Height = 13 + Caption = 'Expand &level: ' + OnClick = lblExpandLevelClick + end + object bvlExpandLevelHolder: TBevel + Left = 210 + Top = 122 + Width = 58 + Height = 21 + Visible = False + end + object lblSelection: TLabel + Left = 6 + Top = 9 + Width = 43 + Height = 13 + Caption = 'Selection' + end + object lblExpanding: TLabel + Left = 6 + Top = 81 + Width = 50 + Height = 13 + Caption = 'Expanding' + end + object lblRefinements: TLabel + Left = 7 + Top = 225 + Width = 60 + Height = 13 + Caption = 'Refinements' + end + object bvlRefinements: TBevel + Left = 73 + Top = 230 + Width = 194 + Height = 4 + Shape = bsBottomLine + end + object imgRefinements: TImage + Left = 9 + Top = 248 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD777777777777777777777777DDDDDDDDDDDDD777777777777777777777 + 777DD0000000000000000000000007DDDDDDDDDDDD0000000000000000000000 + 007DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFF99999FF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F77777777FF7FCC99999FF07DDCCCCCCCCDD0F77777777FF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCC99999FF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777FFFF7FCC99999FF07DDCDDDDCDDDD0F777777FFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FCC99999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F77777777FF7FCCCCCFFFF07DDDDDDDDDDDD0F77777777FF7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0FFFFFFFFFFF7FFFFFFFFFF07DDCDDDDCDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFCCCCCCCF07DDCCCCCCCCDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFFCCCCCFF07DDCCCCDCCDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F7777777FFF7FF9999999F07DDCDDDDCDDDD0F7777777FFF7FFFFFFFFF + F07DD0FFFFFFFFFFF7FFF99999FF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0F777777777F7FFFFFFFFFF07DDDDDDDDDDDD0F777777777F7F7777777F + F07DD0FFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + F07DD0777777777777777777777707DDDDDDDDDDDD0777777777777777777777 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0F80000888887F88888888707DDDDDDDDDDDD0F80000888887F88888888 + 707DD0F80000000087F80000008707DDDDDDDDDDDD0F80000000087F80000008 + 707DD0F88888888887F88888888707DDDDDDDDDDDD0F88888888887F88888888 + 707DD0FFFFFFFFFFF7FFFFFFFFF707DDDDDDDDDDDD0FFFFFFFFFFF7FFFFFFFFF + 707DD000000000000000000000000DDDDDDDDDDDDD0000000000000000000000 + 00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object lblLookAndFeel: TLabel + Left = 6 + Top = 152 + Width = 67 + Height = 13 + Caption = 'Look And Feel' + end + object Image8: TImage + Left = 9 + Top = 174 + Width = 64 + Height = 32 + Picture.Data = { + 07544269746D617076040000424D760400000000000076000000280000004000 + 0000200000000100040000000000000400000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DD7777777777777777777777777DDDDDDDDDDDD777777777777777777777 + 7777D00000000000000000000000007DDDDDDDDDDD0000000000000000000000 + 0007D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D08777777777780877777788807DCCCCDCCDDD0877777777778787777788 + 8F07D08888888888880888888888807DCCCCCCCCDD0888888888888788888888 + 8F07D00000000000000000000000007DCCCCDCCDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F7777777FF07DDDDDDDDDDD0F777777777FF7F7777777 + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F777777FFF07DDDDDDDDDDD0F777777FFFFF7F777777F + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F7777777777F7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F77777777FFF7F77777FFFF07DDDDDDDDDDD0F77777777FFF7F77777FF + FF07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D07777777777777777777777707DDDDDDDDDDD0777777777777777777777 + 7707D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D0F777777FFFFF7F77777777F07DDDDDDDDDDD0F777777FFFFF7F7777777 + 7F07D0FFFFFFFFFFFF7FFFFFFFFFF07DDDDDDDDDDD0FFFFFFFFFFFF7FFFFFFFF + FF07D00000000000000000000000007DCDDDDCDDDD0000000000000000000000 + 0007D08888888888880888888888807DCCCCDCCDDD0777777777777777777777 + 7707D08888888888880888888888807DCCCCCCCCDD0F88888888888788888888 + 8707D08000000008880880000000807DCCCCDCCDDD0F00000000888788000000 + 8707D08888888888880888888888807DCDDDDCDDDD0FFFFFFFFFFFF7FFFFFFFF + F707D0000000000000000000000000DDDDDDDDDDDD0000000000000000000000 + 000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel15: TBevel + Left = 82 + Top = 156 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object chbxTransparentColumnGraphic: TCheckBox + Tag = 10 + Left = 90 + Top = 246 + Width = 179 + Height = 17 + Caption = 'Transparent &Graphics' + TabOrder = 5 + OnClick = chbxShowClick + end + object chbxDisplayGraphicsAsText: TCheckBox + Tag = 11 + Left = 90 + Top = 268 + Width = 179 + Height = 17 + Caption = 'Display Graphics As &Text' + TabOrder = 6 + OnClick = chbxShowClick + end + object chbxOnlySelected: TCheckBox + Left = 90 + Top = 31 + Width = 179 + Height = 17 + Caption = 'Only &selected' + TabOrder = 0 + OnClick = chbxOnlySelectedClick + end + object chbxExtendedSelect: TCheckBox + Left = 90 + Top = 53 + Width = 179 + Height = 17 + Caption = '&Extended select' + TabOrder = 1 + OnClick = chbxExtendedSelectClick + end + object chbxAutoNodesExpand: TCheckBox + Left = 90 + Top = 98 + Width = 179 + Height = 17 + Caption = '&Auto Node Expanded' + TabOrder = 2 + OnClick = chbxAutoNodesExpandClick + end + object chbxUse3DEffects: TCheckBox + Tag = 12 + Left = 90 + Top = 172 + Width = 179 + Height = 17 + Caption = '&Use 3D Effects' + TabOrder = 3 + OnClick = chbxShowClick + end + object chbxUseSoft3D: TCheckBox + Tag = 13 + Left = 90 + Top = 194 + Width = 179 + Height = 17 + Caption = 'Soft &3D' + TabOrder = 4 + OnClick = chbxShowClick + end + object chbxCheckMarksAsText: TCheckBox + Tag = 15 + Left = 90 + Top = 312 + Width = 179 + Height = 17 + Caption = 'Display Check Marks as Text' + TabOrder = 8 + OnClick = chbxShowClick + end + object chbxFlatCheckMarks: TCheckBox + Tag = 7 + Left = 90 + Top = 290 + Width = 179 + Height = 17 + Caption = 'Flat Check &Marks' + TabOrder = 7 + OnClick = chbxShowClick + end + end + object tshPreview: TTabSheet + Caption = 'Preview' + object Bevel9: TBevel + Left = 54 + Top = 13 + Width = 213 + Height = 4 + Shape = bsBottomLine + end + object lblPreviewLineCount: TLabel + Left = 90 + Top = 69 + Width = 99 + Height = 13 + Caption = 'Preview &Line Count: ' + OnClick = lblExpandLevelClick + end + object bvlPreviewLineCountHolder: TBevel + Left = 196 + Top = 66 + Width = 67 + Height = 21 + Visible = False + end + object lblPreview: TLabel + Left = 6 + Top = 9 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object imgPreview: TImage + Left = 9 + Top = 33 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDD7777777777777777777777777DDDDDD0000000000000000000000000 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F888F7FF888F7F8888F7F07DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCFFCCCCFFCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFCCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCFCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCFCCFCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCFFCCCFCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F7FCCCCCCCCCCCCCCCCCF7F07DDDDDD0F7FFFFFFFFFFFFFFFFFFF7F0 + 7DDDDDD0F777777777777777777777F07DDDDDD0F7F888F7FF888F7FF888F7F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0F7F88887F888887F888887F07DDDDDD0F7F00087F000087F000087F0 + 7DDDDDD0F7FFFFF7FFFFFF7FFFFFF7F07DDDDDD0F777777777777777777777F0 + 7DDDDDD0FFFFFFFFFFFFFFFFFFFFFFF07DDDDDD0000000000000000000000000 + DDDD} + Transparent = True + end + object chbxShowPreview: TCheckBox + Tag = 4 + Left = 90 + Top = 23 + Width = 169 + Height = 17 + Caption = 'Pre&view' + TabOrder = 0 + OnClick = chbxShowClick + end + object chbxAutoCalcPreviewLines: TCheckBox + Left = 90 + Top = 43 + Width = 169 + Height = 17 + Caption = '&Auto Calc Preview Lines' + TabOrder = 1 + OnClick = chbxAutoCalcPreviewLinesClick + end + end + end + object pnlPreview: TPanel + Left = 287 + Top = 44 + Width = 282 + Height = 343 + BevelInner = bvLowered + BevelOuter = bvNone + Color = clWindow + Ctl3D = True + ParentCtl3D = False + TabOrder = 1 + object dxTLPreview: TdxTreeList + Left = 7 + Top = 4 + Width = 268 + Height = 330 + Bands = < + item + Caption = 'Item Data' + Width = 201 + end> + DefaultLayout = False + HeaderPanelRowCount = 1 + BorderStyle = bsNone + Ctl3D = True + Enabled = False + ParentCtl3D = False + TabOrder = 0 + Visible = False + Images = ilTLImages + LookAndFeel = lfFlat + Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoPreview, aoAutoWidth] + OptionsEx = [aoBandHeaderWidth, aoAutoCalcPreviewLines, aoBandSizing, aoBandMoving, aoDragScroll, aoDragExpand] + PaintStyle = psOutlook + StateImages = ilTLImages + TreeLineColor = clGrayText + ScrollBars = ssNone + ShowBands = True + ShowButtons = False + ShowGrid = True + ShowRowFooter = True + ShowFooter = True + OnCustomDrawBand = dxTLPreviewCustomDrawBand + OnCustomDrawColumnHeader = dxTLPreviewCustomDrawColumnHeader + OnCustomDrawCell = dxTLPreviewCustomDrawCell + OnCustomDrawFooterNode = dxTLPreviewCustomDrawFooterNode + OnCustomDrawFooter = dxTLPreviewCustomDrawFooter + OnCustomDrawPreviewCell = dxTLPreviewCustomDrawPreviewCell + OnGetFooterCellText = dxTLPreviewGetFooterCellText + OnGetPreviewLineCount = dxTLPreviewGetPreviewLineCount + OnGetPreviewText = dxTLPreviewGetPreviewText + OnIsExistRowFooterCell = dxTLPreviewIsExistRowFooterCell + OnIsExistFooterCell = dxTLPreviewIsExistFooterCell + OnIsLevelFooter = dxTLPreviewIsLevelFooter + Data = { + FFFFFFFF03000000180000000000000000000000010000000000000000000000 + 020000000D0000004E6F6465203120436F6C2023310D0000004E6F6465203120 + 436F6C2023331800000000000000000000000100000000000000020000000200 + 00000D0000004E6F6465203220436F6C20233104000000547275651800000000 + 0000000000000001000000000000000000000002000000090000005375624E6F + 6465203100000000180000000000000000000000010000000000000000000000 + 01000000090000005375624E6F64652032180000000000000000000000010000 + 000000000001000000020000000D0000004E6F6465203320436F6C2023310400 + 0000547275651800000000000000000000000100000000000000000000000200 + 0000090000005375624E6F64652033090000005375624E6F64652033} + object dxTLPreviewColumn1: TdxTreeListColumn + Alignment = taLeftJustify + Width = 117 + BandIndex = 0 + RowIndex = 0 + end + object dxTLPreviewColumn3: TdxTreeListCheckColumn + Caption = 'Axisymmetric' + Width = 83 + BandIndex = 0 + RowIndex = 0 + OnCustomDrawCell = dxTLPreviewColumn3CustomDrawCell + AllowGrayed = True + ShowNullFieldStyle = nsInactive + ValueChecked = 'True' + ValueUnchecked = 'False' + end + object dxTLPreviewColumn4: TdxTreeListImageColumn + Alignment = taLeftJustify + Caption = 'Shape' + MinWidth = 16 + Width = 68 + BandIndex = 0 + RowIndex = 0 + OnCustomDrawCell = dxTLPreviewColumn4CustomDrawCell + Images = ilTLImages + ImageIndexes.Strings = ( + '0' + '1' + '2' + '3' + '4' + '5' + '6') + Values.Strings = ( + '' + '' + '2' + '3' + '4' + '5' + '6') + end + end + end + object ilTLImages: TImageList + Left = 5 + Top = 404 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000008400000000000000000000000000000000000000FF000000FF00 + 0000FF00000000000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000FF000000FF00 + 0000FF00000000000000FF000000FF000000FF00000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000000084000000000000008400FF000000FF000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000FF000000FF00 + 0000FF000000FF00000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000000000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000000084000000840000000000000084000000840000008400000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF0000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000000000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000000000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000840000008400000084000000000000008400000084000000 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF000000FF00000084000000840000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000000000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000008400000084000000840000000000000084000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF00000084000000840000008400 + 0000000000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000008400000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000084000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF00000084000000FF000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000840000008400000084000000FF000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000848484008484840084848400C6C6C60084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000840000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF0000FF0000FFFFFF0000FF000000FF000000840000008400000084 + 000000000000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00C6C6C600FFFFFF00C6C6C600C6C6C60084848400848484008484 + 840000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF00000084000000FF0000008400000084000000840000008400 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF0000FFFFFF0000FF0000FFFFFF0000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600FFFFFF00C6C6C600FFFFFF00C6C6C60084848400848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 0000FFFFFF00FFFFFF0000FF000000FF000000FF000000840000008400000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF0000008400000084000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 000000000000000000000000000000000000000000000000000000840000FFFF + FF0000FF000000FF000000FF000000FF000000FF000000FF0000008400000084 + 000000840000000000000000000000000000000000000000000084848400FFFF + FF00C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FF000000FF000000FF000000FF0000008400000000000000840000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF00000084000000FF0000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF0000008400000084000000000000000000 + 00000000000000000000000000000000000000000000000000000084000000FF + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF00000084 + 000000840000000000000000000000000000000000000000000084848400C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6008484 + 840084848400000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF00000084000000FF00000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF0000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000084 + 000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000008400000084000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 + C60084848400848484000000000000000000000000000000000000000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084000000FF000000FF000000FF000000FF000000FF0000008400000084 + 0000000000000000000000000000000000000000000000000000000000000000 + 000084848400C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FF000000FF0000008400000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000084000000FF000000FF00000084000000840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600C6C6C6008484840084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FF00 + 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00 + 0000FF0000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000840000008400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FF000000FF000000FF000000FF000000FF000000FF0000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF0000FC7F003FFFFF0000 + F01F7FDF803F0000C0077FEF801F000000010077800F00000001003B80070000 + 8003003D80030000C007400180010000C007401D80010000E00F600DC0010000 + F01F7001E0010000F01FB805F0010000F83FDC0DF8010000FC7FEDFDFC010000 + FC7FF5FDFE010000FEFFF801FFFF0000FFFFFFFFFFFFFFFFFFFFFFFFF81FF83F + FF3FFF3FE007E00FF81FF81FC003C007E00FE00FC003C007C007C007C003C007 + C003C003C003C007C003C003C003E00FC003C003C003E00FC003C003C003F01F + C003C003C003F01FE003E003C003F83FF00FF00FC003F83FF83FF83FC003FC7F + FCFFFCFFE007FC7FFFFFFFFFF81FFEFF00000000000000000000000000000000 + 000000000000} + end + object pmChangeFont: TPopupMenu + OnPopup = pmChangeFontPopup + Left = 33 + Top = 404 + object miChangeFont: TMenuItem + Caption = 'Change Fo&nt ...' + Default = True + ShortCut = 16454 + OnClick = btnChangeFontClick + end + end +end diff --git a/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dcu b/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dcu new file mode 100644 index 00000000..8d7876fc Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dfm b/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dfm new file mode 100644 index 00000000..92e4a18e --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmAutoHFTextFmt.dfm @@ -0,0 +1,127 @@ +object dxfmAutoText: TdxfmAutoText + Left = 467 + Top = 306 + BorderStyle = bsDialog + Caption = 'AutoText' + ClientHeight = 358 + ClientWidth = 394 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object gbxEnterAutoTextEntriesHere: TGroupBox + Left = 4 + Top = 4 + Width = 387 + Height = 317 + Caption = ' Enter A&utoText Entries Here: ' + TabOrder = 0 + object lblPreview: TLabel + Left = 9 + Top = 215 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object ToolBar: TToolBar + Left = 9 + Top = 176 + Width = 275 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + ParentShowHint = False + ShowHint = True + TabOrder = 3 + end + object btnAdd: TButton + Left = 289 + Top = 20 + Width = 90 + Height = 23 + Caption = '&Add' + Default = True + TabOrder = 1 + OnClick = btnAddClick + end + object btnDelete: TButton + Left = 289 + Top = 47 + Width = 90 + Height = 23 + Caption = '&Delete' + TabOrder = 2 + OnClick = btnDeleteClick + end + object cbxAutoEntries: TComboBox + Left = 9 + Top = 20 + Width = 274 + Height = 154 + Style = csSimple + ItemHeight = 13 + Sorted = True + TabOrder = 0 + OnChange = NewAutoTextChange + OnClick = AutoEntriesClick + OnEnter = cbxAutoEntriesEnter + OnExit = cbxAutoEntriesExit + OnKeyDown = NewAutoTextKeyDown + end + object Panel1: TPanel + Left = 9 + Top = 231 + Width = 370 + Height = 76 + BevelOuter = bvNone + Color = clWindow + TabOrder = 4 + object pbxPreview: TPaintBox + Left = 0 + Top = 0 + Width = 370 + Height = 76 + Align = alClient + Color = clBtnFace + ParentColor = False + OnPaint = pbxPreviewPaint + end + end + end + object btnOK: TButton + Left = 146 + Top = 329 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 229 + Top = 329 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 312 + Top = 329 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/dxPSfmCompositionAdd.dcu b/official/x.19/Lib/D7/dxPSfmCompositionAdd.dcu new file mode 100644 index 00000000..4d3df317 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmCompositionAdd.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmCompositionAdd.dfm b/official/x.19/Lib/D7/dxPSfmCompositionAdd.dfm new file mode 100644 index 00000000..3f38feb4 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmCompositionAdd.dfm @@ -0,0 +1,109 @@ +object dxfmCompositionAddItems: TdxfmCompositionAddItems + Left = 426 + Top = 382 + ActiveControl = lvItems + BorderStyle = bsDialog + Caption = 'Add Items to Composition' + ClientHeight = 381 + ClientWidth = 329 + Color = clBtnFace + Constraints.MinHeight = 250 + Constraints.MinWidth = 337 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 87 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 168 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 249 + Top = 352 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = '&Help' + TabOrder = 3 + end + object pgctrlItems: TPageControl + Left = 5 + Top = 7 + Width = 319 + Height = 339 + ActivePage = tshItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tshItems: TTabSheet + Caption = 'Available Items' + object lvItems: TListView + Left = 0 + Top = 0 + Width = 311 + Height = 280 + Align = alTop + Anchors = [akLeft, akTop, akRight, akBottom] + Columns = <> + ColumnClick = False + MultiSelect = True + ReadOnly = True + TabOrder = 0 + OnDblClick = lvItemsDblClick + end + object pnlNoItems: TPanel + Tag = 20 + Left = 19 + Top = 33 + Width = 277 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items do Display' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 1 + end + object chbxHideIncludedItems: TCheckBox + Left = 2 + Top = 287 + Width = 303 + Height = 17 + Anchors = [akLeft, akRight, akBottom] + Caption = 'Hide Already Included Items' + Checked = True + State = cbChecked + TabOrder = 2 + OnClick = chbxHideIncludedItemsClick + end + end + end +end diff --git a/official/x.19/Lib/D7/dxPSfmCompositionDsg.dcu b/official/x.19/Lib/D7/dxPSfmCompositionDsg.dcu new file mode 100644 index 00000000..aae92753 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmCompositionDsg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmCompositionDsg.dfm b/official/x.19/Lib/D7/dxPSfmCompositionDsg.dfm new file mode 100644 index 00000000..5d870ece --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmCompositionDsg.dfm @@ -0,0 +1,613 @@ +object dxfmCompositionDesignWindow: TdxfmCompositionDesignWindow + Left = 380 + Top = 267 + ActiveControl = lvItems + BorderStyle = bsDialog + Caption = 'Composition Designer' + ClientHeight = 279 + ClientWidth = 454 + Color = clBtnFace + Constraints.MinHeight = 278 + Constraints.MinWidth = 462 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnClose: TButton + Left = 271 + Top = 251 + Width = 86 + Height = 23 + Caption = 'Close' + ModalResult = 1 + TabOrder = 1 + end + object pcItems: TPageControl + Left = 5 + Top = 7 + Width = 444 + Height = 237 + ActivePage = tbsItems + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + TabStop = False + object tbsItems: TTabSheet + Caption = 'Items' + OnResize = tbsItemsResize + object lvItems: TListView + Left = 0 + Top = 0 + Width = 347 + Height = 209 + Align = alLeft + Anchors = [akLeft, akTop, akRight, akBottom] + Columns = <> + ColumnClick = False + DragMode = dmAutomatic + MultiSelect = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnDblClick = DesignerClick + OnEdited = lvItemsEdited + OnEditing = lvItemsEditing + OnDragDrop = lvItemsDragDrop + OnDragOver = lvItemsDragOver + OnStartDrag = lvItemsStartDrag + end + object btnMoveDown: TButton + Left = 353 + Top = 134 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Move Down' + TabOrder = 5 + OnClick = MoveDownClick + end + object btnMoveUp: TButton + Left = 353 + Top = 106 + Width = 79 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Move Up' + TabOrder = 4 + OnClick = MoveUpClick + end + object btnDesign: TButton + Left = 353 + Top = 69 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = 'Desi&gn...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 3 + OnClick = DesignerClick + end + object btnDelete: TButton + Left = 353 + Top = 32 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Delete...' + TabOrder = 2 + OnClick = DeleteClick + end + object btnAdd: TButton + Left = 353 + Top = 5 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Add...' + TabOrder = 1 + OnClick = AddClick + end + object pnlNoItems: TPanel + Left = 60 + Top = 99 + Width = 248 + Height = 23 + BevelOuter = bvNone + Caption = 'There are no Items to dispay' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 6 + end + end + end + object btnHelp: TButton + Left = 363 + Top = 251 + Width = 86 + Height = 23 + Caption = '&Help' + TabOrder = 2 + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 4 + Top = 248 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 1 + ShortCut = 45 + OnClick = AddClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 2 + ShortCut = 46 + OnClick = DeleteClick + end + object N1: TMenuItem + Caption = '-' + end + object miRename: TMenuItem + Caption = 'Rena&me' + ShortCut = 113 + OnClick = RenameClick + end + object miSelectAll: TMenuItem + Caption = 'Select All' + ShortCut = 16449 + OnClick = SelectAllClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Desi&gn...' + Default = True + ImageIndex = 0 + ShortCut = 16397 + OnClick = DesignerClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 3 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move &Down' + ImageIndex = 4 + ShortCut = 16424 + OnClick = MoveDownClick + end + end + object ilItems: TImageList + Left = 32 + Top = 248 + Bitmap = { + 494C010105000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000080800000808000008080000080800000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808000008080000080800000808000008080000080800000808000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F00000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808000008080000080800000808000008080000080800000808000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000080800000808000008080000080800000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FFFF000000000000FFFF000000000000FEFF000000000000FC7F000000000000 + F83F000000000000F01F000000000000E00F000000000000C007000000000000 + F83F000000000000F83F000000000000F83F000000000000F83F000000000000 + FFFF000000000000FFFF000000000000FC7FFFFFFFFFFFFFFC27FFFFFFFFFFFF + EC23C007FFF9FFFFC401C007E7FFFFFF8001C007C3F3F83FC001C007C3E7F83F + E000C007E1C7F83F0000C007F08FF83F0000C007F81FC0070003C007FC3FE00F + E003C007F81FF01FC001C007F09FF83F8003C00FC1C7FC7FC407C01F83E3FEFF + EC3FC03F8FF1FFFFFC7FFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSfmLnkAdd.dcu b/official/x.19/Lib/D7/dxPSfmLnkAdd.dcu new file mode 100644 index 00000000..90d6c984 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmLnkAdd.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmLnkAdd.dfm b/official/x.19/Lib/D7/dxPSfmLnkAdd.dfm new file mode 100644 index 00000000..04e81d74 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmLnkAdd.dfm @@ -0,0 +1,499 @@ +object dxfmAddComponent: TdxfmAddComponent + Left = 675 + Top = 331 + BorderStyle = bsDialog + ClientHeight = 457 + ClientWidth = 392 + Color = clBtnFace + Constraints.MinHeight = 400 + Constraints.MinWidth = 400 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000000000000000000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFF0000000000F + FFFFF0F00000000FFFFFF000000000000000000000000000000000000000FFFF + 0000FFFF0000C0070000C0070000C0070000C0070000C0070000C0070000C007 + 0000C0070000C0070000C0070000C00F0000C01F0000C03F0000FFFF0000} + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + OnDestroy = FormDestroy + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlHost: TPanel + Left = 6 + Top = 5 + Width = 380 + Height = 417 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 4 + object pgctrlItems: TPageControl + Left = 0 + Top = 104 + Width = 380 + Height = 313 + ActivePage = tbsItems + Align = alClient + TabOrder = 4 + TabStop = False + object tbsItems: TTabSheet + Caption = '&Available Components' + object pnlBottomHost: TPanel + Left = 0 + Top = 211 + Width = 372 + Height = 74 + Align = alBottom + BevelOuter = bvNone + TabOrder = 1 + object bvlOnlyUnLinked: TBevel + Left = 0 + Top = 50 + Width = 372 + Height = 24 + Align = alTop + Shape = bsSpacer + end + object bvlHideCustomContainers: TBevel + Left = 0 + Top = 0 + Width = 372 + Height = 26 + Align = alTop + Shape = bsSpacer + end + object bvlOnlyInCurrentModule: TBevel + Left = 0 + Top = 26 + Width = 372 + Height = 24 + Align = alTop + Shape = bsSpacer + end + object chbxOnlyUnLinked: TCheckBox + Left = 7 + Top = 53 + Width = 253 + Height = 17 + Caption = 'Only Components &without Existing ReportLinks' + TabOrder = 2 + OnClick = chbxClick + end + object chbxOnlyInCurrentModule: TCheckBox + Left = 7 + Top = 29 + Width = 258 + Height = 17 + Caption = 'Only Components in the Active &Form' + TabOrder = 1 + OnClick = chbxClick + end + object chbxHideCustomContainers: TCheckBox + Left = 7 + Top = 5 + Width = 253 + Height = 17 + Caption = 'Hide Custom Containers' + TabOrder = 0 + OnClick = chbxClick + end + end + object lvItems: TListView + Left = 0 + Top = 0 + Width = 372 + Height = 211 + Align = alClient + Columns = <> + HideSelection = False + MultiSelect = True + ReadOnly = True + RowSelect = True + PopupMenu = pmItems + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnColumnClick = lvItemsColumnClick + OnCompare = lvItemsCompare + OnDblClick = lvItemsDblClick + end + object pnlNoItems: TPanel + Left = 48 + Top = 72 + Width = 266 + Height = 22 + BevelOuter = bvNone + Caption = 'There are no Items in this View' + Color = clWindow + Font.Charset = DEFAULT_CHARSET + Font.Color = clBtnShadow + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 2 + end + end + end + object pnlNameHost: TPanel + Left = 0 + Top = 0 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblName: TLabel + Left = 6 + Top = 8 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = edName + end + object edName: TEdit + Left = 55 + Top = 5 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlCreatorHost: TPanel + Left = 0 + Top = 60 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblCreator: TLabel + Left = 6 + Top = 10 + Width = 41 + Height = 13 + Caption = 'Creato&r:' + FocusControl = edCreator + end + object edCreator: TEdit + Left = 55 + Top = 6 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + object btnDescription: TButton + Left = 294 + Top = 6 + Width = 83 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Description...' + TabOrder = 1 + OnClick = btnDescriptionClick + end + end + object pnlSeparatorHost: TPanel + Left = 0 + Top = 90 + Width = 380 + Height = 14 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object bvlSeparator: TBevel + Left = 0 + Top = 0 + Width = 380 + Height = 4 + Align = alTop + Shape = bsBottomLine + end + end + object pnlCaptionHost: TPanel + Left = 0 + Top = 30 + Width = 380 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblCaption: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = '&Caption:' + FocusControl = edCaption + end + object edCaption: TEdit + Left = 55 + Top = 5 + Width = 230 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + end + object btnOK: TButton + Left = 68 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 149 + Top = 429 + Width = 75 + Height = 23 + Cancel = True + Caption = 'OK' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 311 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + TabOrder = 3 + end + object btnDesign: TButton + Left = 230 + Top = 429 + Width = 75 + Height = 23 + Caption = 'OK' + TabOrder = 2 + OnClick = btnDesignClick + end + object ilItems: TImageList + AllocBy = 3 + Left = 2 + Top = 427 + Bitmap = { + 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F00000000000000000000000000000000000000000000 + 000000000000} + end + object pmItems: TPopupMenu + Images = ilItems + OnPopup = pmItemsPopup + Left = 30 + Top = 427 + object miAdd: TMenuItem + Caption = '&Add' + Default = True + OnClick = lvItemsDblClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Add and D&esign Report...' + ImageIndex = 0 + OnClick = btnDesignClick + end + end + object ilColumns: TImageList + AllocBy = 2 + Height = 8 + Width = 8 + Left = 58 + Top = 427 + Bitmap = { + 494C010102000400040008000800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000200000000800000001002000000000000004 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000020000000080000000100010000000000200000000000000000000000 + 000000000000000000000000FFFFFF00FFFF0000FFFF000080F70000C1E30000 + E3C10000F7800000FFFF0000FFFF000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSfmLnkAdde.dcu b/official/x.19/Lib/D7/dxPSfmLnkAdde.dcu new file mode 100644 index 00000000..daa5aec7 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmLnkAdde.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmLnkAdde.dfm b/official/x.19/Lib/D7/dxPSfmLnkAdde.dfm new file mode 100644 index 00000000..3519206c --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmLnkAdde.dfm @@ -0,0 +1,431 @@ +object dxfmAddReportLinkClass: TdxfmAddReportLinkClass + Left = 472 + Top = 300 + BorderStyle = bsDialog + Caption = 'Add Report' + ClientHeight = 463 + ClientWidth = 430 + Color = clBtnFace + Constraints.MinHeight = 350 + Constraints.MinWidth = 438 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000000000000000000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000F + FFFFFFFF0000000FFFFFFFFF0000000FFFFFFFFF0000000FFFFFF0000000000F + FFFFF0F00000000FFFFFF000000000000000000000000000000000000000FFFF + 0000FFFF0000C0070000C0070000C0070000C0070000C0070000C0070000C007 + 0000C0070000C0070000C0070000C00F0000C01F0000C03F0000FFFF0000} + Position = poScreenCenter + OnCreate = FormCreate + OnDestroy = FormDestroy + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 107 + Top = 433 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 188 + Top = 433 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 350 + Top = 433 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + OnClick = btnHelpClick + end + object btnDesign: TButton + Left = 269 + Top = 433 + Width = 75 + Height = 23 + Caption = 'D&esign...' + TabOrder = 2 + OnClick = btnDesignClick + end + object pnlHost: TPanel + Left = 5 + Top = 3 + Width = 420 + Height = 422 + Anchors = [akLeft, akTop, akRight, akBottom] + BevelOuter = bvNone + TabOrder = 4 + object pnlNameHost: TPanel + Left = 0 + Top = 0 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblName: TLabel + Left = 6 + Top = 7 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = edName + end + object edName: TEdit + Left = 55 + Top = 4 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlCaptionHost: TPanel + Left = 0 + Top = 30 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblCaption: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = '&Caption:' + FocusControl = edCaption + end + object edCaption: TEdit + Left = 55 + Top = 5 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + end + object pnlSeparatorHost: TPanel + Left = 0 + Top = 90 + Width = 420 + Height = 14 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object bvlSeparator: TBevel + Left = 0 + Top = 0 + Width = 420 + Height = 4 + Align = alTop + Shape = bsBottomLine + end + end + object pgctrlItems: TPageControl + Left = 0 + Top = 104 + Width = 420 + Height = 318 + ActivePage = tbsItems + Align = alClient + TabOrder = 4 + TabStop = False + object tbsItems: TTabSheet + Caption = ' &Active Report Links ' + object lvItems: TListView + Left = 0 + Top = 0 + Width = 412 + Height = 290 + Align = alClient + Columns = < + item + Caption = 'Supported Component Class(es)' + Width = 200 + end + item + Caption = 'ReportLink Class(es)' + Width = 200 + end> + HideSelection = False + ReadOnly = True + RowSelect = True + PopupMenu = pmLinks + SortType = stText + TabOrder = 0 + ViewStyle = vsReport + OnChange = lvItemsChange + OnColumnClick = lvItemsColumnClick + OnCompare = lvItemsCompare + OnCustomDrawItem = lvItemsCustomDrawItem + OnDblClick = lvItemsDblClick + end + end + end + object pnlCreatorHost: TPanel + Left = 0 + Top = 60 + Width = 420 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object lblCreator: TLabel + Left = 6 + Top = 9 + Width = 41 + Height = 13 + Caption = 'Creato&r:' + FocusControl = edCreator + end + object edCreator: TEdit + Left = 55 + Top = 5 + Width = 271 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + end + object btnDescription: TButton + Left = 334 + Top = 4 + Width = 83 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Description...' + TabOrder = 1 + OnClick = btnDescriptionClick + end + end + end + object ilLinks: TImageList + AllocBy = 3 + Left = 7 + Top = 429 + Bitmap = { + 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F00000000007F7F + 7F007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F00000000000000000000000000000000000000000000000000000000000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00000000000000000000BFBFBF00BFBFBF00BFBFBF0000000000000000000000 + 000000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF00BFBFBF00000000007F7F7F00BFBF + BF0000000000000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00BFBFBF007F7F7F0000000000BFBFBF007F7F7F007F7F + 7F007F7F7F007F7F7F007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00BFBFBF0000000000FFFFFF00FFFFFF0000000000BFBFBF000000 + 00000000000000000000000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF000000 + 0000BFBFBF0000000000BFBFBF00BFBFBF00BFBFBF00FFFFFF007F7F7F000000 + 0000BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000BFBFBF00BFBF + BF00FFFFFF00000000007F7F7F0000000000BFBFBF00FFFFFF007F7F7F00BFBF + BF00BFBFBF00BFBFBF00000000007F7F7F000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000007F7F7F0000000000000000000000 + 0000FFFFFF00000000007F7F7F007F7F7F00BFBFBF0000000000BFBFBF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BFBFBF00FFFFFF00000000000000000000000000BFBFBF00BFBFBF000000 + 0000000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F00BFBF + BF007F7F7F00BFBFBF00FFFFFF00FFFFFF00BFBFBF00BFBFBF007F7F7F007F7F + 7F007F7F7F00000000007F7F7F00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007F7F7F0000000000BFBF + BF007F7F7F000000000000000000BFBFBF000000000000000000BFBFBF00BFBF + BF00000000007F7F7F0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007F7F7F000000 + 00007F7F7F0000000000BFBFBF00BFBFBF00BFBFBF00000000007F7F7F000000 + 00007F7F7F000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000007F7F + 7F0000000000000000000000000000000000000000007F7F7F00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007F7F7F007F7F7F007F7F7F0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FC7F000000000000FC27000000000000 + EC23000000000000C4010000000000008001000000000000C001000000000000 + E000000000000000000000000000000000000000000000000003000000000000 + E003000000000000C0010000000000008003000000000000C407000000000000 + EC3F000000000000FC7F00000000000000000000000000000000000000000000 + 000000000000} + end + object pmLinks: TPopupMenu + OnPopup = pmLinksPopup + Left = 35 + Top = 429 + object miSelect: TMenuItem + Caption = '&Add Report' + Default = True + OnClick = lvItemsDblClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miDesign: TMenuItem + Caption = 'Add and D&esign Report...' + OnClick = btnDesignClick + end + end + object ilColumns: TImageList + AllocBy = 2 + Height = 8 + Width = 8 + Left = 63 + Top = 429 + Bitmap = { + 494C010102000400040008000800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000200000000800000001002000000000000004 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800000000000000000000000000000000000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000020000000080000000100010000000000200000000000000000000000 + 000000000000000000000000FFFFFF00FFFF0000FFFF000080F70000C1E30000 + E3C10000F7800000FFFF0000FFFF000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSfmLnkDsg.dcu b/official/x.19/Lib/D7/dxPSfmLnkDsg.dcu new file mode 100644 index 00000000..fcacf886 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmLnkDsg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmLnkDsg.dfm b/official/x.19/Lib/D7/dxPSfmLnkDsg.dfm new file mode 100644 index 00000000..828d8ca8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmLnkDsg.dfm @@ -0,0 +1,937 @@ +object dxfmReportLinkDesignWindow: TdxfmReportLinkDesignWindow + Left = 699 + Top = 105 + BorderStyle = bsDialog + Caption = 'Report Links' + ClientHeight = 343 + ClientWidth = 367 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + KeyPreview = True + OnClose = FormClose + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 240 + Top = 0 + Width = 127 + Height = 343 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnAdd: TButton + Left = 5 + Top = 4 + Width = 98 + Height = 22 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Tag = 4 + Left = 5 + Top = 31 + Width = 119 + Height = 22 + Caption = '&Delete' + TabOrder = 2 + OnClick = EditClick + end + object btnShowDesigner: TButton + Left = 5 + Top = 147 + Width = 119 + Height = 22 + Caption = 'Show D&esigner...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 6 + OnClick = LinkDesignClick + end + object btnSelectAll: TButton + Tag = 6 + Left = 5 + Top = 58 + Width = 119 + Height = 22 + Caption = 'Se&lect All' + TabOrder = 3 + OnClick = EditClick + end + object btnRestoreOriginal: TButton + Left = 5 + Top = 233 + Width = 119 + Height = 22 + Caption = 'Rest&ore Or&iginal' + TabOrder = 9 + OnClick = RestoreOriginalClick + end + object btnChangeComponent: TButton + Tag = 3 + Left = 5 + Top = 174 + Width = 119 + Height = 22 + Caption = 'C&hange Component...' + TabOrder = 7 + OnClick = LinkChangeComponentClick + end + object btnPrintPreview: TButton + Tag = 2 + Left = 5 + Top = 291 + Width = 119 + Height = 22 + Caption = 'Pre&view...' + TabOrder = 11 + OnClick = PrintPreviewClick + end + object btnPrint: TButton + Tag = 3 + Left = 5 + Top = 318 + Width = 119 + Height = 22 + Caption = 'Print...' + TabOrder = 12 + OnClick = PrintClick + end + object btnPageSetup: TButton + Tag = 1 + Left = 5 + Top = 264 + Width = 119 + Height = 22 + Caption = 'Pa&ge Setup...' + TabOrder = 10 + OnClick = PageSetupClick + end + object btnMoveUp: TButton + Left = 5 + Top = 89 + Width = 119 + Height = 22 + Caption = 'Move &Up' + TabOrder = 4 + OnClick = MoveUpClick + end + object btnMoveDown: TButton + Tag = 1 + Left = 5 + Top = 116 + Width = 119 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 5 + OnClick = MoveDownClick + end + object btnRestoreDefaults: TButton + Left = 5 + Top = 206 + Width = 119 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 8 + OnClick = RestoreDefaultsClick + end + object btnDropDownMenu: TButton + Left = 103 + Top = 4 + Width = 21 + Height = 22 + Caption = '6' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -19 + Font.Name = 'Marlett' + Font.Style = [] + ParentFont = False + TabOrder = 1 + OnClick = btnDropDownMenuClick + end + end + object lbxLinks: TListBox + Left = 0 + Top = 0 + Width = 240 + Height = 343 + Style = lbOwnerDrawVariable + Align = alClient + Ctl3D = True + DragMode = dmAutomatic + ItemHeight = 16 + MultiSelect = True + ParentCtl3D = False + PopupMenu = pmLinks + TabOrder = 1 + OnClick = lbxLinksClick + OnDblClick = lbxLinksDblClick + OnDragDrop = lbxLinksDragDrop + OnDragOver = lbxLinksDragOver + OnDrawItem = lbxLinksDrawItem + OnEndDrag = lbxLinksEndDrag + OnKeyPress = lbxLinksKeyPress + OnMeasureItem = lbxLinksMeasureItem + OnStartDrag = lbxLinksStartDrag + end + object pmLinks: TPopupMenu + Images = ilLinks + OnPopup = pmLinksPopup + Left = 7 + Top = 6 + object miAdd: TMenuItem + Caption = '&Add...' + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition: TMenuItem + Caption = 'Add Composition...' + ImageIndex = 1 + OnClick = AddCompositionClick + end + object miLine7: TMenuItem + Caption = '-' + end + object miAddExisting: TMenuItem + Caption = 'Add Existing' + ShortCut = 32813 + OnClick = AddExistingClick + end + object miAddStandard: TMenuItem + Caption = 'Add Standard Link...' + ShortCut = 16429 + OnClick = AddStandardClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Tag = 2 + Caption = 'Cu&t' + ImageIndex = 3 + ShortCut = 16472 + OnClick = EditClick + end + object miCopy: TMenuItem + Tag = 1 + Caption = '&Copy' + ImageIndex = 2 + ShortCut = 16451 + OnClick = EditClick + end + object miPaste: TMenuItem + Tag = 3 + Caption = '&Paste' + ImageIndex = 4 + ShortCut = 16470 + OnClick = EditClick + end + object miDelete: TMenuItem + Tag = 4 + Caption = '&Delete' + ImageIndex = 5 + ShortCut = 46 + OnClick = EditClick + end + object N3: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Tag = 6 + Caption = 'Se&lect All' + ShortCut = 16449 + OnClick = EditClick + end + end + object N2: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 10 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move Dow&n' + ImageIndex = 11 + ShortCut = 16424 + OnClick = MoveDownClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miShowDesigner: TMenuItem + Caption = 'Show Designer...' + Default = True + ImageIndex = 6 + ShortCut = 16397 + OnClick = LinkDesignClick + end + object miSetAsCurrent: TMenuItem + Caption = '&Make Current' + ShortCut = 16416 + OnClick = SetAsCurrentClick + end + object miChangeComponent: TMenuItem + Caption = 'C&hange Component...' + OnClick = LinkChangeComponentClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miRestoreDefaults: TMenuItem + Caption = 'Rest&ore Defaults' + ShortCut = 16463 + OnClick = RestoreDefaultsClick + end + object miRestoreOriginal: TMenuItem + Caption = 'Rest&ore Or&iginal' + ShortCut = 16457 + OnClick = RestoreOriginalClick + end + object miLine3: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Tag = 1 + Caption = 'Pa&ge Setup...' + ImageIndex = 7 + OnClick = PageSetupClick + end + object miPrintPreview: TMenuItem + Tag = 2 + Caption = 'Print Pre&view...' + ImageIndex = 8 + OnClick = PrintPreviewClick + end + object miPrint: TMenuItem + Tag = 3 + Caption = '&Print...' + ImageIndex = 9 + ShortCut = 16464 + OnClick = PrintClick + end + object N1: TMenuItem + Caption = '-' + end + object miBackground: TMenuItem + Caption = 'Bac&kground' + object miBackgroundEffects: TMenuItem + Tag = 4 + Caption = 'E&ffects...' + ImageIndex = 12 + OnClick = BackgroundClick + end + object miBackgroundClear: TMenuItem + Tag = 5 + Caption = 'Clear' + OnClick = ClearBackgroundClick + end + end + object miLine: TMenuItem + Caption = '-' + end + object miShowButtons: TMenuItem + Caption = 'Show &Button Bar' + Checked = True + OnClick = ShowButtonsClick + end + end + object ilLinks: TImageList + Left = 63 + Top = 6 + Bitmap = { + 494C01010D000E00040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000004000000001002000000000000040 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C6008484 + 84000000000084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C60000FFFF0000FFFF0000FFFF00C6C6C600C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C600FFFF00008484 + 84008484840000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400C6C6C600C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C6C6C600C6C6C600C6C6C600C6C6C6008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C6C6C600C6C6C600000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000C6C6C600FFFF0000C6C6C600C6C6C6008484 + 8400C6C6C60000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C60000000000C6C6C600000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF000000000084848400FFFF0000FFFF0000C6C6C6008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C60000000000C6C6C60000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000084848400C6C6C600C6C6C6008484 + 840000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000C6C6C60000000000C6C6C600848484000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFF00008484 + 0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C6C6C600000000000000 + 0000000000000000000000000000000000000000000084848400000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + 0000848400000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00848484008484 + 0000FFFF0000FFFF0000FFFF0000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007B7B7B007B7B7B007B7B7B0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000007B7B7B00000000007B7B + 7B007B7B7B000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000007B7B + 7B00000000000000000000000000000000000000000000000000000000000000 + 0000000000007B7B7B0000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF00840000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000007B7B7B000000 + 00000000000000000000BDBDBD00BDBDBD00BDBDBD0000000000000000000000 + 000000000000000000007B7B7B00000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000007B7B7B0000000000BDBD + BD007B7B7B000000000000000000BDBDBD00BDBDBD00000000007B7B7B00BDBD + BD0000000000000000007B7B7B00000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF00840000008400000084000000840000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000000000007B7B7B00BDBD + BD007B7B7B00BDBDBD00BDBDBD007B7B7B0000000000BDBDBD007B7B7B007B7B + 7B007B7B7B007B7B7B007B7B7B00000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000BDBDBD00BDBDBD0000000000FFFFFF00FFFFFF0000000000BDBDBD000000 + 00000000000000000000000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000007B7B7B0000000000BDBDBD000000 + 0000BDBDBD0000000000BDBDBD00BDBDBD00BDBDBD00FFFFFF007B7B7B000000 + 0000BDBDBD00BDBDBD00000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000007B7B7B0000000000BDBDBD00BDBD + BD00FFFFFF00000000007B7B7B0000000000BDBDBD00FFFFFF007B7B7B00BDBD + BD00BDBDBD00BDBDBD00000000007B7B7B008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000007B7B7B0000000000000000000000 + 0000FFFFFF00000000007B7B7B007B7B7B00BDBDBD0000000000BDBDBD000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000BDBDBD00FFFFFF00000000000000000000000000BDBDBD00BDBDBD000000 + 0000000000007B7B7B0000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 8400008484000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 00000000000000000000000000000000000000000000000000007B7B7B00BDBD + BD007B7B7B00BDBDBD00FFFFFF00FFFFFF00BDBDBD00BDBDBD007B7B7B007B7B + 7B007B7B7B00000000007B7B7B00000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 8400848484000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000007B7B7B0000000000BDBD + BD007B7B7B000000000000000000BDBDBD000000000000000000BDBDBD00BDBD + BD00000000007B7B7B0000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000000000000000000007B7B7B000000 + 00007B7B7B0000000000BDBDBD00BDBDBD00BDBDBD00000000007B7B7B000000 + 00007B7B7B000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000007B7B + 7B0000000000000000000000000000000000000000007B7B7B00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000007B7B7B007B7B7B007B7B7B0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000C0C0C000FFFFFF00FFFFFF00FFFFFF0000FFFF000000000000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000C0C0C000FF00 + 0000FF000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000C0C0C000FFFFFF00FFFFFF000000000000FF + FF000000000000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF000000000000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FFFFFF00FFFFFF00FFFFFF0000000000FFFF + FF0000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000FF000000FF000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000C0C0C000FFFFFF0000000000000000000000000000000000FFFF + FF000000000000FFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000C0C0C000FFFFFF00FFFFFF0000FF + FF00000000000000000000000000000000000000000000000000FFFFFF00FF00 + 0000FF000000FFFFFF00FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF + FF0000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000C0C0C000FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000000000FFFFFF000000 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF000000FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000400000000100010000000000000200000000000000000000 + 000000000000000000000000FFFFFF00FFFF000000000000C001000000000000 + C001000000000000C001000000000000C001000000000000C001000000000000 + 8001000000000000000100000000000000010000000000000001000000000000 + 8001000000000000C001000000000000C001000000000000C003000000000000 + C007000000000000C00F000000000000FFFFFFFFFFFFFFFF000CC007FFFFFFFF + 00088003FFFFFFFF00010001FFFFFFFF00030001F83FFEFF00030001F83FFC7F + 00030000F83FF83F00030000F83FF01F00038000C007E00F0007C000E00FC007 + 000FE000F01FF83F000F8000F83FF83F000F8007FC7FF83F001F8000FEFFF83F + 003FF000FFFFFFFF007FF800FFFFFFFFFFFFFFFFFC7FFFFFFC00FFFFFC27FFFF + 8000FFF9EC23F83F0000E7FFC40100010000C3F3800100010000C3E7C0010001 + 0001E1C7E00000010003F08F000000010003F81F000000010003FC3F00030001 + 0003F81FE00300010003F09FC00100010003C1C780030101800783E3C4078383 + F87F8FF1EC3FFFFFFFFFFFFFFC7FFFFFFFFFFFFFFFFFFFFFFFFF801FFFFFF3FF + C007801FFC01ED9FC0078007FC01ED6FC0078007FC01ED6FC00780010001F16F + C00780010001FD1FC00780010001FC7FC00780010001FEFFC00780010003FC7F + C00780010007FD7FC0078001000FF93FC00FE00100FFFBBFC01FE00301FFFBBF + C03FF80703FFFBBFFFFFF80FFFFFFFFF} + end + object pmAdd: TPopupMenu + Images = ilLinks + OnPopup = pmLinksPopup + Left = 35 + Top = 6 + object miAdd1: TMenuItem + Caption = '&Add...' + Default = True + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object miAddComposition1: TMenuItem + Caption = 'Add Composition...' + Hint = 'miAddComposition' + ImageIndex = 1 + OnClick = AddCompositionClick + end + object miLine6: TMenuItem + Caption = '-' + end + object miAddExisting1: TMenuItem + Caption = 'Add Existing' + ShortCut = 32813 + OnClick = AddExistingClick + end + object miAddStandard1: TMenuItem + Caption = 'Add Standard...' + ShortCut = 16429 + OnClick = AddStandardClick + end + end +end diff --git a/official/x.19/Lib/D7/dxPSfmReportProperties.dcu b/official/x.19/Lib/D7/dxPSfmReportProperties.dcu new file mode 100644 index 00000000..bd0ef178 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmReportProperties.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmReportProperties.dfm b/official/x.19/Lib/D7/dxPSfmReportProperties.dfm new file mode 100644 index 00000000..a36f6ce0 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmReportProperties.dfm @@ -0,0 +1,219 @@ +object dxfmPSReportProperties: TdxfmPSReportProperties + Left = 357 + Top = 319 + ActiveControl = edName + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'Properties' + ClientHeight = 477 + ClientWidth = 359 + Color = clBtnFace + Constraints.MinHeight = 502 + Constraints.MinWidth = 367 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object pcSummary: TPageControl + Left = 5 + Top = 6 + Width = 349 + Height = 434 + ActivePage = tshSummary + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 0 + object tshSummary: TTabSheet + Caption = 'Summary' + object Image1: TImage + Left = 10 + Top = 8 + Width = 32 + Height = 32 + Picture.Data = { + 07544269746D617076020000424D760200000000000076000000280000002000 + 0000200000000100040000000000000200000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDD777777777777777777777777777DDDD00000000000000000000000000 + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0F88888888888888888888888F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F88888888888888888888888F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F88888888888888888888888F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F88888888888888888888888F + 07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F07DDDD0F8FFF8FFF8FFF8FFFF8FFFF8F + 07DDDD0F88888888888888888888888F07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0F0000FF7777777777FFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD0F77777777777777777777777F07DDDD0F7777777FFFFFFFFFFFFFFFFF + 07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF07DDDD0FFFFFFFFFFFFFFFFFFFFFFFFF + 07DDDD000000000000000000000000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel1: TBevel + Left = 8 + Top = 46 + Width = 320 + Height = 6 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblCreator: TLabel + Left = 10 + Top = 80 + Width = 41 + Height = 13 + Caption = 'Creator:' + FocusControl = edCreator + end + object lblCreationDate: TLabel + Left = 10 + Top = 105 + Width = 71 + Height = 13 + Caption = 'Creation Date:' + FocusControl = edCreationDate + end + object Bevel2: TBevel + Left = 8 + Top = 142 + Width = 320 + Height = 6 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object edName: TEdit + Left = 66 + Top = 16 + Width = 262 + Height = 21 + Anchors = [akLeft, akTop, akRight] + TabOrder = 0 + Text = 'edName' + end + object edCreator: TEdit + Left = 112 + Top = 80 + Width = 215 + Height = 14 + TabStop = False + Anchors = [akLeft, akTop, akRight] + AutoSize = False + BorderStyle = bsNone + Ctl3D = False + ParentCtl3D = False + ReadOnly = True + TabOrder = 1 + Text = 'edCreator' + end + object edCreationDate: TEdit + Left = 112 + Top = 105 + Width = 215 + Height = 14 + TabStop = False + Anchors = [akLeft, akTop, akRight] + AutoSize = False + BorderStyle = bsNone + Ctl3D = False + ParentCtl3D = False + ReadOnly = True + TabOrder = 2 + Text = 'edCreationDate' + end + object pcDescription: TPageControl + Left = 10 + Top = 158 + Width = 319 + Height = 237 + ActivePage = tshPreview + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 3 + object tshDescription: TTabSheet + Caption = '&Description' + object memDescription: TMemo + Left = 0 + Top = 0 + Width = 311 + Height = 209 + Align = alClient + ScrollBars = ssBoth + TabOrder = 0 + end + end + object tshPreview: TTabSheet + Caption = '&Preview' + ImageIndex = 1 + object bvlPreviewHost: TBevel + Left = 0 + Top = 0 + Width = 311 + Height = 172 + Align = alTop + Anchors = [akLeft, akTop, akRight, akBottom] + end + object btnPreview: TButton + Left = 206 + Top = 180 + Width = 100 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'Pre&view...' + TabOrder = 0 + OnClick = PreviewClick + end + end + end + end + end + object btnOK: TButton + Left = 116 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 197 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 279 + Top = 447 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/dxPSfmStlAdd.dcu b/official/x.19/Lib/D7/dxPSfmStlAdd.dcu new file mode 100644 index 00000000..0bc650bb Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmStlAdd.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmStlAdd.dfm b/official/x.19/Lib/D7/dxPSfmStlAdd.dfm new file mode 100644 index 00000000..8cf936a7 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmStlAdd.dfm @@ -0,0 +1,70 @@ +object dxfmSelectStyleClass: TdxfmSelectStyleClass + Left = 427 + Top = 284 + BorderStyle = bsDialog + Caption = 'Select PrintStyle Type' + ClientHeight = 91 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object GroupBox1: TGroupBox + Left = 2 + Top = -2 + Width = 275 + Height = 58 + TabOrder = 0 + object Label1: TLabel + Left = 7 + Top = 24 + Width = 28 + Height = 13 + Caption = '&Type:' + FocusControl = cbxStyleTypes + OnClick = Label1Click + end + object cbxStyleTypes: TComboBox + Left = 44 + Top = 20 + Width = 220 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = cbxStyleTypesChange + end + end + object btnOK: TButton + Left = 31 + Top = 63 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 115 + Top = 63 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 198 + Top = 63 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/dxPSfmStlDsg.dcu b/official/x.19/Lib/D7/dxPSfmStlDsg.dcu new file mode 100644 index 00000000..844b5bc3 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmStlDsg.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmStlDsg.dfm b/official/x.19/Lib/D7/dxPSfmStlDsg.dfm new file mode 100644 index 00000000..6cc475a1 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmStlDsg.dfm @@ -0,0 +1,795 @@ +object dxfmPrintStylesDesignWindow: TdxfmPrintStylesDesignWindow + Left = 395 + Top = 187 + BorderStyle = bsDialog + Caption = 'Print Styles' + ClientHeight = 199 + ClientWidth = 358 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 00000000000000000000000000000FFFFFFFFFF000000F00F00000F000000FFF + FFFFFFF000000F00F00000F000000FFFFFFFFFF000000FFFFFFF0FF000000F00 + FFF080F000000F080F08080000440FF080808088804400000808088888440000 + 008088888844000000088888804400000000000000440000000000000000FFFF + 0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F + 0000000400000000000000000000F8000000FC000000FE040000FFFF0000} + KeyPreview = True + OnClose = FormClose + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object pnlButtons: TPanel + Left = 249 + Top = 0 + Width = 109 + Height = 199 + Align = alRight + BevelOuter = bvNone + TabOrder = 0 + object btnAdd: TButton + Left = 6 + Top = 4 + Width = 100 + Height = 22 + Caption = '&Add...' + TabOrder = 0 + OnClick = AddClick + end + object btnDelete: TButton + Tag = 4 + Left = 6 + Top = 31 + Width = 100 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = EditClick + end + object btnSelectAll: TButton + Tag = 6 + Left = 6 + Top = 58 + Width = 100 + Height = 22 + Caption = 'Se&lect All' + TabOrder = 2 + OnClick = EditClick + end + object btnPageSetup: TButton + Tag = 1 + Left = 6 + Top = 147 + Width = 100 + Height = 22 + Caption = 'Pa&ge Setup...' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + TabOrder = 5 + OnClick = PageSetupClick + end + object btnMoveUp: TButton + Left = 6 + Top = 89 + Width = 100 + Height = 22 + Caption = 'Move &Up' + TabOrder = 3 + OnClick = MoveUpClick + end + object btnMoveDown: TButton + Tag = 1 + Left = 6 + Top = 116 + Width = 100 + Height = 22 + Caption = 'Move Dow&n' + TabOrder = 4 + OnClick = MoveDownClick + end + object btnRestoreDefaults: TButton + Left = 6 + Top = 174 + Width = 100 + Height = 22 + Caption = 'Rest&ore Defaults' + TabOrder = 6 + OnClick = RestoreDefaultsClick + end + end + object lbxStyles: TListBox + Left = 0 + Top = 0 + Width = 249 + Height = 199 + Style = lbOwnerDrawFixed + Align = alClient + Ctl3D = True + DragMode = dmAutomatic + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + ItemHeight = 34 + MultiSelect = True + ParentCtl3D = False + ParentFont = False + PopupMenu = pmStyles + TabOrder = 1 + OnClick = lbxStylesClick + OnDblClick = PageSetupClick + OnDragDrop = lbxStylesDragDrop + OnDragOver = lbxStylesDragOver + OnDrawItem = lbxStylesDrawItem + OnEndDrag = lbxStylesEndDrag + OnKeyPress = lbxStylesKeyPress + OnStartDrag = lbxStylesStartDrag + end + object pmStyles: TPopupMenu + OnPopup = pmStylesPopup + Left = 13 + Top = 9 + object miAdd: TMenuItem + Caption = '&Add...' + ShortCut = 45 + OnClick = AddClick + end + object miAddStandard: TMenuItem + Caption = 'Add' + ShortCut = 32813 + OnClick = AddStandardClick + end + object miLine5: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Tag = 2 + Caption = 'Cu&t' + ShortCut = 16472 + OnClick = EditClick + end + object miCopy: TMenuItem + Tag = 1 + Caption = '&Copy' + ShortCut = 16451 + OnClick = EditClick + end + object miPaste: TMenuItem + Tag = 3 + Caption = '&Paste' + ShortCut = 16470 + OnClick = EditClick + end + object miDelete: TMenuItem + Tag = 4 + Caption = '&Delete' + ShortCut = 46 + OnClick = EditClick + end + object N2: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Tag = 6 + Caption = 'Se&lect All' + ShortCut = 16449 + OnClick = EditClick + end + end + object N1: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move Dow&n' + ShortCut = 16424 + OnClick = MoveDownClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miPageSetup: TMenuItem + Tag = 1 + Caption = 'Pa&ge Setup...' + Default = True + ShortCut = 16397 + OnClick = PageSetupClick + end + object miSetAsCurrent: TMenuItem + Caption = '&Make Current' + ShortCut = 16416 + OnClick = miSetAsCurrentClick + end + object miLine: TMenuItem + Caption = '-' + end + object miRestoreDefaults: TMenuItem + Caption = 'Rest&ore Defaults' + ShortCut = 16463 + OnClick = RestoreDefaultsClick + end + object miLine2: TMenuItem + Caption = '-' + end + object miBackground: TMenuItem + Caption = 'Bac&kground' + object miBackgroundEffects: TMenuItem + Tag = 4 + Caption = 'E&ffects...' + OnClick = BackgroundClick + end + object miBackgroundClear: TMenuItem + Tag = 5 + Caption = 'Clear' + OnClick = ClearBackgroundClick + end + end + object N3: TMenuItem + Caption = '-' + end + object miShowButtons: TMenuItem + Caption = 'Show &Button Bar' + Checked = True + OnClick = miShowButtonsClick + end + end + object ilMenu: TImageList + Left = 41 + Top = 9 + Bitmap = { + 494C01010A000F00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000004000000001002000000000000040 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084848400FFFF + FF000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484000000 + 00008484840000000000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400848484008484840000000000FFFFFF00FFFFFF0000FFFF0084848400FFFF + FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 + C600C6C6C600848484008484840000000000FFFFFF00FFFFFF00840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00C6C6C600C6C6 + C600C6C6C600C6C6C60084848400848484000000000000FFFF00840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084000000840000008400 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF + FF00C6C6C60000000000C6C6C600C6C6C6008484840084000000840000008400 + 0000FFFFFF0000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C6C6C600FFFF + FF00000000008400000000000000C6C6C6008400000084000000840000008484 + 8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C6C6 + C600FFFFFF0084000000C6C6C60084848400840000008400000084848400FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000840000000000 + 0000C6C6C60084000000848484000000000084848400FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C60000000000840000000000000084848400FFFFFF0000FFFF00FFFFFF008484 + 8400C6C6C6000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000084000000C6C6 + C600C6C6C600840000008484840000FFFF00FFFFFF00FFFFFF00FFFFFF008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000848484008400 + 0000840000008484840084848400848484008484840084848400848484008484 + 8400000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 000084000000840000008400000084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF000000000000FF000000000000FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF0084000000000000000000000000000000FFFF + FF000000000000FF000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF0084000000840000008400000084000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF008400000000000000000000000000000000000000FFFF + FF00FF000000FF0000008400000000000000000000000000000000000000FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00840000008400000000000000000000000000000000000000000000000000 + 0000FF000000FF00000084000000000000000000000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 0000840000000000000000000000000000000000000084000000840000008400 + 0000FF000000FF00000084000000840000008400000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 84000084840000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF00000000000000000000000000 + 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 84008484840000000000000000000000000000000000FF000000FF000000FF00 + 0000FF000000FF000000840000008400000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF0000008400000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FF000000FF00000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000400000000100010000000000000200000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFF00000000FFFFC00100000000 + FFFFC00100000000FFFFC00100000000FEFFC00100000000FC7FC00100000000 + F83F800100000000F01F000100000000E00F000100000000C007000100000000 + F83F800100000000F83FC00100000000F83FC00100000000F83FC00300000000 + FFFFC00700000000FFFFC00F00000000FFFFF80FFFFFFFFFFFFFF007FFFFFFFF + FFF9F007F83FFFFFE7FFF0070001FFFFC3F3F0070001F83FC3E7F0070001F83F + E1C7F0070001F83FF08FF0070001F83FF81FF0070001C007FC3FF0070001E00F + F81FF0070001F01FF09FE0030001F83FC1C7E0030101FC7F83E3F0078383FEFF + 8FF1FE3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC03FFFFFF3FFFC00 + C09FFC01ED9F8000CAAFFC01ED6F0000CA97FC01ED6F0000C0030001F16F0000 + C1C30001FD1F0001C1E30001FC7F0003D1F30001FEFF000380330003FC7F0003 + 80330007FD7F00038003000FF93F0003C10300FFFBBF0003C00301FFFBBF8007 + C00303FFFBBFF87FC003FFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPSfmTtl.dcu b/official/x.19/Lib/D7/dxPSfmTtl.dcu new file mode 100644 index 00000000..f9b72268 Binary files /dev/null and b/official/x.19/Lib/D7/dxPSfmTtl.dcu differ diff --git a/official/x.19/Lib/D7/dxPSfmTtl.dfm b/official/x.19/Lib/D7/dxPSfmTtl.dfm new file mode 100644 index 00000000..bc94dc95 --- /dev/null +++ b/official/x.19/Lib/D7/dxPSfmTtl.dfm @@ -0,0 +1,690 @@ +object dxfmReportTitleProperties: TdxfmReportTitleProperties + Left = 442 + Top = 242 + ActiveControl = chbxTransparent + BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] + BorderStyle = bsDialog + Caption = 'Report Title' + ClientHeight = 443 + ClientWidth = 392 + Color = clBtnFace + Constraints.MinHeight = 470 + Constraints.MinWidth = 400 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnClose = FormClose + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object lblMode: TLabel + Left = 8 + Top = 11 + Width = 30 + Height = 13 + Caption = '&Mode:' + FocusControl = cbxMode + end + object btnOK: TButton + Left = 151 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 231 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 311 + Top = 413 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 4 + end + object pctlMain: TPageControl + Left = 6 + Top = 39 + Width = 380 + Height = 366 + ActivePage = tshProperties + Anchors = [akLeft, akTop, akRight, akBottom] + TabOrder = 1 + object tshText: TTabSheet + Caption = '&Text' + object memText: TMemo + Left = 0 + Top = 0 + Width = 372 + Height = 338 + Align = alClient + Lines.Strings = ( + '') + TabOrder = 0 + OnChange = TitleChanged + end + end + object tshProperties: TTabSheet + Caption = '&Properties' + OnResize = tshPropertiesResize + object bvlFont: TBevel + Left = 41 + Top = 84 + Width = 324 + Height = 4 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblAlignment: TLabel + Left = 7 + Top = 173 + Width = 47 + Height = 13 + Caption = 'Alignment' + end + object lblTextAlignY: TLabel + Left = 196 + Top = 199 + Width = 47 + Height = 13 + Caption = '&Vertically:' + FocusControl = cbxTextAlignY + end + object bvlTransparent: TBevel + Left = 100 + Top = 15 + Width = 265 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object bvlAlignment: TBevel + Left = 74 + Top = 177 + Width = 290 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblColor: TLabel + Left = 65 + Top = 41 + Width = 29 + Height = 13 + Alignment = taRightJustify + Caption = '&Color:' + end + object bvlColorHolder: TBevel + Left = 104 + Top = 37 + Width = 261 + Height = 21 + Anchors = [akLeft, akTop, akRight] + end + object lblTextAlignX: TLabel + Left = 8 + Top = 199 + Width = 60 + Height = 13 + Caption = 'Hori&zontally:' + FocusControl = cbxTextAlignX + end + object imgFont: TImage + Left = 9 + Top = 79 + Width = 16 + Height = 16 + AutoSize = True + Picture.Data = { + 07544269746D6170F6000000424DF60000000000000076000000280000001000 + 0000100000000100040000000000800000000000000000000000100000001000 + 0000000000000000800000800000008080008000000080008000808000008080 + 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF + FF00DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDD00D + DDDDDDDDDDDDD00DDDDDDDD77777700DDDDDDDDDD77DD00DDDDDDDDDD70DD00D + D0DDDDDDD70DD00DD0DDDDDDD700D00D00DDDD7DD700000000DDDD7DD77DD7DD + DDDDDD77D77D77DDDDDDDD77777777DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD + DDDD} + Transparent = True + end + object Bevel2: TBevel + Left = 10 + Top = 294 + Width = 354 + Height = 5 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object lblTransparent: TLabel + Left = 25 + Top = 11 + Width = 62 + Height = 13 + Caption = '&Transparent ' + FocusControl = chbxTransparent + OnClick = lblTransparentClick + end + object cbxTextAlignX: TComboBox + Left = 92 + Top = 194 + Width = 95 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 4 + OnChange = TitleChanged + OnDrawItem = cbxTextAlignYDrawItem + Items.Strings = ( + 'Left' + 'Center' + 'Right') + end + object cbxTextAlignY: TComboBox + Tag = 1 + Left = 270 + Top = 194 + Width = 95 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 5 + OnChange = TitleChanged + OnDrawItem = cbxTextAlignYDrawItem + Items.Strings = ( + 'Top' + 'Center' + 'Bottom') + end + object chbxAdjustOnScale: TCheckBox + Left = 104 + Top = 137 + Width = 261 + Height = 17 + Anchors = [akLeft, akTop, akRight] + Caption = '&Adjust on Scale' + TabOrder = 3 + OnClick = TitleChanged + end + object edFont: TEdit + Left = 104 + Top = 107 + Width = 261 + Height = 21 + TabStop = False + Anchors = [akLeft, akTop, akRight] + Color = clBtnFace + ReadOnly = True + TabOrder = 2 + end + object btnFont: TButton + Left = 8 + Top = 105 + Width = 88 + Height = 25 + Caption = 'Fo&nt...' + TabOrder = 1 + OnClick = btnFontClick + end + object btnRestoreDefaults: TButton + Left = 189 + Top = 307 + Width = 176 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Restore Defaults' + TabOrder = 6 + OnClick = btnRestoreDefaultsClick + end + object chbxTransparent: TCheckBox + Left = 7 + Top = 10 + Width = 15 + Height = 17 + Caption = '&Transparent' + TabOrder = 0 + OnClick = TitleChanged + end + end + end + object cbxMode: TComboBox + Left = 48 + Top = 8 + Width = 338 + Height = 21 + Style = csDropDownList + Anchors = [akLeft, akTop, akRight] + ItemHeight = 13 + TabOrder = 0 + OnChange = TitleChanged + Items.Strings = ( + 'None' + 'On First Page, ' + 'On Every Top Page') + end + object ilAlignments: TImageList + AllocBy = 6 + Left = 10 + Top = 411 + Bitmap = { + 494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FF7FFFFF00000000FF7FFFFF00000000 + FF7FE00300000000FC1FFFFF00000000FE3FFF7F00000000FF7FFE3F00000000 + FFFFFC1F00000000E003FF7F00000000FFFFFF7F00000000FF7FFF7F00000000 + FE3FFF7F00000000FC1FFFFF00000000FF7FFFFF00000000FF7FFFFF00000000 + FF7FFFFF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFF003FC00FF003FFFFFFFFFFFFFFFFFFFF000300030003FF7F + FFFFFFFFFFFFFF7F003FC00FF003FF7FFFFFFFFFFFFFFF7F000300030003FC1F + FFFFFFFFFFFFFE3F003FC00FF003FF7FFFFFFFFFFFFFFFFF000300030003E003 + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPcPrVw.dcu b/official/x.19/Lib/D7/dxPcPrVw.dcu new file mode 100644 index 00000000..9c851666 Binary files /dev/null and b/official/x.19/Lib/D7/dxPcPrVw.dcu differ diff --git a/official/x.19/Lib/D7/dxPgsDlg.dcu b/official/x.19/Lib/D7/dxPgsDlg.dcu new file mode 100644 index 00000000..0067dd6a Binary files /dev/null and b/official/x.19/Lib/D7/dxPgsDlg.dcu differ diff --git a/official/x.19/Lib/D7/dxPgsDlg.dfm b/official/x.19/Lib/D7/dxPgsDlg.dfm new file mode 100644 index 00000000..bcc5516c --- /dev/null +++ b/official/x.19/Lib/D7/dxPgsDlg.dfm @@ -0,0 +1,3665 @@ +object dxfmPageSetupDialog: TdxfmPageSetupDialog + Left = 448 + Top = 228 + BorderStyle = bsDialog + Caption = 'Page Setup' + ClientHeight = 435 + ClientWidth = 526 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnClose = FormClose + OnCloseQuery = FormCloseQuery + OnKeyDown = FormKeyDown + PixelsPerInch = 96 + TextHeight = 13 + object pnlStyleName: TPanel + Left = 0 + Top = 0 + Width = 526 + Height = 31 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblStyleName: TLabel + Left = 4 + Top = 9 + Width = 61 + Height = 13 + Caption = 'Style &Name: ' + FocusControl = edStyleName + end + object edStyleName: TEdit + Left = 66 + Top = 6 + Width = 259 + Height = 21 + MaxLength = 31 + TabOrder = 0 + OnChange = edStyleNameChange + OnExit = edStyleNameExit + end + object btnOptions: TButton + Left = 331 + Top = 5 + Width = 88 + Height = 24 + Caption = '&Options ...' + TabOrder = 1 + end + end + object pnlButtons: TPanel + Left = 0 + Top = 399 + Width = 526 + Height = 36 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnPrintPreview: TButton + Left = 117 + Top = 7 + Width = 106 + Height = 23 + Caption = 'Print Preview...' + TabOrder = 1 + OnClick = btnPrintPreviewClick + end + object btnPrint: TButton + Left = 5 + Top = 7 + Width = 106 + Height = 23 + Caption = 'Print...' + TabOrder = 0 + OnClick = btnPrintClick + end + object btnOK: TButton + Left = 273 + Top = 7 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 358 + Top = 7 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 443 + Top = 7 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + end + object Panel4: TPanel + Left = 0 + Top = 31 + Width = 526 + Height = 368 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object pgctrlMain: TPageControl + Left = 5 + Top = 3 + Width = 517 + Height = 365 + ActivePage = tshMargins + MultiLine = True + TabOrder = 0 + OnChange = pgctrlMainChange + OnChanging = pgctrlMainChanging + object tshPage: TTabSheet + Caption = '&Page' + object Panel5: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object gbxPaper: TGroupBox + Left = 5 + Top = 5 + Width = 231 + Height = 326 + Caption = ' Paper ' + TabOrder = 0 + object lblPaperWidth: TLabel + Left = 18 + Top = 208 + Width = 32 + Height = 13 + Caption = '&Width:' + OnClick = lblMarginTopClick + end + object lblPaperHeight: TLabel + Left = 18 + Top = 234 + Width = 35 + Height = 13 + Caption = 'H&eight:' + OnClick = lblMarginTopClick + end + object bvlPaperDimensions: TBevel + Left = 64 + Top = 191 + Width = 157 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperSource: TBevel + Left = 79 + Top = 278 + Width = 142 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperType: TBevel + Left = 36 + Top = 20 + Width = 185 + Height = 4 + Shape = bsBottomLine + end + object bvlPaperWidthHolder: TBevel + Left = 81 + Top = 204 + Width = 100 + Height = 22 + Visible = False + end + object bvlPaperHeightHolder: TBevel + Left = 81 + Top = 230 + Width = 100 + Height = 22 + Visible = False + end + object lblPaperSource: TLabel + Left = 6 + Top = 272 + Width = 63 + Height = 13 + Caption = 'Paper so&urce' + FocusControl = cbxPaperSource + OnClick = lblPaperSourceClick + end + object lblPaperType: TLabel + Left = 6 + Top = 15 + Width = 24 + Height = 13 + Caption = 'T&ype' + FocusControl = lbxPaperType + end + object lblPaperDimensions: TLabel + Left = 6 + Top = 186 + Width = 53 + Height = 13 + Caption = 'Dimensions' + end + object lbxPaperType: TListBox + Left = 12 + Top = 31 + Width = 208 + Height = 148 + Style = lbOwnerDrawFixed + IntegralHeight = True + ItemHeight = 18 + TabOrder = 0 + OnClick = lbxPaperTypeClick + OnDrawItem = lbxPaperTypeDrawItem + end + object cbxPaperSource: TComboBox + Left = 12 + Top = 289 + Width = 208 + Height = 24 + Style = csOwnerDrawFixed + ItemHeight = 18 + TabOrder = 1 + OnChange = cbxPaperSourceChange + OnDrawItem = cbxPaperSourceDrawItem + end + end + object Panel1: TPanel + Left = 239 + Top = 0 + Width = 270 + Height = 337 + Align = alRight + BevelOuter = bvNone + ParentColor = True + TabOrder = 1 + object Label1: TLabel + Left = 265 + Top = 5 + Width = 5 + Height = 326 + Align = alRight + AutoSize = False + Transparent = True + end + object Label2: TLabel + Left = 0 + Top = 5 + Width = 5 + Height = 326 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label3: TLabel + Left = 0 + Top = 0 + Width = 270 + Height = 5 + Align = alTop + AutoSize = False + Transparent = True + end + object Label4: TLabel + Left = 0 + Top = 331 + Width = 270 + Height = 6 + Align = alBottom + AutoSize = False + Transparent = True + end + object Panel6: TPanel + Left = 5 + Top = 5 + Width = 260 + Height = 326 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object gbxOrientation: TGroupBox + Left = 0 + Top = 0 + Width = 260 + Height = 187 + Align = alTop + Caption = ' Orientation ' + TabOrder = 0 + object bvlOrientationHolder: TBevel + Left = 8 + Top = 20 + Width = 145 + Height = 159 + Visible = False + end + object rBtnLandscape: TRadioButton + Tag = 1 + Left = 162 + Top = 109 + Width = 93 + Height = 17 + Caption = '&Landscape' + TabOrder = 1 + OnClick = OrientationClick + OnDblClick = OrientationDblClick + end + object rBtnPortrait: TRadioButton + Left = 162 + Top = 62 + Width = 93 + Height = 17 + Caption = 'P&ortrait' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = OrientationClick + OnDblClick = OrientationDblClick + end + end + object gbxPrintOrder: TGroupBox + Left = 0 + Top = 187 + Width = 260 + Height = 80 + Align = alTop + Caption = ' Print Order ' + TabOrder = 1 + object pbxPageOrder: TPaintBox + Left = 10 + Top = 20 + Width = 74 + Height = 49 + OnDblClick = pbxPageOrderDblClick + OnPaint = pbxPageOrderPaint + end + object rbtnOverThenDown: TRadioButton + Left = 105 + Top = 47 + Width = 150 + Height = 17 + Caption = 'O&ver, then down' + TabOrder = 0 + OnClick = PageOrderClick + end + object rbtnDownThenOver: TRadioButton + Tag = 1 + Left = 105 + Top = 24 + Width = 150 + Height = 17 + Caption = '&Down, then over' + Checked = True + TabOrder = 1 + TabStop = True + OnClick = PageOrderClick + end + end + object gbxShading: TGroupBox + Left = 0 + Top = 267 + Width = 260 + Height = 59 + Align = alClient + Caption = ' Shading ' + TabOrder = 2 + object chbxShading: TCheckBox + Left = 11 + Top = 25 + Width = 206 + Height = 17 + Caption = 'Print using &gray shading' + TabOrder = 0 + OnClick = chbxShadingClick + end + end + end + end + end + end + object tshMargins: TTabSheet + Caption = '&Margins' + object pnlInMargins: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Bevel12: TBevel + Left = 297 + Top = 7 + Width = 201 + Height = 5 + Shape = bsBottomLine + end + object bvlPreviewHolder: TBevel + Left = 252 + Top = 18 + Width = 246 + Height = 310 + Visible = False + end + object lblPreview: TLabel + Left = 252 + Top = 3 + Width = 38 + Height = 13 + Caption = 'Preview' + end + object Panel14: TPanel + Left = 0 + Top = 0 + Width = 237 + Height = 337 + Align = alLeft + BevelOuter = bvNone + ParentColor = True + TabOrder = 0 + object Label5: TLabel + Left = 0 + Top = 0 + Width = 237 + Height = 5 + Align = alTop + AutoSize = False + Transparent = True + end + object Label6: TLabel + Left = 0 + Top = 332 + Width = 237 + Height = 5 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label7: TLabel + Left = 0 + Top = 5 + Width = 5 + Height = 327 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label8: TLabel + Left = 232 + Top = 5 + Width = 5 + Height = 327 + Align = alRight + AutoSize = False + Transparent = True + end + object Panel8: TPanel + Left = 5 + Top = 5 + Width = 227 + Height = 327 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object bvlMarginsWarningHolder: TBevel + Left = 4 + Top = 281 + Width = 222 + Height = 33 + Visible = False + end + object gbxMargins: TGroupBox + Left = 0 + Top = 0 + Width = 227 + Height = 223 + Align = alTop + TabOrder = 0 + object pnlMargins: TPanel + Left = 2 + Top = 15 + Width = 223 + Height = 106 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object lblMarginTop: TLabel + Left = 13 + Top = 8 + Width = 22 + Height = 13 + Caption = '&Top:' + OnClick = lblMarginTopClick + end + object lblMarginBottom: TLabel + Left = 13 + Top = 34 + Width = 41 + Height = 13 + Caption = '&Bottom: ' + OnClick = lblMarginTopClick + end + object lblMarginLeft: TLabel + Left = 13 + Top = 60 + Width = 26 + Height = 13 + Caption = 'Le&ft: ' + OnClick = lblMarginTopClick + end + object lblMarginRight: TLabel + Left = 13 + Top = 86 + Width = 32 + Height = 13 + Caption = 'Ri&ght: ' + OnClick = lblMarginTopClick + end + object bvlMarginTopHolder: TBevel + Left = 97 + Top = 3 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginBottomHolder: TBevel + Left = 97 + Top = 29 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginLeftHolder: TBevel + Left = 97 + Top = 55 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginRightHolder: TBevel + Left = 97 + Top = 81 + Width = 117 + Height = 22 + Visible = False + end + end + object pnlHFMargins: TPanel + Left = 2 + Top = 121 + Width = 223 + Height = 58 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object lblMarginHeader: TLabel + Left = 13 + Top = 11 + Width = 42 + Height = 13 + Caption = 'H&eader: ' + OnClick = lblMarginTopClick + end + object lblMarginFooter: TLabel + Left = 13 + Top = 38 + Width = 36 + Height = 13 + Caption = 'Foote&r:' + OnClick = lblMarginTopClick + end + object bvlMarginHeaderHolder: TBevel + Left = 97 + Top = 6 + Width = 117 + Height = 22 + Visible = False + end + object bvlMarginFooterHolder: TBevel + Left = 97 + Top = 33 + Width = 117 + Height = 22 + Visible = False + end + end + object Panel3: TPanel + Left = 2 + Top = 179 + Width = 223 + Height = 39 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object btnFix: TButton + Left = 6 + Top = 13 + Width = 79 + Height = 23 + Caption = 'Fi&x' + TabOrder = 0 + OnClick = btnFixClick + end + object btnRestoreOriginalMargins: TButton + Left = 88 + Top = 13 + Width = 127 + Height = 23 + Caption = 'Restore &Original' + TabOrder = 1 + OnClick = btnRestoreOriginalMarginsClick + end + end + end + object pnlCenterOnPage: TPanel + Left = 0 + Top = 223 + Width = 227 + Height = 54 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object bvlCenterOnPage: TBevel + Left = 99 + Top = 16 + Width = 128 + Height = 4 + Shape = bsBottomLine + end + object lblCenterOnPage: TLabel + Left = 1 + Top = 13 + Width = 78 + Height = 13 + Caption = 'Center on page ' + end + object chbxCenterHorz: TCheckBox + Left = 9 + Top = 33 + Width = 112 + Height = 17 + Caption = 'Hori&zontaly' + Color = clBtnFace + ParentColor = False + TabOrder = 0 + OnClick = CenterOnPageClick + end + object chbxCenterVert: TCheckBox + Tag = 1 + Left = 131 + Top = 33 + Width = 92 + Height = 17 + Caption = '&Verticaly' + TabOrder = 1 + OnClick = CenterOnPageClick + end + end + end + end + end + end + object tshHeaderFooter: TTabSheet + Caption = '&Header\Footer' + object Panel7: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlBottom: TPanel + Left = 0 + Top = 236 + Width = 509 + Height = 67 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object pnlHFOpt: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 67 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label18: TLabel + Left = 0 + Top = 65 + Width = 509 + Height = 2 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label17: TLabel + Left = 0 + Top = 2 + Width = 4 + Height = 63 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label19: TLabel + Left = 505 + Top = 2 + Width = 4 + Height = 63 + Align = alRight + AutoSize = False + Transparent = True + end + object Label20: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 2 + Align = alTop + AutoSize = False + Transparent = True + end + object Panel9: TPanel + Left = 4 + Top = 2 + Width = 501 + Height = 63 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object pnlVertAlignment: TPanel + Left = 0 + Top = 0 + Width = 125 + Height = 63 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object gbxVertAlignment: TGroupBox + Left = 0 + Top = 0 + Width = 120 + Height = 63 + Caption = ' Vertical Alignment ' + TabOrder = 0 + object tbTAVert: TToolBar + Left = 22 + Top = 23 + Width = 79 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + Images = ilPaperTypes + TabOrder = 0 + Wrapable = False + object ToolButton12: TToolButton + Left = 0 + Top = 2 + Caption = 'ToolButton9' + Down = True + Grouped = True + ImageIndex = 0 + Style = tbsCheck + OnClick = VertTextAlignClick + end + object ToolButton13: TToolButton + Tag = 1 + Left = 25 + Top = 2 + Caption = 'ToolButton10' + Grouped = True + ImageIndex = 1 + Style = tbsCheck + OnClick = VertTextAlignClick + end + object ToolButton14: TToolButton + Tag = 2 + Left = 50 + Top = 2 + Caption = 'ToolButton11' + Grouped = True + ImageIndex = 2 + Style = tbsCheck + OnClick = VertTextAlignClick + end + end + end + end + object gbxFunctions: TGroupBox + Left = 125 + Top = 0 + Width = 376 + Height = 63 + Align = alClient + Caption = ' Predefined Functions ' + TabOrder = 1 + object pnlToolBar: TPanel + Left = 2 + Top = 15 + Width = 372 + Height = 46 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel1' + TabOrder = 0 + object tbPredefined: TToolBar + Left = 19 + Top = 8 + Width = 335 + Height = 30 + Align = alNone + ButtonHeight = 24 + ButtonWidth = 25 + EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom] + EdgeInner = esLowered + ParentShowHint = False + ShowHint = True + TabOrder = 0 + Wrapable = False + end + end + end + end + end + end + object pnlHeader: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 118 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object pnlHeaderMemos: TPanel + Left = 0 + Top = 46 + Width = 509 + Height = 72 + Align = alClient + BevelOuter = bvNone + ParentColor = True + TabOrder = 2 + object Label9: TLabel + Left = 0 + Top = 4 + Width = 4 + Height = 64 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label10: TLabel + Left = 505 + Top = 4 + Width = 4 + Height = 64 + Align = alRight + AutoSize = False + Transparent = True + end + object Label11: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 4 + Align = alTop + AutoSize = False + Transparent = True + end + object Label12: TLabel + Left = 0 + Top = 68 + Width = 509 + Height = 4 + Align = alBottom + AutoSize = False + Transparent = True + end + object pnlHeaderMemosHost: TPanel + Left = 4 + Top = 4 + Width = 501 + Height = 64 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object memHeaderLeft: TMemo + Left = 0 + Top = 0 + Width = 167 + Height = 64 + Align = alClient + ScrollBars = ssVertical + TabOrder = 0 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memHeaderCenter: TMemo + Tag = 1 + Left = 167 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taCenter + ScrollBars = ssVertical + TabOrder = 1 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memHeaderRight: TMemo + Tag = 2 + Left = 334 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taRightJustify + ScrollBars = ssVertical + TabOrder = 2 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + end + end + object pnlHeaderFont: TPanel + Left = 0 + Top = 16 + Width = 509 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnHeaderFont: TButton + Left = 4 + Top = 3 + Width = 75 + Height = 26 + Caption = '&Font...' + TabOrder = 0 + OnClick = btnHFFontClick + end + object edHeaderFontInfo: TEdit + Left = 84 + Top = 6 + Width = 244 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnHeaderBackground: TBitBtn + Left = 333 + Top = 3 + Width = 172 + Height = 26 + Caption = '&Background' + TabOrder = 2 + OnClick = BackgroundClick + Layout = blGlyphRight + end + end + object pnlHeaderTitle: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 16 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object bvlHeader: TBevel + Left = 47 + Top = 6 + Width = 454 + Height = 5 + Shape = bsBottomLine + end + object lblHeader: TLabel + Left = 6 + Top = 2 + Width = 35 + Height = 13 + Caption = 'Header' + end + end + end + object pnlFooter: TPanel + Left = 0 + Top = 118 + Width = 509 + Height = 118 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object pnlFooterTitle: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 16 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object bvlFooter: TBevel + Left = 48 + Top = 8 + Width = 456 + Height = 4 + Shape = bsBottomLine + end + object lblFooter: TLabel + Left = 6 + Top = 3 + Width = 32 + Height = 13 + Caption = 'Footer' + end + end + object pnlFooterFont: TPanel + Left = 0 + Top = 16 + Width = 509 + Height = 30 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + object btnFooterFont: TButton + Tag = 1 + Left = 4 + Top = 3 + Width = 75 + Height = 26 + Caption = 'Fo&nt...' + TabOrder = 0 + OnClick = btnHFFontClick + end + object edFooterFontInfo: TEdit + Left = 83 + Top = 6 + Width = 244 + Height = 21 + TabStop = False + Color = clBtnFace + ReadOnly = True + TabOrder = 1 + end + object btnFooterBackGround: TBitBtn + Tag = 1 + Left = 332 + Top = 3 + Width = 172 + Height = 26 + Caption = 'Back&ground' + TabOrder = 2 + OnClick = BackgroundClick + Layout = blGlyphRight + end + end + object pnlFooterMemos: TPanel + Left = 0 + Top = 46 + Width = 509 + Height = 72 + Align = alClient + BevelOuter = bvNone + ParentColor = True + TabOrder = 2 + object Label14: TLabel + Left = 0 + Top = 0 + Width = 509 + Height = 4 + Align = alTop + AutoSize = False + Transparent = True + end + object Label15: TLabel + Left = 0 + Top = 68 + Width = 509 + Height = 4 + Align = alBottom + AutoSize = False + Transparent = True + end + object Label13: TLabel + Left = 0 + Top = 4 + Width = 4 + Height = 64 + Align = alLeft + AutoSize = False + Transparent = True + end + object Label16: TLabel + Left = 505 + Top = 4 + Width = 4 + Height = 64 + Align = alRight + AutoSize = False + Transparent = True + end + object pnlFooterMemosHost: TPanel + Left = 4 + Top = 4 + Width = 501 + Height = 64 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object memFooterLeft: TMemo + Tag = 3 + Left = 0 + Top = 0 + Width = 167 + Height = 64 + Align = alClient + ScrollBars = ssVertical + TabOrder = 0 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memFooterCenter: TMemo + Tag = 4 + Left = 167 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taCenter + ScrollBars = ssVertical + TabOrder = 1 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + object memFooterRight: TMemo + Tag = 5 + Left = 334 + Top = 0 + Width = 167 + Height = 64 + Align = alRight + Alignment = taRightJustify + ScrollBars = ssVertical + TabOrder = 2 + OnChange = MemoChange + OnEnter = MemoEnter + OnExit = MemoExit + end + end + end + end + object pnlReverse: TPanel + Left = 0 + Top = 303 + Width = 509 + Height = 28 + Align = alTop + BevelOuter = bvNone + TabOrder = 3 + object chbxReverseOnEvenPages: TCheckBox + Left = 7 + Top = 8 + Width = 264 + Height = 17 + Caption = '&Reverse on even pages' + TabOrder = 0 + OnClick = chbxReverseOnEvenPagesClick + end + end + end + end + object tshScaling: TTabSheet + Caption = '&Scaling' + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 509 + Height = 337 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object bvlAdjustToHolder: TBevel + Left = 35 + Top = 32 + Width = 75 + Height = 22 + Visible = False + end + object bvlFitToPageHolder: TBevel + Left = 35 + Top = 84 + Width = 75 + Height = 22 + Visible = False + end + object lblPagesWideBy: TLabel + Left = 119 + Top = 91 + Width = 77 + Height = 13 + Caption = 'page(s) &wide by' + end + object lblPercentOfNormalSize: TLabel + Left = 118 + Top = 39 + Width = 67 + Height = 13 + Caption = '% normal size' + end + object bvlFitToPageTallHolder: TBevel + Left = 261 + Top = 84 + Width = 75 + Height = 22 + Visible = False + end + object lblTall: TLabel + Left = 343 + Top = 91 + Width = 14 + Height = 13 + Caption = '&tall' + end + object rbtnAdjustTo: TRadioButton + Left = 12 + Top = 9 + Width = 150 + Height = 17 + Caption = '&Adjust To:' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = ScalingClick + end + object rbtnFitTo: TRadioButton + Tag = 1 + Left = 12 + Top = 62 + Width = 150 + Height = 17 + Caption = '&Fit To:' + TabOrder = 1 + OnClick = ScalingClick + end + end + end + end + end + object ilPrintOrders: TImageList + BkColor = clWhite + AllocBy = 2 + Height = 49 + Masked = False + Width = 74 + Left = 210 + Top = 65534 + Bitmap = { + 494C01010200040004004A003100FFFFFF00FE00FFFFFFFFFFFFFFFF424D3600 + 000000000000360000002800000028010000310000000100200000000000A0E2 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000080800000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000000000000000000000000000000000008080 + 00008080000080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF0000000000000000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000000000000000000000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 000000000000808000008080000080800000FFFFFF00FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000080800000808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008080000080800000808000008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 000000000000808000008080000080800000808000008080000080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF008080800080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 000000000000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000008080000080800000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 0000000000008080000080800000808000008080000080800000808000008080 + 000080800000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00000000000000000080800000808000008080 + 0000808000008080000000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00000000000000 + 0000000000000000000080800000808000008080000080800000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00808080008080 + 0000808000008080000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808000008080000080800000808000008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808000008080000080800000808000008080000080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080800000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00000000000000000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 0000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 000080800000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 000080800000FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 000080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF008080000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080800000808000008080000080800000808080008080 + 8000808080008080800080808000808080000000000000000000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080800000808000008080000080800000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF008080000080800000808000008080 + 000000000000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008080 + 0000808000000000000000000000FFFFFF0080808000FFFFFF00000000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0080800000808000008080 + 000080800000FFFFFF0080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00808000008080 + 0000808000008080000080808000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00808000008080 + 0000808000008080000080800000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000008080 + 0000808000008080000080800000FFFFFF000000000000000000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF008080 + 00008080000080800000808000008080000080808000FFFFFF00000000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808000008080000080800000808000000000000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF008080000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000000000000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080000080800000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080800000808000008080000080800000808000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF0080808000FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 0000000000000000000080800000808000008080000080800000808000000000 + 00000000000000000000FFFFFF0080808000FFFFFF0000000000000000000000 + 000000000000FFFFFF0080808000FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808000008080000080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808000008080000080800000808000008080 + 0000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF0080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF008080000080800000808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080000080800000808000008080 + 000080800000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080000000 + 0000000000008080000080800000808000008080000080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080800000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080 + 00008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF000000 + 00000000000080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000008080 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 000080800000808000008080000080800000FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF0000000000000000000000000000000000FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 00008080000080800000FFFFFF0000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF0000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000808000008080000080800000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080800000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000} + end + object ilPaperTypes: TImageList + AllocBy = 8 + Left = 126 + Top = 65534 + Bitmap = { + 494C010103000800080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFF7FFFFF0000FFFFFF7FFFFF0000 + FFFFFF7FE0030000FFFFFC1FFFFF0000FFFFFE3FFFBF0000FF7FFF7FFF1F0000 + FF7FFFFFFE0F0000FF7FE003FFBF0000FF7FFFFFFFBF0000FC1FFF7FFFBF0000 + FE3FFE3FFFBF0000FF7FFC1FFFFF0000FFFFFF7FFFFF0000E003FF7FFFFF0000 + FFFFFF7FFFFF0000FFFFFFFFFFFF000000000000000000000000000000000000 + 000000000000} + end + object ilBins: TImageList + Left = 154 + Top = 65534 + Bitmap = { + 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000000000FF + FF00000000000000000000000000FFFFFF008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000FFFFFF008080800000000000808080000000000000000000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 800080808000808080008080800000000000000000000000000080808000FFFF + FF00808080008080800000000000FFFFFF008080800080808000000000000000 + 0000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF00000000000000000000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00808080000000000080808000FFFFFF00808080008080 + 8000FFFFFF008080800000000000FFFFFF008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00808080008080800080808000808080000000000000000000FFFF + FF0000FFFF00FFFFFF008080800000000000808080008080800080808000FFFF + FF00808080008080800000000000FFFFFF008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0080808000FFFFFF00FFFFFF008080800080808000808080000000 + 0000FFFFFF0000FFFF00808080000000000080808000FFFFFF00808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00808080008080800000FF00000000FF0000000000808080000000 + 000000FFFF00FFFFFF008080800000000000808080008080800080808000FFFF + FF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080008080800000FF + FF00FFFFFF0000FFFF00FFFFFF008080800080808000808080000000000000FF + FF00FFFFFF0000FFFF0080808000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000FF000000FF00FFFFFF00FFFFFF00FFFF + FF00808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0080808000FFFFFF00FFFFFF000000 + 000000FFFF00FFFFFF008080800000000000000000000000000080808000FFFF + FF00FFFFFF0000FF000000FF0000FFFFFF00FFFFFF00FFFFFF00808080008080 + 800000000000FFFFFF0080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00808080008080800000FF + FF00FFFFFF0000FFFF0080808000000000000000000000000000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000FFFFFF00FFFF + FF0000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000000000000000000000000000000000000000 + 00008080800080808000FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000808080008080 + 8000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000008080800000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00FFFFFE3F00000000E000E00F00000000 + C000800300000000800000010000000080000001000000008000000100000000 + 8000000000000000800000000000000080008000000000008000800000000000 + 8000C001000000008000F003000000008001FC0100000000C07FFF0000000000 + E0FFFF8100000000FFFFFFC70000000000000000000000000000000000000000 + 000000000000} + end + object ilPapers: TImageList + Left = 182 + Top = 65534 + Bitmap = { + 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000001000000001002000000000000010 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00808080008080800080808000808080008080800080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000808000FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF000080800000FF + FF00FFFFFF00FFFFFF00FFFFFF000080800000808000FFFFFF00FFFFFF0000FF + FF00FFFFFF0000808000FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF00FFFFFF000080 + 8000FFFFFF0000FFFF0000808000FFFFFF00FFFFFF0000808000FFFFFF00FFFF + FF000080800000FFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF00FFFFFF0000FF + FF000000000000808000FFFFFF0000FFFF00FFFFFF00FFFFFF00008080000000 + 0000FFFFFF00FFFFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF00FFFFFF00FFFF + FF000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF000080 + 8000FFFFFF0000FFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00000000000000000000808000FFFFFF00FFFFFF000080 + 8000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF0000808000FFFFFF00FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF0080808000808080008080800080808000808080008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000FFFF0000808000FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000808000FFFFFF00008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000080800000808000FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000008080000080 + 8000008080000080800000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000100000000100010000000000800000000000000000000000 + 000000000000000000000000FFFFFF00C001FFFF00000000C001FFFF00000000 + C001FFFF00000000C001000000000000C001000000000000C001000000000000 + C001000000000000C001081000000000C001000000000000C001000000000000 + C001000000000000C001000000000000C001000000000000C003FFFF00000000 + C007FFFF00000000C00FFFFF0000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxPrevw.dcu b/official/x.19/Lib/D7/dxPrevw.dcu new file mode 100644 index 00000000..990aaeda Binary files /dev/null and b/official/x.19/Lib/D7/dxPrevw.dcu differ diff --git a/official/x.19/Lib/D7/dxPrnDev.dcu b/official/x.19/Lib/D7/dxPrnDev.dcu new file mode 100644 index 00000000..ab9d1a0b Binary files /dev/null and b/official/x.19/Lib/D7/dxPrnDev.dcu differ diff --git a/official/x.19/Lib/D7/dxPrnDlg.dcu b/official/x.19/Lib/D7/dxPrnDlg.dcu new file mode 100644 index 00000000..7bd88c20 Binary files /dev/null and b/official/x.19/Lib/D7/dxPrnDlg.dcu differ diff --git a/official/x.19/Lib/D7/dxPrnDlg.dfm b/official/x.19/Lib/D7/dxPrnDlg.dfm new file mode 100644 index 00000000..25d35be8 --- /dev/null +++ b/official/x.19/Lib/D7/dxPrnDlg.dfm @@ -0,0 +1,861 @@ +object dxfmPrintDialog: TdxfmPrintDialog + Left = 384 + Top = 200 + BorderStyle = bsDialog + Caption = 'Print' + ClientHeight = 458 + ClientWidth = 484 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 427 + Width = 484 + Height = 31 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + object btnPreview: TBitBtn + Left = 113 + Top = 2 + Width = 105 + Height = 23 + Caption = 'Print Pre&view' + TabOrder = 1 + OnClick = btnPreviewClick + end + object btnOK: TButton + Left = 234 + Top = 2 + Width = 79 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 318 + Top = 2 + Width = 79 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object btnHelp: TButton + Left = 402 + Top = 2 + Width = 79 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object btnPageSetup: TBitBtn + Left = 3 + Top = 2 + Width = 105 + Height = 23 + Caption = 'Page Set&up...' + TabOrder = 0 + OnClick = btnPageSetupClick + Layout = blGlyphRight + end + end + object pnlPrintStyles: TPanel + Left = 0 + Top = 317 + Width = 484 + Height = 105 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object gbxPrintStyles: TGroupBox + Left = 3 + Top = 3 + Width = 478 + Height = 99 + Align = alClient + Caption = ' Print Styles ' + TabOrder = 0 + object lbxPrintStyles: TListBox + Left = 7 + Top = 15 + Width = 322 + Height = 78 + Style = lbOwnerDrawFixed + ItemHeight = 34 + PopupMenu = pmPrintStyles + TabOrder = 0 + OnClick = lbxPrintStylesClick + OnDblClick = PageSetup2Click + OnDrawItem = lbxPrintStylesDrawItem + end + object btnPageSetup2: TButton + Left = 335 + Top = 15 + Width = 136 + Height = 23 + Caption = 'Page Set&up...' + Default = True + TabOrder = 1 + OnClick = PageSetup2Click + end + object btnDefineStyles: TButton + Left = 335 + Top = 42 + Width = 136 + Height = 23 + Caption = 'Define S&tyles...' + TabOrder = 2 + OnClick = DefineStylesClick + end + end + end + object pnlMiddle: TPanel + Left = 0 + Top = 164 + Width = 484 + Height = 153 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 1 + object gbxPageRange: TGroupBox + Left = 3 + Top = 3 + Width = 244 + Height = 147 + Align = alLeft + Caption = ' Page ra&nge ' + TabOrder = 0 + object lblDescription: TLabel + Left = 6 + Top = 98 + Width = 232 + Height = 41 + AutoSize = False + Caption = + 'Enter page number and/or page ranges'#13#10'separated by commes. For e' + + 'xample : 1,3,5-12' + Transparent = True + WordWrap = True + end + object bvlPRWarningHolder: TBevel + Left = 80 + Top = 12 + Width = 157 + Height = 30 + Visible = False + end + object rbtnAllPages: TRadioButton + Left = 9 + Top = 23 + Width = 58 + Height = 17 + Caption = '&All' + Checked = True + TabOrder = 0 + TabStop = True + OnClick = rbtnPagesClick + end + object rbtnCurrentPage: TRadioButton + Tag = 1 + Left = 9 + Top = 48 + Width = 104 + Height = 17 + Caption = 'Curr&ent page' + TabOrder = 1 + OnClick = rbtnPagesClick + end + object rbtnPageRanges: TRadioButton + Tag = 2 + Left = 9 + Top = 72 + Width = 67 + Height = 17 + Caption = 'Pa&ges: ' + TabOrder = 2 + OnClick = rbtnPagesClick + end + object edPageRanges: TEdit + Left = 80 + Top = 70 + Width = 157 + Height = 21 + AutoSelect = False + TabOrder = 3 + OnChange = edPageRangesChange + OnExit = edPageRangesExit + OnKeyPress = edPageRangesKeyPress + end + object rbtnSelection: TRadioButton + Tag = 3 + Left = 116 + Top = 48 + Width = 113 + Height = 17 + Caption = '&Selection' + TabOrder = 4 + OnClick = rbtnPagesClick + end + end + object gbxCopies: TGroupBox + Left = 251 + Top = 3 + Width = 230 + Height = 147 + Align = alRight + Caption = ' C&opies ' + TabOrder = 1 + object lblNumberOfCopies: TLabel + Left = 11 + Top = 48 + Width = 90 + Height = 13 + Caption = 'Number of &copies :' + OnClick = lblNumberOfCopiesClick + end + object bvlCopiesHolder: TBevel + Left = 122 + Top = 43 + Width = 101 + Height = 22 + Visible = False + end + object lblNumberOfPages: TLabel + Left = 11 + Top = 21 + Width = 89 + Height = 13 + Caption = 'Number of pa&ges :' + FocusControl = cbxNumberOfPages + OnClick = lblNumberOfPagesClick + end + object pbxCollate: TPaintBox + Left = 62 + Top = 96 + Width = 118 + Height = 44 + Font.Charset = ANSI_CHARSET + Font.Color = clWindowText + Font.Height = -9 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + OnDblClick = pbxCollateDblClick + OnPaint = pbxCollatePaint + end + object chbxCollate: TCheckBox + Left = 9 + Top = 74 + Width = 171 + Height = 17 + Caption = 'Co&llate copies' + TabOrder = 1 + OnClick = chbxCollateClick + end + object cbxNumberOfPages: TComboBox + Left = 122 + Top = 17 + Width = 101 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnChange = cbxNumberOfPagesChange + Items.Strings = ( + 'All' + 'Even' + 'Odd') + end + end + end + object pnlTop: TPanel + Left = 0 + Top = 0 + Width = 484 + Height = 164 + Align = alTop + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 0 + object gbxPrinter: TGroupBox + Left = 3 + Top = 3 + Width = 478 + Height = 158 + Align = alClient + Caption = ' &Printer ' + TabOrder = 0 + object lblName: TLabel + Left = 8 + Top = 20 + Width = 31 + Height = 13 + Caption = '&Name:' + FocusControl = cbxPrinters + OnClick = lblNameClick + end + object lblStatus: TLabel + Left = 8 + Top = 48 + Width = 35 + Height = 13 + Caption = 'Status:' + end + object lblType: TLabel + Left = 8 + Top = 67 + Width = 28 + Height = 13 + Caption = 'Type:' + end + object lblWhere: TLabel + Left = 8 + Top = 86 + Width = 36 + Height = 13 + Caption = 'Where:' + end + object lblComment: TLabel + Left = 8 + Top = 105 + Width = 49 + Height = 13 + Caption = 'Comment:' + end + object lStatus: TLabel + Left = 90 + Top = 49 + Width = 31 + Height = 13 + Caption = 'Status' + end + object lType: TLabel + Left = 90 + Top = 68 + Width = 24 + Height = 13 + Caption = 'Type' + end + object lWhere: TLabel + Left = 90 + Top = 87 + Width = 32 + Height = 13 + Caption = 'Where' + end + object lComment: TLabel + Left = 90 + Top = 106 + Width = 45 + Height = 13 + Caption = 'Comment' + end + object cbxPrinters: TComboBox + Left = 90 + Top = 15 + Width = 280 + Height = 26 + Style = csOwnerDrawFixed + ItemHeight = 20 + TabOrder = 0 + OnChange = cbxPrintersChange + OnDrawItem = cbxPrintersDrawItem + end + object btnPrinterProperties: TButton + Left = 376 + Top = 15 + Width = 95 + Height = 26 + Caption = 'P&roperties...' + TabOrder = 1 + OnClick = btnPrinterPropertiesClick + end + object btnNetwork: TButton + Left = 376 + Top = 45 + Width = 95 + Height = 26 + Caption = 'Net&work...' + TabOrder = 2 + OnClick = btnNetworkClick + end + object pnlPrintToFile: TPanel + Left = 2 + Top = 120 + Width = 474 + Height = 36 + Align = alBottom + BevelOuter = bvNone + TabOrder = 3 + object chbxPrintToFile: TCheckBox + Left = 8 + Top = 10 + Width = 136 + Height = 15 + Caption = 'Print to &file' + TabOrder = 0 + OnClick = chbxPrintToFileClick + end + object cbxFileName: TComboBox + Left = 150 + Top = 7 + Width = 216 + Height = 21 + ItemHeight = 13 + TabOrder = 1 + Text = 'cbxFileName' + OnExit = cbxFileNameExit + end + object btnBrowse: TButton + Left = 374 + Top = 6 + Width = 95 + Height = 23 + Caption = '&Browse...' + TabOrder = 2 + OnClick = btnBrowseClick + end + end + end + end + object ilPrinters: TImageList + AllocBy = 7 + Left = 85 + Top = 357 + Bitmap = { + 494C010107000C000C0010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008484840084000000FFFFFF008400000084000000840000008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF00C6C6C600000000000084840000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000000000000000000000000000000000008484840000FFFF0000FF + FF0000FFFF0000FFFF000084840000000000C6C6C60000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 00008400000084000000840000008400000000000000000000008484840000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 8400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 000084000000FFFFFF00840000008400000000000000000000008484840000FF + FF0000FFFF0000FFFF0000FFFF000000000000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000008400000084000000848484008484 + 840084848400840000008484840084000000FFFFFF00FFFFFF00FFFFFF008400 + 000084000000FFFFFF0084000000840000000000000000000000000000008484 + 840000FFFF0000FFFF0000FFFF000000000000FFFF0000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000084000000840000008400 + 0000840000008484840084848400848484008400000084000000840000008400 + 0000FFFFFF00FFFFFF0084000000840000000000000000000000000000008484 + 840000FFFF0000FFFF0000848400000000000084840000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 00008484840000FFFF0000848400000000000084840000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 00008484840000FFFF0000848400000000000084840000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000008400 + 0000840000008484840084848400848484008484840084000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 0000000000008484840000FFFF000000000000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000000000000000000008400 + 000084000000848484008484840084848400840000000000000084000000FFFF + FF00FFFFFF00FFFFFF0084000000840000000000000000000000000000000000 + 0000000000008484840000FFFF0000FFFF0000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000840000000000000000000000000000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 000000000000000000008484840000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C6C6C600848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000084840000FFFF00C6C6C600008484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000080800000FFFF00C0C0C000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 8400C6C6C600C6C6C60084848400000000000000000084848400848484000000 + 000000000000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C60084848400000000000000000000000000C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000008080 + 8000C0C0C000C0C0C00080808000000000000000000080808000808080000000 + 000000000000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00080808000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000084848400C6C6C6008484 + 84008484840084848400C6C6C600848484008484840000000000000000008484 + 8400848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840084848400848484008484840000000000000000000000 + 0000000000000000000000000000000000000000000080808000C0C0C0008080 + 80008080800080808000C0C0C000808080008080800000000000000000008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000008080800080808000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 + 0000000000008484840000000000000000000000000000000000000000000000 + 0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000C0C0C000C0C0C000C0C0C000808080008080800080808000808080000000 + 0000000000008080800000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000808080008080800080808000808080000000 + 0000000000000000000000000000000000008484840084848400C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400000000000000000000000000000000008484840084848400C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 8400848484000000000000000000000000008080800080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000000000000000000000000000000000008080800080808000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400848484008484840000000000C6C6C600C6C6C600C6C6C600C6C6 + C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 + 840084848400848484008484840000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000808080008080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000808080008080800080808000808080008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00C6C6C600C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400848484008484840000000000C6C6C600FFFFFF00C6C6C600C6C6 + C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 + 840084848400848484008484840000000000C0C0C000FFFFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C00080808000808080008080 + 800080808000808080008080800000000000C0C0C000FFFFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C00080808000808080008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C6000000FF0084848400C6C6C600C6C6C600C6C6C6008484 + 840084848400848484008484840000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C6000000FF0084848400C6C6C600C6C6C600C6C6C6008484 + 840084848400848484008484840000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C0000000FF0080808000C0C0C000C0C0C000C0C0C0008080 + 800080808000808080008080800000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C0000000FF0080808000C0C0C000C0C0C000C0C0C0008080 + 800080808000808080008080800000000000C6C6C600FFFFFF00C6C6C600C6C6 + C60000FF00008484840084848400C6C6C600C6C6C60084848400848484000000 + 0000C6C6C600848484008484840000000000C6C6C600FFFFFF00C6C6C600C6C6 + C60000FF00008484840084848400C6C6C600C6C6C60084848400848484000000 + 0000C6C6C600848484008484840000000000C0C0C000FFFFFF00C0C0C000C0C0 + C00000FF00008080800080808000C0C0C000C0C0C00080808000808080000000 + 0000C0C0C000808080008080800000000000C0C0C000FFFFFF00C0C0C000C0C0 + C00000FF00008080800080808000C0C0C000C0C0C00080808000808080000000 + 0000C0C0C0008080800080808000000000000000000084848400C6C6C600C6C6 + C60084848400C6C6C600C6C6C60084848400C6C6C600C6C6C600C6C6C6000000 + 0000C6C6C6000000000000000000000000000000000084848400C6C6C600C6C6 + C60084848400C6C6C600C6C6C6008484840084848400C6C6C600C6C6C6000000 + 0000C6C6C6008484840084848400000000000000000080808000C0C0C000C0C0 + C00080808000C0C0C000C0C0C00080808000C0C0C000C0C0C000C0C0C0000000 + 0000C0C0C0000000000000000000000000000000000080808000C0C0C000C0C0 + C00080808000C0C0C000C0C0C0008080800080808000C0C0C000C0C0C0000000 + 0000C0C0C000808080008080800000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600FFFFFF00FFFFFF008484 + 840000000000000000000000000000000000000000000000000000000000C6C6 + C600C6C6C600C6C6C60084848400C6C6C600C6C6C600FFFFFF00FFFFFF008484 + 8400848484000000000000000000000000008080800000000000000000000000 + 000080808000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000008080800000000000000000000000 + 000080808000C0C0C00080808000C0C0C000C0C0C000FFFFFF00FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 00000000000084848400C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00848484000000000000000000000000000000000000000000000000000000 + 0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00848484000000000000000000000000000000000000000000FFFFFF000000 + 00000000000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000FFFFFF000000 + 0000000000008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008484840000000000000000000000000000000000000000000000 + 0000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084848400000000000000000000000000C0C0C00000000000FFFF + FF0000000000FFFFFF0000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000000000000000000000000000C0C0C00000000000FFFF + FF0000000000FFFFFF0000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C6C6C600FFFFFF00FFFFFF00FFFF + FF00C6C6C600C6C6C60000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000C0C0C000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C6C6C600C6C6C600C6C6 + C600000000000000000000000000000000008080800000000000000000000000 + 00008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000008080800000000000000000000000 + 00008080800000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C00000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFE0FFFFFF0000FFFF0007E0030000 + F83F0007C0010000000100078001000000010007800300000001000780030000 + 00010000C007000000010000C007000000010000E00F000000018000E00F0000 + 0001E000F01F00000001E000F01F00000101E000F83F00008383E040F83F0000 + FFFFF0E1FC7F0000FFFFFFFFFE7F0000FC7FF87FFC7FF87FF01F0000F01F0000 + C0070000C00700008001F01F8001F01F8001C0078001C0070001000100010001 + 0000000000000000000000000000000000000000000000000000000000000000 + 8001800180018001E007E00700070007F803F80300030003FE00FE0002000200 + FF03FF0303030303FF8FFF8F078F078F00000000000000000000000000000000 + 000000000000} + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 27 + Top = 357 + object miPageSetup: TMenuItem + Caption = 'Page Set&up...' + Default = True + ShortCut = 16397 + OnClick = PageSetup2Click + end + object miLine1: TMenuItem + Caption = '-' + end + object miDefineStyles: TMenuItem + Caption = 'Define Styles...' + OnClick = DefineStylesClick + end + end +end diff --git a/official/x.19/Lib/D7/dxPrnPg.dcu b/official/x.19/Lib/D7/dxPrnPg.dcu new file mode 100644 index 00000000..28223772 Binary files /dev/null and b/official/x.19/Lib/D7/dxPrnPg.dcu differ diff --git a/official/x.19/Lib/D7/dxPsPrVwAdvD7.dcu b/official/x.19/Lib/D7/dxPsPrVwAdvD7.dcu new file mode 100644 index 00000000..b8b07734 Binary files /dev/null and b/official/x.19/Lib/D7/dxPsPrVwAdvD7.dcu differ diff --git a/official/x.19/Lib/D7/dxPscxTLLnkD7.dcu b/official/x.19/Lib/D7/dxPscxTLLnkD7.dcu new file mode 100644 index 00000000..8ab81703 Binary files /dev/null and b/official/x.19/Lib/D7/dxPscxTLLnkD7.dcu differ diff --git a/official/x.19/Lib/D7/dxStatusBar.dcu b/official/x.19/Lib/D7/dxStatusBar.dcu new file mode 100644 index 00000000..9abf8911 Binary files /dev/null and b/official/x.19/Lib/D7/dxStatusBar.dcu differ diff --git a/official/x.19/Lib/D7/dxStatusBar.res b/official/x.19/Lib/D7/dxStatusBar.res new file mode 100644 index 00000000..d8d72d05 Binary files /dev/null and b/official/x.19/Lib/D7/dxStatusBar.res differ diff --git a/official/x.19/Lib/D7/dxStatusBarReg.dcu b/official/x.19/Lib/D7/dxStatusBarReg.dcu new file mode 100644 index 00000000..de1b3e3b Binary files /dev/null and b/official/x.19/Lib/D7/dxStatusBarReg.dcu differ diff --git a/official/x.19/Lib/D7/dxStatusIndicatorEditor.dcu b/official/x.19/Lib/D7/dxStatusIndicatorEditor.dcu new file mode 100644 index 00000000..184950a8 Binary files /dev/null and b/official/x.19/Lib/D7/dxStatusIndicatorEditor.dcu differ diff --git a/official/x.19/Lib/D7/dxStatusIndicatorEditor.dfm b/official/x.19/Lib/D7/dxStatusIndicatorEditor.dfm new file mode 100644 index 00000000..d3cf7e19 --- /dev/null +++ b/official/x.19/Lib/D7/dxStatusIndicatorEditor.dfm @@ -0,0 +1,112 @@ +object dxStatusBarIndicatorEditor: TdxStatusBarIndicatorEditor + Left = 624 + Top = 110 + BorderStyle = bsDialog + ClientHeight = 234 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Bevel1: TBevel + Left = 8 + Top = 192 + Width = 337 + Height = 2 + end + object BtnOK: TButton + Left = 117 + Top = 202 + Width = 75 + Height = 25 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object BtnCancel: TButton + Left = 197 + Top = 202 + Width = 75 + Height = 25 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object chlbIndicators: TCheckListBox + Left = 8 + Top = 8 + Width = 153 + Height = 149 + ItemHeight = 13 + TabOrder = 2 + OnClick = chlbIndicatorsClick + OnKeyDown = chlbIndicatorsKeyDown + end + object BtnAdd: TButton + Left = 175 + Top = 8 + Width = 92 + Height = 25 + Caption = '&Add' + TabOrder = 3 + OnClick = BtnAddClick + end + object BtnDelete: TButton + Left = 175 + Top = 40 + Width = 92 + Height = 25 + Caption = '&Delete' + TabOrder = 4 + OnClick = BtnDeleteClick + end + object BtnClear: TButton + Left = 175 + Top = 72 + Width = 92 + Height = 25 + Caption = '&Clear' + TabOrder = 5 + OnClick = BtnClearClick + end + object cbItemTypes: TComboBox + Left = 9 + Top = 164 + Width = 153 + Height = 21 + ItemHeight = 13 + Items.Strings = ( + 'sitOff' + 'sitYellow' + 'sitBlue' + 'sitGreen' + 'sitRed' + 'sitTeal' + 'sitPurple') + TabOrder = 6 + OnChange = cbItemTypesChange + end + object GroupBox1: TGroupBox + Left = 172 + Top = 130 + Width = 97 + Height = 56 + Caption = 'Example' + TabOrder = 7 + object imgExample: TImage + Left = 31 + Top = 26 + Width = 34 + Height = 15 + Center = True + end + end +end diff --git a/official/x.19/Lib/D7/dxThemeConsts.dcu b/official/x.19/Lib/D7/dxThemeConsts.dcu new file mode 100644 index 00000000..ddf61899 Binary files /dev/null and b/official/x.19/Lib/D7/dxThemeConsts.dcu differ diff --git a/official/x.19/Lib/D7/dxThemeD7.dcu b/official/x.19/Lib/D7/dxThemeD7.dcu new file mode 100644 index 00000000..fc14c0c0 Binary files /dev/null and b/official/x.19/Lib/D7/dxThemeD7.dcu differ diff --git a/official/x.19/Lib/D7/dxThemeManager.dcu b/official/x.19/Lib/D7/dxThemeManager.dcu new file mode 100644 index 00000000..d374e4f5 Binary files /dev/null and b/official/x.19/Lib/D7/dxThemeManager.dcu differ diff --git a/official/x.19/Lib/D7/dxUxTheme.dcu b/official/x.19/Lib/D7/dxUxTheme.dcu new file mode 100644 index 00000000..f60488fb Binary files /dev/null and b/official/x.19/Lib/D7/dxUxTheme.dcu differ diff --git a/official/x.19/Lib/D7/dxWrap.dcu b/official/x.19/Lib/D7/dxWrap.dcu new file mode 100644 index 00000000..9cabf471 Binary files /dev/null and b/official/x.19/Lib/D7/dxWrap.dcu differ diff --git a/official/x.19/Lib/D7/dxfmChFn.dcu b/official/x.19/Lib/D7/dxfmChFn.dcu new file mode 100644 index 00000000..7e607178 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmChFn.dcu differ diff --git a/official/x.19/Lib/D7/dxfmChFn.dfm b/official/x.19/Lib/D7/dxfmChFn.dfm new file mode 100644 index 00000000..8b436210 --- /dev/null +++ b/official/x.19/Lib/D7/dxfmChFn.dfm @@ -0,0 +1,72 @@ +object fmdxChangeFileName: TfmdxChangeFileName + Left = 368 + Top = 184 + ActiveControl = edFileName + BorderStyle = bsDialog + Caption = 'Choose New File Name' + ClientHeight = 104 + ClientWidth = 350 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + OnCloseQuery = FormCloseQuery + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 109 + Top = 75 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 190 + Top = 75 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 271 + Top = 75 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object GroupBox1: TGroupBox + Left = 4 + Top = 2 + Width = 342 + Height = 65 + TabOrder = 0 + object lblEnterNewFileName: TLabel + Left = 9 + Top = 17 + Width = 103 + Height = 13 + Caption = '&Enter New File Name:' + FocusControl = edFileName + end + object edFileName: TEdit + Left = 9 + Top = 33 + Width = 324 + Height = 21 + MaxLength = 260 + TabOrder = 0 + OnChange = edFileNameChange + end + end +end diff --git a/official/x.19/Lib/D7/dxfmClr.dcu b/official/x.19/Lib/D7/dxfmClr.dcu new file mode 100644 index 00000000..7d90df43 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmClr.dcu differ diff --git a/official/x.19/Lib/D7/dxfmClr.dfm b/official/x.19/Lib/D7/dxfmClr.dfm new file mode 100644 index 00000000..ebf43a03 --- /dev/null +++ b/official/x.19/Lib/D7/dxfmClr.dfm @@ -0,0 +1,572 @@ +object dxfmColorPalette: TdxfmColorPalette + Left = 410 + Top = 280 + BorderStyle = bsDialog + ClientHeight = 182 + ClientWidth = 148 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + KeyPreview = True + ShowHint = True + PixelsPerInch = 96 + TextHeight = 13 + object pnlTop: TPanel + Left = 0 + Top = 0 + Width = 148 + Height = 121 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object SpeedButton1: TSpeedButton + Left = 2 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton2: TSpeedButton + Left = 20 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton3: TSpeedButton + Left = 38 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton4: TSpeedButton + Left = 56 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton5: TSpeedButton + Left = 74 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton6: TSpeedButton + Left = 92 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton7: TSpeedButton + Left = 110 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton8: TSpeedButton + Left = 128 + Top = 28 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton9: TSpeedButton + Left = 2 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton10: TSpeedButton + Left = 20 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton11: TSpeedButton + Left = 38 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton12: TSpeedButton + Left = 56 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton13: TSpeedButton + Left = 74 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton14: TSpeedButton + Left = 92 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton15: TSpeedButton + Left = 110 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton16: TSpeedButton + Left = 128 + Top = 46 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton17: TSpeedButton + Left = 2 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton18: TSpeedButton + Left = 20 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton19: TSpeedButton + Left = 38 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton20: TSpeedButton + Left = 56 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton21: TSpeedButton + Left = 74 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton22: TSpeedButton + Left = 92 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton23: TSpeedButton + Left = 110 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton24: TSpeedButton + Left = 128 + Top = 64 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton25: TSpeedButton + Left = 2 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton26: TSpeedButton + Left = 20 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton27: TSpeedButton + Left = 38 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton28: TSpeedButton + Left = 56 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton29: TSpeedButton + Left = 74 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton30: TSpeedButton + Left = 92 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton31: TSpeedButton + Left = 110 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton32: TSpeedButton + Left = 128 + Top = 82 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton33: TSpeedButton + Left = 2 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton34: TSpeedButton + Left = 20 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton35: TSpeedButton + Left = 38 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton36: TSpeedButton + Left = 56 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton37: TSpeedButton + Left = 74 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton38: TSpeedButton + Left = 92 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton39: TSpeedButton + Left = 110 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object SpeedButton40: TSpeedButton + Left = 128 + Top = 100 + Width = 18 + Height = 18 + GroupIndex = 1 + Flat = True + ParentShowHint = False + ShowHint = True + OnClick = ButtonClick + end + object bvlNoFillHolder: TBevel + Left = 2 + Top = 3 + Width = 144 + Height = 22 + Visible = False + end + end + object pnlBottom: TPanel + Left = 0 + Top = 126 + Width = 148 + Height = 56 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object sBtnMoreColors: TSpeedButton + Left = 2 + Top = 4 + Width = 144 + Height = 26 + Caption = '&More Colors ...' + Flat = True + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44551199BBAAEE + CC44551199BBAAEECC44551199BBAAEECC44551199BBAAEECC44} + Margin = 3 + Spacing = 10 + OnClick = sBtnMoreColorsClick + end + object sBtnFillEffects: TSpeedButton + Left = 2 + Top = 30 + Width = 144 + Height = 26 + Caption = '&Fill Effects ...' + Flat = True + Glyph.Data = { + 36050000424D3605000000000000360400002800000010000000100000000100 + 0800000000000001000000000000000000000001000000010000000000000000 + 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA + A600D3F0FF00B1E2FF008ED3FF006BC6FF0048B8FF0024AAFF0000AAFF000092 + DC000079B900006196000049730000325000D3E3FF00B1C7FF008EABFF006B8F + FF004873FF002457FF000055FF000049DC00003CB90000309600002473000019 + 5000D3D3FF00B1B1FF008E8EFF006B6BFF004848FF002424FF000000FE000000 + DC000000B900000096000000730000005000E3D3FF00C7B1FF00AB8EFF008F6B + FF007348FF005724FF005500FF004900DC003C00B90030009600240073001900 + 5000F0D3FF00E2B1FF00D38EFF00C66BFF00B848FF00AA24FF00AA00FF009200 + DC007900B900610096004900730032005000FFD3FF00FFB1FF00FF8EFF00FF6B + FF00FF48FF00FF24FF00FE00FE00DC00DC00B900B90096009600730073005000 + 5000FFD3F000FFB1E200FF8ED300FF6BC600FF48B800FF24AA00FF00AA00DC00 + 9200B9007900960061007300490050003200FFD3E300FFB1C700FF8EAB00FF6B + 8F00FF487300FF245700FF005500DC004900B9003C0096003000730024005000 + 1900FFD3D300FFB1B100FF8E8E00FF6B6B00FF484800FF242400FE000000DC00 + 0000B9000000960000007300000050000000FFE3D300FFC7B100FFAB8E00FF8F + 6B00FF734800FF572400FF550000DC490000B93C000096300000732400005019 + 0000FFF0D300FFE2B100FFD38E00FFC66B00FFB84800FFAA2400FFAA0000DC92 + 0000B9790000966100007349000050320000FFFFD300FFFFB100FFFF8E00FFFF + 6B00FFFF4800FFFF2400FEFE0000DCDC0000B9B9000096960000737300005050 + 0000F0FFD300E2FFB100D3FF8E00C6FF6B00B8FF4800AAFF2400AAFF000092DC + 000079B90000619600004973000032500000E3FFD300C7FFB100ABFF8E008FFF + 6B0073FF480057FF240055FF000049DC00003CB9000030960000247300001950 + 0000D3FFD300B1FFB1008EFF8E006BFF6B0048FF480024FF240000FE000000DC + 000000B90000009600000073000000500000D3FFE300B1FFC7008EFFAB006BFF + 8F0048FF730024FF570000FF550000DC490000B93C0000963000007324000050 + 1900D3FFF000B1FFE2008EFFD3006BFFC60048FFB80024FFAA0000FFAA0000DC + 920000B97900009661000073490000503200D3FFFF00B1FFFF008EFFFF006BFF + FF0048FFFF0024FFFF0000FEFE0000DCDC0000B9B90000969600007373000050 + 5000F2F2F200E6E6E600DADADA00CECECE00C2C2C200B6B6B600AAAAAA009E9E + 9E009292920086868600797979006E6E6E006161610056565600494949003E3E + 3E0032323200262626001A1A1A000E0E0E00F0FBFF00A3A0A000808080000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00686868686868 + 686868686868686868686873737373737373737373737373736868737E7E7E7E + 7E7E7E7E7E7E7E7E736868737E7C7C7C7C7C7C7C7C7C7C7E736868737E7C8787 + 8787878787877C7E736868737E7C87858585858585877C7E736868737E7C8785 + 8484848485877C7E736868737E7C87858483838485877C7E736868737E7C8785 + 8483838485877C7E736868737E7C87858484848485877C7E736868737E7C8785 + 8585858585877C7E736868737E7C87878787878787877C7E736868737E7C7C7C + 7C7C7C7C7C7C7C7E736868737E7E7E7E7E7E7E7E7E7E7E7E7368687373737373 + 7373737373737373736868686868686868686868686868686868} + Margin = 4 + Spacing = 10 + OnClick = sBtnFillEffectsClick + end + end + object pnlMiddle: TPanel + Left = 0 + Top = 121 + Width = 148 + Height = 5 + Align = alTop + BevelOuter = bvNone + TabOrder = 2 + object Bevel1: TBevel + Left = 25 + Top = -2 + Width = 97 + Height = 6 + Shape = bsBottomLine + end + end +end diff --git a/official/x.19/Lib/D7/dxfmDTFmt.dcu b/official/x.19/Lib/D7/dxfmDTFmt.dcu new file mode 100644 index 00000000..5bb14eb4 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmDTFmt.dcu differ diff --git a/official/x.19/Lib/D7/dxfmDTFmt.dfm b/official/x.19/Lib/D7/dxfmDTFmt.dfm new file mode 100644 index 00000000..7d05a47e --- /dev/null +++ b/official/x.19/Lib/D7/dxfmDTFmt.dfm @@ -0,0 +1,109 @@ +object dxfmDateTimeFormats: TdxfmDateTimeFormats + Left = 350 + Top = 153 + ActiveControl = lbxDateFormats + BorderStyle = bsDialog + Caption = 'Change Date and Time Formats' + ClientHeight = 342 + ClientWidth = 282 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 41 + Top = 313 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 122 + Top = 313 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 203 + Top = 313 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object GroupBox1: TGroupBox + Left = 4 + Top = 4 + Width = 274 + Height = 301 + TabOrder = 0 + object lblAvailableDateFormats: TLabel + Left = 10 + Top = 13 + Width = 115 + Height = 13 + Caption = 'Available &Date Formats:' + FocusControl = lbxDateFormats + OnClick = lblAvailableDateFormatsClick + end + object lblAvailableTimeFormats: TLabel + Left = 10 + Top = 187 + Width = 114 + Height = 13 + Caption = 'Available Time &Formats:' + FocusControl = lbxTimeFormats + OnClick = lblAvailableDateFormatsClick + end + object lbxDateFormats: TListBox + Left = 8 + Top = 28 + Width = 257 + Height = 150 + ItemHeight = 13 + TabOrder = 0 + OnClick = lbxDateFormatsClick + OnDblClick = lbxDTFormatsDblClick + end + object lbxTimeFormats: TListBox + Left = 8 + Top = 203 + Width = 257 + Height = 59 + ItemHeight = 13 + TabOrder = 1 + OnClick = TimeFormatsChanged + OnDblClick = lbxDTFormatsDblClick + end + object chbxAutoUpdate: TCheckBox + Left = 8 + Top = 274 + Width = 160 + Height = 17 + Caption = '&Update Automatically ' + TabOrder = 2 + OnClick = chbxAutoUpdateClick + end + object btnDefault: TButton + Left = 175 + Top = 270 + Width = 90 + Height = 23 + Caption = '&Default ...' + TabOrder = 3 + OnClick = btnDefaultClick + end + end +end diff --git a/official/x.19/Lib/D7/dxfmDfnStl.dcu b/official/x.19/Lib/D7/dxfmDfnStl.dcu new file mode 100644 index 00000000..929aedc0 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmDfnStl.dcu differ diff --git a/official/x.19/Lib/D7/dxfmDfnStl.dfm b/official/x.19/Lib/D7/dxfmDfnStl.dfm new file mode 100644 index 00000000..b7bfca5a --- /dev/null +++ b/official/x.19/Lib/D7/dxfmDfnStl.dfm @@ -0,0 +1,412 @@ +object dxfmDefinePrintStyles: TdxfmDefinePrintStyles + Left = 414 + Top = 232 + ActiveControl = lbxPrintStyles + BorderStyle = bsDialog + Caption = 'Define Print Styles' + ClientHeight = 193 + ClientWidth = 282 + Color = clBtnFace + Constraints.MinHeight = 220 + Constraints.MinWidth = 290 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000004 + 4444000000004444474F444440004477774FFFF440004477774FFFF440004477 + 774FFFF440004477774FFFF440004477774FFFF444444477774FFFF44F444477 + 7474FFF44F44044447774444FF440004477774FFFF440004477774FFFF440004 + 477774FFFF4400044777404FFF4400004444000444400000000000000000E0FF + 0000000700000007000000070000000700000007000000000000000000000000 + 000080000000E0000000E0000000E0000000E0400000F0E10000FFFF0000} + KeyPreview = True + Position = poScreenCenter + OnResize = FormResize + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object lblPrintStyles: TLabel + Left = 3 + Top = 5 + Width = 58 + Height = 13 + Caption = 'Print &Styles:' + FocusControl = lbxPrintStyles + end + object btnEdit: TButton + Left = 196 + Top = 24 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Edit...' + TabOrder = 0 + OnClick = EditClick + end + object btnCopy: TButton + Left = 196 + Top = 53 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Copy...' + TabOrder = 1 + OnClick = CopyClick + end + object btnReset: TButton + Left = 196 + Top = 82 + Width = 80 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Reset...' + TabOrder = 2 + OnClick = ResetClick + end + object btnClose: TButton + Left = 196 + Top = 133 + Width = 80 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 3 + end + object btnHelp: TButton + Left = 196 + Top = 162 + Width = 80 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = '&Help' + ModalResult = 1 + TabOrder = 4 + end + object lbxPrintStyles: TListBox + Left = 0 + Top = 24 + Width = 189 + Height = 169 + Anchors = [akLeft, akTop, akRight, akBottom] + ItemHeight = 34 + PopupMenu = pmPrintStyles + Style = lbOwnerDrawFixed + TabOrder = 5 + OnClick = lbxPrintStylesClick + OnDblClick = EditClick + OnDrawItem = lbxPrintStylesDrawItem + end + object pmPrintStyles: TPopupMenu + OnPopup = pmPrintStylesPopup + Left = 26 + Top = 120 + object miEdit: TMenuItem + Caption = '&Edit ...' + Default = True + ShortCut = 16397 + OnClick = EditClick + end + object miLine1: TMenuItem + Caption = '-' + end + object miCopy: TMenuItem + Caption = '&Copy ...' + ShortCut = 45 + OnClick = CopyClick + end + object miReset: TMenuItem + Caption = '&Reset ...' + OnClick = ResetClick + end + object miClear: TMenuItem + Caption = 'C&lear ...' + OnClick = ClearClick + end + end + object ilPrintStyles: TImageList + AllocBy = 2 + Left = 54 + Top = 120 + Bitmap = { + 494C010104000800040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008400000084000000840000008400000084000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008400000084000000840000008400 + 0000840000008400000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000840000008400 + 000084000000840000008484840084000000FFFFFF0084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF0000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000008400000084000000848484008484 + 840084848400848484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000008400000084000000848484008484 + 84008484840084848400840000000000000084000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0084000000840000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000084000000840000008400 + 0000840000008400000000000000000000000000000084000000840000008400 + 00008400000084000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + F83FFC01FFF9C0070001FC01E7FFC0070001FC01C3F3C00700010001C3E7C007 + 00010001E1C7C00700010001F08FC00700010001F81FC00700010003FC3FC007 + 00010007F81FC0070001000FF09FC007010100FFC1C7C00F838301FF83E3C01F + FFFF03FF8FF1C03FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxfmMnPg.dcu b/official/x.19/Lib/D7/dxfmMnPg.dcu new file mode 100644 index 00000000..e9e7d1b3 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmMnPg.dcu differ diff --git a/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dcu b/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dcu new file mode 100644 index 00000000..a22cf05a Binary files /dev/null and b/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dcu differ diff --git a/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dfm b/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dfm new file mode 100644 index 00000000..31347e10 --- /dev/null +++ b/official/x.19/Lib/D7/dxfmNavBarDsgnEditor.dfm @@ -0,0 +1,4936 @@ +object dxfmNavBarDesignWindow: TdxfmNavBarDesignWindow + Left = 323 + Top = 194 + Width = 671 + Height = 422 + BorderIcons = [biSystemMenu] + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + PixelsPerInch = 96 + TextHeight = 13 + object pcMain: TPageControl + Left = 137 + Top = 0 + Width = 410 + Height = 388 + ActivePage = tsGroups + Align = alClient + Constraints.MinHeight = 385 + Constraints.MinWidth = 410 + PopupMenu = pmMain + TabOrder = 0 + object tsGroups: TTabSheet + Caption = 'Groups' + TabVisible = False + object lbxGroups: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 378 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmMain + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsItems: TTabSheet + Caption = 'Items' + ImageIndex = 1 + TabVisible = False + object lbxItems: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + PopupMenu = pmMain + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsLinks: TTabSheet + Caption = 'Link designer' + ImageIndex = 2 + TabVisible = False + object Splitter1: TSplitter + Left = 201 + Top = 0 + Height = 378 + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 201 + Height = 378 + Align = alLeft + BevelOuter = bvNone + TabOrder = 0 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 201 + Height = 17 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label1: TLabel + Left = 0 + Top = 0 + Width = 79 + Height = 13 + Align = alLeft + Caption = 'Groups and links' + end + end + object tvLinkDesignerGroups: TTreeView + Left = 0 + Top = 17 + Width = 201 + Height = 361 + Align = alClient + DragMode = dmAutomatic + HideSelection = False + Images = ilLinkDesigner + Indent = 19 + PopupMenu = pmMain + ReadOnly = True + TabOrder = 1 + OnClick = tvLinkDesignerGroupsClick + OnDragDrop = tvLinkDesignerGroupsDragDrop + OnDragOver = tvLinkDesignerGroupsDragOver + OnEndDrag = tvLinkDesignerGroupsEndDrag + OnExit = tvLinkDesignerGroupsExit + OnStartDrag = tvLinkDesignerGroupsStartDrag + end + end + object Panel4: TPanel + Left = 204 + Top = 0 + Width = 198 + Height = 378 + Align = alClient + BevelOuter = bvNone + Caption = 'Panel4' + TabOrder = 1 + object Panel5: TPanel + Left = 0 + Top = 0 + Width = 198 + Height = 17 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object Label2: TLabel + Left = 0 + Top = 0 + Width = 25 + Height = 13 + Align = alLeft + Caption = 'Items' + end + end + object lbxLinkDesignerItems: TListView + Left = 0 + Top = 17 + Width = 198 + Height = 363 + Align = alClient + Columns = <> + DragMode = dmAutomatic + HideSelection = False + ReadOnly = True + SmallImages = ilLinkDesigner + TabOrder = 1 + ViewStyle = vsList + OnClick = lbxLinkDesignerItemsClick + OnEndDrag = lbxLinkDesignerItemsEndDrag + OnDragDrop = lbxLinkDesignerItemsDragDrop + OnDragOver = lbxLinkDesignerItemsDragOver + OnStartDrag = lbxLinkDesignerItemsStartDrag + end + end + end + object tsViews: TTabSheet + Caption = 'Views' + ImageIndex = 4 + TabVisible = False + object Label3: TLabel + Left = 16 + Top = 8 + Width = 41 + Height = 13 + Caption = 'Preview:' + end + object Label4: TLabel + Left = 192 + Top = 8 + Width = 55 + Height = 13 + Anchors = [akTop, akRight] + Caption = 'View styles:' + end + object nbPreview: TdxNavBar + Left = 16 + Top = 32 + Width = 156 + Height = 322 + Anchors = [akLeft, akTop, akRight, akBottom] + BorderStyle = bsSingle + ActiveGroupIndex = 0 + DragCopyCursor = -1141 + DragCursor = -1140 + DragDropFlags = [fAllowDragLink, fAllowDropLink, fAllowDragGroup, fAllowDropGroup] + HotTrackedGroupCursor = crDefault + HotTrackedLinkCursor = crHandPoint + LargeImages = ilPreviewLarge + SmallImages = ilPreviewSmall + View = 0 + object bgLocal: TdxNavBarGroup + Caption = 'Local' + LargeImageIndex = 4 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + SmallImageIndex = 4 + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biInbox + end + item + Item = biOutbox + end + item + Item = biSentItems + end + item + Item = biDeletedItems + end + item + Item = biDrafts + end> + end + object bgNews: TdxNavBarGroup + Caption = 'News' + LargeImageIndex = 5 + LinksUseSmallImages = False + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + SmallImageIndex = 5 + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = True + Visible = True + Links = < + item + Item = biNews + end> + end + object biInbox: TdxNavBarItem + Caption = 'Inbox' + Enabled = True + LargeImageIndex = 3 + SmallImageIndex = 3 + Visible = True + end + object biOutbox: TdxNavBarItem + Caption = 'Outbox' + Enabled = True + LargeImageIndex = 7 + SmallImageIndex = 7 + Visible = True + end + object biSentItems: TdxNavBarItem + Caption = 'Sent Items' + Enabled = False + LargeImageIndex = 0 + SmallImageIndex = 0 + Visible = True + end + object biDeletedItems: TdxNavBarItem + Caption = 'Deleted Items' + Enabled = True + LargeImageIndex = 1 + SmallImageIndex = 1 + Visible = True + end + object biDrafts: TdxNavBarItem + Caption = 'Drafts' + Enabled = True + LargeImageIndex = 2 + SmallImageIndex = 2 + Visible = True + end + object biNews: TdxNavBarItem + Caption = 'News' + Enabled = True + LargeImageIndex = 5 + SmallImageIndex = 5 + Visible = True + end + end + object cbViewStyles: TComboBox + Left = 184 + Top = 32 + Width = 209 + Height = 21 + Style = csDropDownList + Anchors = [akTop, akRight] + ItemHeight = 0 + TabOrder = 1 + OnChange = cbViewStylesChange + end + end + object tsDefaultStyles: TTabSheet + Caption = 'Default styles' + ImageIndex = 5 + TabVisible = False + object lbxDefaultStyles: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = ListBoxClick + end + end + object tsCustomStyles: TTabSheet + Caption = 'Custom styles' + ImageIndex = 3 + TabVisible = False + object lbxCustomStyles: TListBox + Left = 0 + Top = 0 + Width = 402 + Height = 380 + Align = alClient + ItemHeight = 13 + MultiSelect = True + TabOrder = 0 + OnClick = ListBoxClick + end + end + end + object pnButtons: TPanel + Left = 547 + Top = 0 + Width = 116 + Height = 388 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object pnBtnAddDelete: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 73 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btAdd: TButton + Left = 8 + Top = 8 + Width = 100 + Height = 25 + Caption = 'Add' + TabOrder = 0 + OnClick = AddClick + end + object btDelete: TButton + Left = 8 + Top = 40 + Width = 100 + Height = 25 + Caption = 'Delete' + TabOrder = 1 + OnClick = ActionClick + end + end + object Panel1: TPanel + Left = 0 + Top = 73 + Width = 116 + Height = 315 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnSelect: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 41 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btSelectAll: TButton + Left = 8 + Top = 8 + Width = 100 + Height = 25 + Caption = 'Select All' + TabOrder = 0 + OnClick = ActionClick + end + end + object Panel6: TPanel + Left = 0 + Top = 41 + Width = 116 + Height = 274 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnMove: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 71 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btMoveUp: TButton + Left = 8 + Top = 6 + Width = 100 + Height = 25 + Caption = 'Move Up' + TabOrder = 0 + OnClick = MoveUpClick + end + object btMoveDown: TButton + Left = 8 + Top = 38 + Width = 100 + Height = 25 + Caption = 'Move Down' + TabOrder = 1 + OnClick = MoveDownClick + end + end + object Panel7: TPanel + Left = 0 + Top = 71 + Width = 116 + Height = 203 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object pnBtnDefaultSettings: TPanel + Left = 0 + Top = 0 + Width = 116 + Height = 41 + Align = alTop + BevelOuter = bvNone + TabOrder = 0 + object btnDefaultSettings: TButton + Left = 8 + Top = 8 + Width = 97 + Height = 25 + Caption = 'Default Settings' + TabOrder = 0 + OnClick = DefaultSettingsClick + end + end + object pnBtnApply: TPanel + Left = 0 + Top = 41 + Width = 116 + Height = 162 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object btnApply: TButton + Left = 8 + Top = 8 + Width = 97 + Height = 25 + Caption = 'Apply' + TabOrder = 0 + OnClick = btnApplyClick + end + end + end + end + end + end + object nbMain: TdxNavBar + Left = 0 + Top = 0 + Width = 137 + Height = 388 + Align = alLeft + ActiveGroupIndex = 0 + DragCopyCursor = -1119 + DragCursor = -1120 + DragDropFlags = [fAllowDragLink, fAllowDropLink, fAllowDragGroup, fAllowDropGroup] + HotTrackedGroupCursor = crDefault + HotTrackedLinkCursor = -1118 + LargeImages = ilNavBarLarge + SmallImages = ilNavBarSmall + View = 10 + OnLinkClick = nbMainLinkClick + object bgMain: TdxNavBarGroup + Caption = 'Main' + LargeImageIndex = 0 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biGroups + end + item + Item = biItems + end + item + Item = biLinks + end + item + Item = biViews + end> + end + object bgStyles: TdxNavBarGroup + Caption = 'Styles' + LargeImageIndex = 1 + LinksUseSmallImages = True + SelectedLinkIndex = -1 + ShowAsIconView = False + ShowControl = False + TopVisibleLinkIndex = 0 + UseControl = False + UseSmallImages = False + Visible = True + Links = < + item + Item = biDefaultStyles + end + item + Item = biCustomStyles + end> + end + object biGroups: TdxNavBarItem + Caption = 'Groups' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 0 + Visible = True + end + object biItems: TdxNavBarItem + Caption = 'Items' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 1 + Visible = True + end + object biLinks: TdxNavBarItem + Caption = 'Link designer' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 2 + Visible = True + end + object biViews: TdxNavBarItem + Caption = 'Views' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 3 + Visible = True + end + object biDefaultStyles: TdxNavBarItem + Caption = 'Default styles' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 4 + Visible = True + end + object biCustomStyles: TdxNavBarItem + Caption = 'Custom styles' + Enabled = True + LargeImageIndex = -1 + SmallImageIndex = 5 + Visible = True + end + end + object ilLinkDesigner: TImageList + Left = 16 + Top = 328 + Bitmap = { + 494C010105000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FF000000FF000000FF + 000000FF000000FF000000FF000000FF000000FF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FF0000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000FF000000FF000000FF000000FF000000FF000000FF000000FF + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FF000000FF000000FF000000FF000000FF00000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FF000000FF000000FF0000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000FF000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000086868600000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000086868600C0C0 + C000868686008686860086868600000000000000000000000000800080000000 + 0000800080000000000000000000000000000000000000000000000000000000 + 00000000000086868600C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000000000000086868600FFFF0000000000008686 + 8600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000800080009900FF000000 + 0000800080008000800000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF0000FFFF0000000000008686 + 8600868686000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF0000FFFF000000 + 00000000000000000000000000000000000000000000C0C0C00086868600C0C0 + C00086868600868686000000000000000000800080009900FF00000000009900 + FF000000000080008000000000000000000086868600FFFFFF00868686008686 + 86008686860086868600FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF000086868600FFFF00000000 + 0000868686008686860000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000009900FF00000000009900FF008000 + 80009900FF000000000000000000000000000000000086868600000000000000 + 00000000000086868600FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000008686860086868600FFFF000080800000FFFF + 0000000000008686860000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF0000FFFF000000000000000000000000008686860086868600000000008686 + 860086868600000000000000000000000000000000009900FF00800080009900 + FF00800080009900FF0000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000000000000000000086868600FFFF000080800000FFFF00008080 + 0000FFFF00000000000000000000000000000000000000FFFF0000FFFF0000FF + FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000009900FF00800080009900FF008000 + 80009900FF000000000000000000000000000000000000000000000000000000 + 00000000000086868600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000 + 00000000000000000000000000000000000086868600FFFF000080800000FFFF + 000080800000FFFF000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF0000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000009900FF00800080009900 + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000086868600868686008686860086868600868686008686 + 8600868686008686860086868600000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000086868600FFFF00008080 + 0000FFFF00008686860000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000009900FF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000086868600FFFF + 0000868686000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008686 + 8600000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFF000000000000FFFF000000000000 + FFFF000000000000807F000000000000003F000000000000001F000000000000 + 3C1F000000000000FC1F000000000000F007000000000000F007000000000000 + F80F000000000000FC1F000000000000FE3F000000000000FF7F000000000000 + FFFF000000000000FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFDFFFFFFFFFFC01FF8FFF3FC1D7F800FF07FF1F + FF939800FE03000F832B0000FE010007FF479800FE0100032783F800FE010007 + FF07F800FF01000FFF8FFC01FF83FF1FFFDFFFFFFFC7FF3FFFFFFFFFFFEFFFFF + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object ilPopup: TImageList + Left = 15 + Top = 295 + Bitmap = { + 494C010107000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000848400008484000084840000848400008484000084840000848400000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008484000084840000848400008484000084840000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF000000000000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848400000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084840000848400008484000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000840000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000000000000084000000840000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000840000008400000084000000840000008400 + 0000840000008400000084000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF008400000084000000840000008400 + 00008400000084000000FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000008400 + 0000000000000000000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000840000008400000084000000000000008400000000000000000000008400 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00840000008400000084000000FFFF + FF0084000000840000008400000084000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000084000000840000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000000000000000 + 000000000000FFFFFF0084000000000000000000000000848400848484000084 + 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000FFFFFF008400000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000084000000000000008400000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000000000000000000084848400008484008484 + 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0084000000840000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFFFF008400 + 0000840000008400000084000000000000000000000000848400848484000084 + 8400848484000084840084000000840000008400000084000000840000008400 + 000084000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000FFFFFF008400000000000000000000000000000084848400008484008484 + 8400008484008484840000848400848484000084840084848400008484008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008400 + 0000840000000000000000000000000000000000000000848400848484000000 + 0000000000000000000000000000000000000000000000000000000000008484 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000FFFFFF000000000084000000840000008400000084000000840000008400 + 0000000000000000000000000000000000000000000084848400848484000000 + 0000C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600000000008484 + 840000848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000848400848484000084 + 84000000000000FFFF00000000000000000000FFFF0000000000848484000084 + 840084848400000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFF0000FFFFFFFFFFFF0000 + FFF9FFFFFFFF0000E7FFFFFFFFFF0000C3F3F83FFEFF0000C3E7F83FFC7F0000 + E1C7F83FF83F0000F08FF83FF01F0000F81FC007E00F0000FC3FE00FC0070000 + F81FF01FF83F0000F09FF83FF83F0000C1C7FC7FF83F000083E3FEFFF83F0000 + 8FF1FFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFF3FFFFFFFC00 + C007ED9FFC018000C007ED6FFC010000C007ED6FFC010000C007F16F00010000 + C007FD1F00010001C007FC7F00010003C007FEFF00010003C007FC7F00030003 + C007FD7F00070003C007F93F000F0003C00FFBBF00FF0003C01FFBBF01FF8007 + C03FFBBF03FFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end + object pmMain: TPopupMenu + Images = ilPopup + OnPopup = pmMainPopup + Left = 15 + Top = 263 + object miAdd: TMenuItem + Caption = '&Add' + ImageIndex = 0 + ShortCut = 45 + OnClick = AddClick + end + object N2: TMenuItem + Caption = '-' + end + object miEdit: TMenuItem + Caption = '&Edit' + object miCut: TMenuItem + Caption = 'Cu&t' + ImageIndex = 1 + ShortCut = 16472 + OnClick = ActionClick + end + object miCopy: TMenuItem + Caption = '&Copy' + ImageIndex = 2 + ShortCut = 16451 + OnClick = ActionClick + end + object miPaste: TMenuItem + Caption = '&Paste' + ImageIndex = 3 + ShortCut = 16470 + OnClick = ActionClick + end + object miDelete: TMenuItem + Caption = '&Delete' + ImageIndex = 4 + ShortCut = 46 + OnClick = ActionClick + end + object N3: TMenuItem + Caption = '-' + end + object miSelectAll: TMenuItem + Caption = '&Select All' + ShortCut = 16449 + OnClick = ActionClick + end + end + object N4: TMenuItem + Caption = '-' + end + object miMoveUp: TMenuItem + Caption = 'Move &Up' + ImageIndex = 5 + ShortCut = 16422 + OnClick = MoveUpClick + end + object miMoveDown: TMenuItem + Caption = 'Move &Down' + ImageIndex = 6 + ShortCut = 16424 + OnClick = MoveDownClick + end + end + object ilNavBarLarge: TImageList + Height = 32 + Width = 32 + Left = 48 + Top = 296 + Bitmap = { + 494C010103000500040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000800000004000000001002000000000000080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000F0FBFF00C0DCC000C0C0 + C000C0C0C000A4A0A000A4A0A000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000F0FBFF00C0DC + C000C0C0C000C0C0C000A4A0A000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000F0FBFF00C0DCC000C0C0C000A4A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000A4A0A000A4A0A0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000A4A0A000A4A0A0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080A0C00080A0C00080A0C00080A0 + E00080C0C00040404000FFFFFF0080A060008000000080A0A0000040600080A0 + A00080A0C00000000000C0C0C000A4A0A0008060600000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000808000008080000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0C000A4A0A0008060 + 6000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C0000000000080A0C00080C0C00080A0C00080A0 + C00080A0C00080A0C00080808000FFFFFF00808080008040000080A0A0004040 + 40004060A00000000000C0C0C000C0C0C000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000C0C0C000A4A0 + A000404040000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000080A0C00080C0C00080A0C00080A0C00080A0 + C00080A0C00080A0C00080A0C00080808000C0C0C00000000000402020000040 + 40004040600000000000C0DCC000C0C0C000A4A0A000A4A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000808000008080000080800000808000008080000080 + 8000008080000080800000808000008080000080800000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0DCC000C0C0C000A4A0 + A000A4A0A0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000080C0C00080A0C00080A0C00080A0C00080A0 + C00080A0C00080A0C00080A0C00080A0C00080A0A00000000000000000000000 + 00000000000000000000F0FBFF00C0C0C000C0C0C000A4A0A000806060004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000808000008080000000000000000000000000000000 + 0000000000000000000000000000000000000080800000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000F0FBFF00C0C0C000C0C0 + C000A4A0A0008060600040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C0000000000040C0E00000FFFF0000FFFF0000FFFF0080C0 + E00080C0C00080A0C00080A0C00080A0C00080A0C00040404000000000000000 + 00000000800000000000A4A0A000C0DCC000C0C0C000A4A0A000A4A0A0004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C00000000000A4A0A000C0DCC000C0C0 + C000A4A0A000A4A0A00040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF000000000040E0E00000C0E00000FFFF0000FFFF0080C0 + E00080A0C00080C0C00080A0C00080A0C00080A0C00080A0A000402020000020 + 4000400060000000000040404000C0C0C000C0DCC000C0C0C000A4A0A000A4A0 + A000404040004040400000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000A4A0A00080606000C0DC + C000C0C0C000C0C0C000A4A0A000A4A0A000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000040C0E00000FFFF0000FFFF0000FFFF0080C0 + E00080A0C00080A0C00080A0C00080A0C00080A0C00080A0C0008060A0008040 + 60008000A00000000000A4A0A00080606000C0DCC000C0C0C000C0C0C000A4A0 + A000A4A0A000A4A0A00080606000404040000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 800080808000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C0008080800080808000808080008080 + 8000808080008080800080808000C0C0C0000000000040606000C0C0C000F0FB + FF00C0DCC000C0C0C000A4A0A00080606000A4A0A00040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00080808000808080000000000040C0E00000FFFF0000FFFF0000FFFF0040C0 + E00080C0C00080C0C00080C0C00080C0C00080A0C00080A0C00080A0C00080A0 + C0008060C0000000000040606000C0C0C000F0FBFF00C0DCC000C0C0C000A4A0 + A00080606000A4A0A000A4A0A000404040000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000040404000F0FBFF00FFFF + FF00F0FBFF00A4A0A00040404000406060000000000040404000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000040C0E00000C0E00000C0E00000C0E00080C0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080A0C00080A0C00080A0 + C00080C0C0000000000040404000F0FBFF00FFFFFF00F0FBFF00A4A0A0004040 + 4000406060000000000040606000404040000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000040404000F0FBFF00FFFF + FF00FFFFFF004040400000000000000000000000000040606000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF000000000080A0E00080C0E00080A0C00080C0 + E00080C0E0000040E0000060E0000040E0000040E00080C0C0008080E0008000 + E0008000E0000000000040404000F0FBFF00FFFFFF00FFFFFF00404040000000 + 0000000000000000000040404000406060000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000000000000080800000000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000040606000A4A0A000FFFF + FF00FFFFFF004040400000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C0000000000080C0E00080C0E00080C0E00080C0 + E00080C0E0000060E0000060E0000060E0000040E00080C0C00080A0C0008000 + E0008000E0000000000040606000A4A0A000FFFFFF00FFFFFF00404040000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C0008080800080808000808080008080 + 8000808080008080800080808000C0C0C00000000000A4A0A00000000000C0C0 + C000F0FBFF004040400000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000808080008080800080808000808080000000000080A0E00080C0E00080C0 + E00080C0E0000040E0000060E0000040E0000040E00080C0C00080A0C0008000 + E0008000E00000000000A4A0A00000000000C0C0C000F0FBFF00404040000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000808080000000 + 0000A4A0A000A4A0A00040404000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000000080C0E00080C0 + E00080C0E0000040E0000060E0000060E0000060E00080C0C00080A0C0008000 + E0008000E00000000000000000008080800000000000A4A0A000A4A0A0004040 + 4000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000080C0E00080C0E00080C0C00080A0C00080C0E00080C0 + E00080C0E000000000000000000000000000A4A0A00040404000404040004060 + 6000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000808080008080800080808000808080008080 + 8000808080008080800080808000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000808080008080800080808000808080008080800080808000808080008080 + 8000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000080000000400000000100010000000000000400000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF00000000 + FFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFE000F00000000 + FFFFFFFFFFFF00FFFFFC000F00000000FFFFFFFFFFFF80FFF000000F00000000 + FFF81FFF8000007FF000000F00000000F8000FFF8000003FF000000F00000000 + F80007FF8000003FF000000F00000000F80007FF8000001FF000000F00000000 + F80003FF8000000FF000000F00000000F80001FF8000000FF000000F00000000 + F80001FF80000001F000000F00000000F800003F80000000F000000F00000000 + F800003F80000000F000000F00000000F800003F80000000F000000F00000000 + F80003BF8000001CF000000F00000000F80003FF8000001FF000001F00000000 + F80003FF8000001FF0003FFF00000000F80041FF8000020FF0003FFF00000000 + F8007FFF8000030FF0003FFF00000000F8007FFF800003FFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + F8007FFF8001FFFFF0003FFF00000000F8007FFF8001FFFFF0003FFF00000000 + FFFFFFFF8001FFFFF0003FFF00000000FFFFFFFF8001FFFFFFFFFFFF00000000 + FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 + 000000000000} + end + object ilNavBarSmall: TImageList + Left = 48 + Top = 328 + Bitmap = { + 494C010108000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000040404000404040000000000000000000000000008080 + 8000C0C0C000FFFFFF00C0C0C000C0C0C000C0C0C000A4A0A000A4A0A0008060 + 6000000000000000000000000000000000000000000000000000806060008060 + 6000806060008060600080606000806060008060600080606000806060008060 + 6000806060008060600080606000000000000000000040202000402020004020 + 2000402020004020200040202000402020004020200040202000402020004020 + 2000402020004020200040202000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000020C0000020C000000080000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00C0C0C000C0C0C000C0C0C000808080008060 + 6000000000000000000000000000000000000000000040A0C00040A0C0000060 + C0000060A0000060A0000060A0000060A0000060A0000060A0000060A0000060 + A0000060A0000060A00080606000806060000000000040202000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000020C00080A0E0000020C000000080000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C000C0C0C000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0 + E00040A0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0FBFF00A4A0A00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000020 + C00080A0E0000020C00000008000000000000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C000C0C0C000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0E00080C0 + E00040A0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0CAA600C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000404040004040400040404000808080000000 + FF000020C0000000800000000000000000000000000000000000000000008080 + 8000C0C0C000FFFFFF00F0FBFF00F0FBFF00C0C0C00080808000808080008060 + 60000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00040C0C00080E0E0000060A000806060000000000040202000A4A0A000F0CA + A600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CA + A600F0CAA600C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF0080808000FFFF0000FFFF0000FFFF0000404040008080 + 8000FFFFFF000000000000000000000000000000000000000000000000008080 + 8000C0C0C0008080800080808000808080008080800080808000806060000000 + 00000000000000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00080C0E00080E0E0000060A000806060000000000040202000C0A0A000C0A0 + 6000C0A06000C0A06000C0A06000C0A06000C0A06000C0A06000C0A06000C0A0 + 6000C0A06000C0C0C00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C00080808000C0C0C000FFFF0000FFFF0000FFFF0000FFFF00004040 + 4000C0C0C000000000000000000000000000000000000000000080808000FFFF + FF00FFFFFF00FFFFFF00F0FBFF00C0DCC000C0C0C000C0C0C000C0C0C0008080 + 80008080800000000000000000000000000040A0C00080C0E00040A0C00080E0 + E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0E00080E0 + E00080C0E00080E0E0000060A000806060000000000040202000C0A0A000C060 + 6000C0606000C0606000C0606000C0606000C0606000C0606000C0606000C060 + 6000C0606000C0DCC00040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF0080808000FFFF0000C0DCC000FFFF0000FFFF0000FFFF00004040 + 4000FFFFFF000000000000000000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800000000000000000000000000040A0C00080C0E00040A0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080C0E000FFFFFF000060A000806060000000000040202000C0A0A000C060 + 4000806040008060400080604000806040008060400080604000806040008060 + 400080604000C0DCC00040202000000000000000000000000000C0C0C0008080 + 8000C0C0C00080808000FFFFFF00FFFF0000C0DCC000FFFF0000FFFF00004040 + 4000C0C0C0000000000000000000000000000000000000000000000000008000 + 0000808000008000C0000000800000000000808000000080800000FFFF000080 + 80000000000000000000000000000000000040A0C00080E0E00080C0E00040A0 + C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0C00040A0 + C00040A0C00040A0C00040A0C000000000000000000040202000FFFFFF00C0DC + C000C0DCC000F0FBFF00F0FBFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0040202000000000000000000000000000C0C0C0008080 + 8000FFFFFF00FFFFFF0080808000FFFFFF00FFFF0000C0DCC00040404000FFFF + FF00FFFFFF000000000000000000000000000000000000000000800000008080 + 0000FF0000008000C000000080000000000080800000808080000080800000FF + FF000080800000000000000000000000000040A0C00080E0E00080E0E00080E0 + E00080E0E00080E0E00080E0E000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF000060A0008060600000000000000000000000000040202000FFFFFF00A4A0 + A000A4A0A000A4A0A000C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00FFFFFF0040202000000000000000000000000000808080008080 + 8000808080008080800080808000808080008080800040404000808080008080 + 8000808080000000000000000000000000000000000080808000C0C0C000FF00 + 0000000000000000FF00000080000000000080800000FFFF0000800000000080 + 8000C0C0C00080808000000000000000000040A0C000FFFFFF0080E0E00080E0 + E00080E0E00080E0E000FFFFFF0040A0C00040A0C00040A0C00040A0C00040A0 + C0000060C0000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00FFFFFF0040202000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000080606000F0FBFF00808080000000 + 0000000000000000FF00000080000000000080800000FFFF0000800000000000 + 000000808000FFFFFF0000000000000000000000000040A0C000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0040A0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000FFFFFF00C0DCC00080808000000000000000000000000000C0C0C0008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000008060600080808000000000000000 + 00000000000080808000FFFFFF000000000080800000C0C0C000000000000000 + 000000000000000000008080800000000000000000000000000040A0C00040A0 + C00040A0C00040A0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000040202000FFFFFF00A4A0 + A000F0FBFF00F0FBFF00C0C0C000A4A0A0008080800040606000404040004020 + 2000C0DCC0008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008060600000000000000000000000 + 0000000000004060600000000000000000004060600000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000402020004020 + 2000402020004040400040404000404040004020200040202000402020004020 + 2000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008060600080808000000000008060600080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080400000804000008040 + 0000804000000000000000000000000000000000000000000000000000000000 + 0000000000008080800080008000800080008080800080008000808080000000 + 00000000000000000000000000000000000000000000000000004040A0000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0DCC0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080400000C0404000C040 + 4000804000000000000000000000000000000000000000000000000000000000 + 000080808000800080008080800080808000C0C0C00080808000800080008080 + 8000000000000000000000000000000000000000000080808000000000004040 + A00000000000C0C0C000C0C0C000C0C0C00000000000C0DCC000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000804000008040000080400000C0404000C040 + 4000804000008040000080400000000000000000000000000000000000008080 + 80008080800080808000C0C0C000C0C0C000C0C0C00080808000800080008000 + 8000808080000000000000000000000000000000000080808000FFFFFF000000 + 00004040A00000000000C0C0C00000000000C0DCC00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000808080008080 + 800080808000808080008080800080400000C0606000C0606000C0606000C060 + 6000C0404000C040400080400000000000008080800080808000808080008080 + 80008080800080808000808080008080800080808000C0C0C000808080008000 + 8000800080008080800000000000000000000000000080808000FFFFFF00FFFF + FF00000000004040A00000000000C0DCC0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080400000C0606000C0606000C0606000C060 + 6000C0606000C0606000804000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000808080008000 + 8000800080008000800080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C00000000000C0DCC00000000000FFFFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000804000008040000080400000C0606000C060 + 60008040000080400000804000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C0008080 + 8000800080008000800080008000808080000000000080808000FFFFFF00C0C0 + C00000000000C0DCC000000000004040A0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080400000C0606000C060 + 60008040000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C0008080 + 8000800080008000800080008000800080000000000000000000000000000000 + 0000C0DCC00000000000C0C0C000000000004040A00000000000000000000000 + 00000000000040A0A00000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080400000804000008040 + 00008040000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000808080008000800080008000808080000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00000000004040A000000000000000 + 00000000000040A0A00040A0A000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000808080008000800080808000000000000000000080808000FFFFFF000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF00000000000000000040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800000000000000000000000000080808000FFFFFF000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF000000000040A0A00040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800000000000000000000000000080808000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00000000000000000040A0A00040A0 + A00040A0A0000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000000000000000000040A0A00040A0A000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800080808000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000C0C0C000808080008080 + 8000808080000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000080808000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFF00FFFFFFFFFFFFCE007C0018001 + 8000E007800080018000E007000080018001E007000080018003E00700008001 + 8003E007000080018003C003000080018003C003000080018003E00700018001 + 8003C0030003800180038001000780018003081081F8800180031818C3FC8003 + 8003381DFFBA8007FFFFF81FFFC7FFFF800FFFFFFF87F81F800FFFFFFF87F00F + 801FE00FFE01E007803FE00F80010003803FE00F80010001803FE00F80010000 + 803BE00F800700000031E00F800700000000E00F803F00010001E00F803F0003 + 8003E00F803F00038003E00F803F00018007E00F803F0001801FE00F803F0007 + 803FE00F803F003F803FFFFF803F007F00000000000000000000000000000000 + 000000000000} + end + object ilPreviewLarge: TImageList + Height = 32 + Width = 32 + Left = 80 + Top = 296 + Bitmap = { + 494C010109000A00040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 00000000000036000000280000008000000060000000010020000000000000C0 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000808000C0C0C00000808000C0C0C00000808000808080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000000080000000800000008000 + 0000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 800000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000080000000800000008000FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00080808000808080008080800080808000808080008080 + 800080808000800000008000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000080000000800000008000FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 000080000000800000008000000080000000800000008000000000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 0000800000008000000000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF0000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0008080800080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 0000800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF008080800080808000C0C0C000C0C0 + C00080808000FFFFFF00C0C0C00080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C000FFFFFF00C0C0C0008080800080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C0008080 + 8000FFFFFF00C0C0C000FFFFFF00C0C0C00080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C00000FFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF0000FFFF00FFFFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF0080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFF + FF00C0C0C000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF008000 + 00008000000080000000FFFFFF00FFFFFF008080800000000000FFFFFF0000FF + FF00C0C0C00000000000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00C0C0C000C0C0C00080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0 + C000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C000C0C0C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0C0000000000000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00080808000000000008080 + 8000000000000000000000000000C0C0C000C0C0C00000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0080800000C0C0 + C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00808080008080 + 8000C0C0C000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF0080808000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C0000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000800000008000 + 00008000000080000000FFFFFF0000FFFF00C0C0C00000000000C0C0C00000FF + FF00C0C0C000C0C0C000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000000000000000 + 800000008000000080000000800000000000FFFFFF00C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF0080800000808000008080 + 8000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFF + FF008080800080808000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF000080800080808000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00808080000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000000000FFFF00C0C0 + C00000FFFF0000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000080000000FF000000 + FF000000FF000000FF000000FF000000000080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF00C0C0C000FFFFFF008080000080800000808000008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C00080808000FFFF + FF00FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000C0C0C0000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF008080800000000000FFFFFF00FFFFFF00C0C0C00000000000C0C0C00000FF + FF00C0C0C00000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FF000000FF000000FF000000FF000000FF00 + 0000FF000000FF000000FF000000FF000000FF0000000000FF000000FF000000 + FF000000FF00000080000000000000000000FFFFFF008080800080808000FFFF + FF00FFFFFF00C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000FFFFFF00808000008080000080800000808000008080 + 8000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C0C0C000FFFFFF0080808000FFFFFF0000FFFF0080808000FFFF + FF00C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF0000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00800000008000000080000000800000008000000080000000FFFFFF00FFFF + FF00C0C0C000808080000000000080808000000000000000000000000000C0C0 + C0000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF0000FFFF000000 + FF000000800000008000000080000000800080808000FFFFFF00FFFFFF008080 + 800080808000FFFFFF00C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C000FFFFFF0080800000808000008080000080800000808000008080 + 8000C0C0C000FFFFFF00C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C000FFFFFF000080800080808000FFFFFF00C0C0C00080808000FFFF + FF00FFFFFF0000FFFF00C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF008080800000000000000080000000800000008000000080000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF0000FFFF000000 + FF00008080000000FF000000FF0000008000C0C0C0008080800080808000FFFF + FF00FFFFFF0080808000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF008080000080800000808000008080000080800000808000008080 + 000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFFFF008080 + 800080808000FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFFFF00FFFF + FF0000FFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000080000000FF000000FF000000FF000000FF000000FF000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF000000 + FF0000FFFF000000FF000000FF000000000000000000C0C0C000C0C0C0000080 + 000000800000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF008080 + 8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C0008080000080800000808000008080000080800000808000008080 + 000080808000C0C0C000C0C0C000FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000FFFF + FF0080808000FFFFFF0000FFFF0080808000FFFFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF008080800080808000C0C0C00000FFFF00C0C0C000C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000FF000000FF000000FF000000FF0000008000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000080000080800000000000000080000000FF0000000000C0C0C00000FF + 000000FF000000800000C0C0C0000000000000000000FFFFFF0080808000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00C0C0 + C000FFFFFF008080000080800000808000008080000080800000808000008080 + 00008080000080808000C0C0C000C0C0C000FFFFFF0000000000C0C0C0008080 + 0000000000000000000000000000000000000000000000000000000000000000 + 000080808000FFFFFF00C0C0C00080808000FFFFFF00FFFFFF0000FFFF00C0C0 + C000C0C0C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000C0C0C000FFFFFF00FFFFFF0000FFFF0000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF00000000000000000080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000FF0000FFFF000000FF000000800000008000000080000000 + 80000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000FF000000FF000000FF000000FF000000FF00FFFFFF00C0C0 + C000C0C0C00000FF0000C0C0C000000000000000000080808000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF0080800000808000008080000080800000808000008080 + 0000808000008080000080808000C0C0C00000000000C0C0C000C0C0C0008080 + 0000808000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF008080800080808000FFFFFF0000FF + FF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080000000FF0000FFFF000000FF00008080000000FF000000FF000000 + 800000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000FF0000FFFF000000FF000000FF00C0C0C000C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000000000000000000000000000008080 + 0000808000008080000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000C0C0C000FFFFFF00FFFFFF00808080008080 + 8000C0C0C00000FFFF00C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C0000000FF000000FF0000FFFF000000FF000000FF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C0000000FF000000FF00C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000FFFFFF00808000008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0000FFFF00C0C0C000C0C0C000FFFFFF00FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000C0C0C000FFFF + FF00FFFFFF00C0C0C00000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000800000808000000000000000 + 80000000FF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000FFFFFF008080000080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000808000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C000000000000000 + 0000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0008080 + 8000C0C0C000FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000FF000000FF000000 + FF000000FF000000FF0000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080800000808000008080 + 0000808000008080000080800000808000008080000080800000808000008080 + 0000808000008080000080800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000FF0000FFFF000000 + FF000000FF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C0000000 + 0000C0C0C0008080000080800000808000008080000080800000808000008080 + 0000808000008080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0C00000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF000000000000000000000000000000FF000000 + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 0000808000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C000C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000FFFFFF000080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C000808080000000000000000000C0C0 + C000008080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0C0C0000080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000C0C0C000008080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000000000C0C0C00000808000C0C0C000C0C0 + C000C0C0C000C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C0000080 + 8000C0C0C00000808000C0C0C00000808000C0C0C00000808000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000008000000080 + 000000800000C0C0C00000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C0000080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C0000080000000800000008000000080 + 0000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF00C0C0C00000000000C0C0C0000080800000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0 + C000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000000000008080800000808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000080 + 0000008000000080000000800000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 0000808080000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080008080 + 8000808080008080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000000000008080 + 800000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0 + C000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000008000000080000000800000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C00000800000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 00000000000080808000FFFFFF00FFFFFF00C0C0C000000000008080800000FF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C000FFFF + FF0000FFFF00000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF008080800080808000FFFFFF00FFFF + FF008080800080808000C0C0C00000FFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF000080000000800000008000000080000000800000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080008080 + 80008080800080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C0008080800000FFFF0000000000000000000000000000000000000000000000 + 00000000000080808000FFFFFF00C0C0C000000000008080800000FFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000C0C0C00080808000C0C0C0008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000FFFFFF00FFFFFF008080 + 800000FFFF000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C0000080000080808000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000000000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000FFFFFF008080800000FFFF00000000008080800000FFFF00C0C0C000FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00C0C0C00080808000C0C0C000FFFFFF00C0C0C000FFFFFF0000FFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000FFFF + FF008080800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF0000FFFF00FFFFFF00FFFFFF008080800080808000C0C0C0008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C0000080000000800000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800080808000808080000000 + 0000808080008080800080808000808080008080800080808000FFFFFF00C0C0 + C000808080000000000000000000000000000000000000000000000000000000 + 0000FFFFFF0080808000FFFFFF000080800000FFFF00FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000C0C0C0008080 + 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808080008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C00000800000C0C0C000C0C0C000C0C0 + C000C0C0C00000800000C0C0C0008080800000800000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000000000FFFF + FF0000808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF0000FFFF0080808000C0C0C000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00080808000C0C0C000FFFF + FF0000FFFF0000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C00000800000C0C0C000C0C0 + C00000800000008000008080800000800000C0C0C000C0C0C000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF00808080008080800000000000C0C0C0000080 + 80008080800080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C00000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0080808000FFFFFF0080808000C0C0C000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C0008080 + 8000C0C0C0000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000080 + 000000800000008000000080000080808000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000FFFF00C0C0C000C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000808000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF008080800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF008080800000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C0000080000000800000C0C0C000C0C0C000C0C0C000C0C0C000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C0C0 + C000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF0080808000FFFFFF0000FFFF0000000000C0C0C00000808000808080008080 + 8000808080008080800080808000808080008080800080808000FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C00000800000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF0000FFFF000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00080808000FFFFFF0000000000C0C0C00000808000FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C0000000000000000000000000000000000000000000FFFFFF00FFFFFF008000 + 0000800000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFFFF00808080008080 + 8000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF008080800000000000C0C0C00000808000FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C0000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFFFF00808080008000 + 0000FFFFFF00FFFFFF008080800080000000FFFFFF00FFFFFF00808080008000 + 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00FFFFFF00808080008080800080000000C0C0 + C00080000000C0C0C000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C00000808000808080008080800080808000808080008080 + 800080808000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF008000000080000000FFFFFF00FFFFFF00FFFF + FF008080800080000000FFFFFF00FFFFFF008080800080000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF008080800080808000C0C0C00080000000C0C0C0008000 + 0000C0C0C00080000000C0C0C000FFFFFF00FFFFFF00C0C0C000808080008080 + 8000FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000808080000080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080000000FFFFFF00FFFFFF00808080008000 + 0000FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C00080000000FFFFFF0080000000FFFF + FF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF008000 + 0000C0C0C00080000000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 800000808000FFFFFF00FFFFFF0080808000808080008080800080808000FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080000000FFFFFF00FFFF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00C0C0C00000FFFF00C0C0C00000FFFF000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF0080000000FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00FFFFFF0080808000FFFFFF0080000000FFFF + FF0080000000C0C0C00080000000C0C0C000C0C0C000FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000808080000000 + 000080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0080000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF0080000000FFFFFF008000 + 0000FFFFFF0080000000FFFFFF00C0C0C000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF008000 + 0000FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080000000FFFFFF00FFFFFF00808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000080000000600000000100010000000000000600000000000000000000 + 000000000000000000000000FFFFFF00FFFFFFFF000000000000000000000000 + FFFFFFFF000000000000000000000000FF3FFFFF000000000000000000000000 + FE0FFFFF000000000000000000000000FE03FFFF000000000000000000000000 + FC00FFFF000000000000000000000000FC003FFF000000000000000000000000 + F8000FFF000000000000000000000000F8000007000000000000000000000000 + F0000007000000000000000000000000F0000007000000000000000000000000 + E0000007000000000000000000000000E0000007000000000000000000000000 + C0000003000000000000000000000000C0000001000000000000000000000000 + 8000000300000000000000000000000080000003000000000000000000000000 + 0000000700000000000000000000000000000007000000000000000000000000 + 0000000F0000000000000000000000000000000F000000000000000000000000 + 8000001F000000000000000000000000E300001F000000000000000000000000 + FFC0003F000000000000000000000000FFF0003F000000000000000000000000 + FFFC007F000000000000000000000000FFFF007F000000000000000000000000 + FFFFC0FF000000000000000000000000FFFFF0FF000000000000000000000000 + FFFFFDFF000000000000000000000000FFFFFFFF000000000000000000000000 + FFFFFFFF000000000000000000000000FFFFFFFFFFFFFFFFFE0003FFFFFFFFFF + FFF83FFFFFFFFFFFFE0003FFFFFCFFFFFFF00FFFFF00003FFE0003FFFFF83FFF + FFE003FFFF00003FFE0003FFFFF00FFFFFC000FFFE00003FFE0003FFFFE003FF + FF80003FFE00003FFE0003FFFFC000FFFF00000FFC00003F7E0003FFFF80003F + FE000003FC00003FCE0003FFFF00000FFC000001F800003F720003FFFE000003 + F8000001F800003FC00003FFFC000000F0000001F000003FF00003FFF8000000 + E0000001F000003FFC0003FFF0000000C0000001E000000FF00001FFE0000000 + 80000001E0000003C000007FC000000080000001C00000010000001F80000000 + 80000001C0000001000000070000000080000001800000030000000100000001 + 8000000380000003000000000000000380000007000000070000000000000007 + 8000000F00000007000000000000000F8000001F0000000F000000000000000F + 8000001F0000000F0000000000000007C000001F8000000F0000000000000003 + F000001FE300000F8000000080000001F000003FFFC00007E0000000E0000000 + F00000FFFFF00003F8000001F8000000F80000FFFFFC0003FE000007FE000001 + FE3001FFFFFF0007FF80001FFF800003FFFC07FFFFFFC0CFFFE0007FFFE01FE7 + FFFF07FFFFFFF0FFFFF801FFFFF83FEFFFFFCFFFFFFFFDFFFFFE07FFFFFE7FFF + FFFFFFFFFFFFFFFFFFFF9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF + FFFFFFFFFFE1FFFFFFFFFFFFFFC7FBFFFF3FFFFFFF807FFFFF3FFFFFFFC1F7FF + FE0FFFFFFE001FFFFE0FFFFFFF8063FFFE03FFFFFC0007FFFE03FFFFFF8007FF + FC00FFFFF80001FFFC00FFFFFF0007FFFC003FFFF800007FFC003FFFFF0001FF + F8000FFFF800003FF8000FFFFE00007FF80003FFF800003FF8000007F8000003 + F000000FF800003FF0000007F8000003F000000FF800003FF0000007F8000003 + E000000FF800003FE0000007F8000003E000000FF000003FE0000003F8000003 + C0000003F000003FC0000001F0000003C0000001F000001FC0000001F0000003 + 80000003F000001F80000003E000000380000003F000001F80000003E0000003 + 00000007F000001F00000007C000000300000007F000001F00000007C0000003 + 0000000FE000001F00000007800000030000000FE000001F0000000780000003 + 8000001FE000000F8000000700000003E300001FE000000FE3000007000001FF + FFC0003FE000000FFFC00007000001FFFFF0003FE000000FFFE00007C00003FF + FFFC007FF000000FFFC00007F00003FFFFFF007FFC00000FFF800007FC0007FF + FFFFC0FFFE00001FFF900007FF0007FFFFFFF0FFFF00007FFFF00007FFC00FFF + FFFFFDFFFF8380FFFFFFFDFFFFF00FFFFFFFFFFFFFC7E1FFFFFFFFFFFFFC1FFF + FFFFFFFFFFEFFBFFFFFFFFFFFFFF1FFF00000000000000000000000000000000 + 000000000000} + end + object ilPreviewSmall: TImageList + Left = 80 + Top = 328 + Bitmap = { + 494C010109000A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000400000003000000001002000000000000030 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF0080808000808080008080 + 80008080800080808000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF0080000000800000008000 + 00008000000080000000FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF00808080008080800080808000FFFFFF00FFFFFF00FFFF + FF00FFFFFF000000800000008000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 8000808080000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C0000000000000000000000000000000000000000000FF00 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000080808000C0C0C00000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008080800000FFFF00FFFFFF0000FFFF00FFFFFF0000FF + FF00FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF0080808000C0C0C000C0C0C000C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF + FF0000FFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0080808000C0C0C000C0C0C000808080008080 + 8000C0C0C000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00C0C0C0000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00808080008080800080808000C0C0C000FFFF + FF0080808000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF008080800080808000C0C0C000C0C0C000C0C0C000C0C0 + C000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 0000FFFFFF00C0C0C0000000000000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFFFF00C0C0C0000000 + 000000000000000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0 + C00080808000C0C0C000C0C0C0000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C00000FFFF008080800080808000C0C0C000C0C0 + C000C0C0C000C0C0C000000000000000000000000000000000000000000000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000 + 000000000000000000008080800000000000000000000000000000000000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00FFFFFF0080808000C0C0C000FFFFFF00C0C0C000FFFFFF00C0C0C000FFFF + FF00C0C0C00080808000808080000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C000808080008080 + 8000C0C0C000C0C0C0000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF00FFFFFF00000080000000 + FF000000FF0000008000000000000000000000000000C0C0C000C0C0C000FF00 + 0000FFFFFF00FFFFFF00FFFFFF00000080000000FF000000FF00000080000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF0080808000C0C0C000FFFFFF008080000080800000C0C0C000FFFFFF00C0C0 + C000FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF008080 + 80008080800000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00808080008080800000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF00FFFFFF00FFFFFF000000FF000000 + FF000000FF000000FF00000000000000000000000000C0C0C000C0C0C000FF00 + 0000FFFFFF00FFFFFF00FFFFFF000000FF000000FF000000FF000000FF000000 + 0000C0C0C000C0C0C000000000000000000000000000FFFFFF00FFFFFF008080 + 8000C0C0C000FFFFFF00C0C0C0008080000080800000C0C0C000C0C0C000FFFF + FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF0080808000C0C0 + C00080808000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000808080008080800080808000808080000000 + FF00C0C0C00000000000000080000000000000000000C0C0C000C0C0C000FF00 + 0000FF000000FF000000FF000000FF0000000000FF00C0C0C000000000000000 + 80000080000000800000C0C0C0000000000000000000FFFFFF0080808000C0C0 + C000C0C0C000C0C0C000C0C0C000808000008080000080800000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000C0C0C0008080800000FF + FF0080808000FFFFFF00C0C0C000FFFFFF0080808000FFFFFF00C0C0C00000FF + FF00C0C0C00000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00000080000000FF000000FF000000000000000000C0C0C000FFFFFF00FFFF + FF00C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000000080000000FF000000 + FF000000000000FF0000C0C0C000000000000000000000000000C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C0008080000080800000FFFFFF00FFFF + FF0000000000808000000000000000000000000000000000000080808000C0C0 + C00000FFFF0080808000808080008080800000FFFF008080800080808000C0C0 + C000FFFFFF0000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C0000000FF00C0C0C0000000FF000000800000000000FFFFFF00C0C0C000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF00C0C0C0000000 + FF0000008000FFFFFF00C0C0C000000000000000000000000000000000000000 + 0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00080800000808000000000 + 000080808000808000008080000000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF0000000000FFFFFF00C0C0C00000FFFF00C0C0C0008080 + 8000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C0000000FF000000FF0000000000000000000000000000000000C0C0 + C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000FF000000 + FF00C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 00000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000808000008080 + 0000808000008080000080800000808000000000000000000000000000000000 + 00000000000000000000000000000000000000000000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF00C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000C0C0C00000000000000000000000 + 0000000000008080000080800000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000C0C0C000C0C0C000C0C0C000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000FFFFFF00808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000C0C0C00000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C000C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C000C0C0C000C0C0C0000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000000000FFFF000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C000C0C0C0008080 + 800000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000FFFF00000000000000 + 000000000000000000000000000000000000000000000000000000000000C0C0 + C000C0C0C00000FFFF0080808000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000 + 0000FFFFFF00C0C0C000FFFFFF00C0C0C0000080000000800000C0C0C000C0C0 + C00000000000000000000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00FFFFFF0000FFFF00C0C0C000FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF000000000000FFFF00C0C0C0000000000000FFFF0000000000FFFFFF00FFFF + FF0000FFFF00FFFFFF000000000000000000000000000000000000000000C0C0 + C00000FFFF00C0C0C0008080800080808000FFFFFF00FFFFFF00808080008080 + 8000FFFFFF00FFFFFF0080808000000000000000000000000000000000000000 + 0000C0C0C000FFFFFF00FFFFFF00C0C0C00000800000C0C0C00000800000C0C0 + C000000000000000000000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF008080800000FFFF00FFFFFF00C0C0C0000000000000FF + FF00FFFFFF00808080000000000000000000000000000000000000000000FFFF + FF0000000000FFFFFF000000000000FFFF00000000008080800080808000FFFF + FF00FFFFFF00FFFFFF0000000000000000000000000000000000C0C0C00000FF + FF00C0C0C00000FFFF0080808000FFFFFF008080800080808000FFFFFF00FFFF + FF008080800080808000FFFFFF0000000000000000000000000000000000C0C0 + C000FFFFFF00C0C0C000FFFFFF00C0C0C00080808000C0C0C00000800000C0C0 + C00000000000000000000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF00C0C0C0000000000000000000FFFF + FF00FFFFFF008080800000000000000000000000000000000000FFFFFF00FFFF + FF000000000000FFFF000000800000000000FFFFFF00FFFFFF00FFFFFF008080 + 800000FFFF00FFFFFF000000000000000000000000000000000000FFFF00C0C0 + C00000FFFF00C0C0C00080808000FFFFFF0080808000FFFFFF0000FFFF00FFFF + FF00FFFFFF0080808000FFFFFF0000000000000000000000000000000000FFFF + FF00C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0C0000080000000800000C0C0 + C0008080800000000000000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF0080808000C0C0C0000000000000FFFF000000000000FF + FF00FFFFFF008080800000000000000000000000000000000000FFFFFF00FFFF + FF0000000000FFFFFF0080808000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF + FF0080808000FFFFFF00000000000000000000000000C0C0C000FFFFFF0000FF + FF00C0C0C00000FFFF008080800080808000FFFFFF0000FFFF00FFFFFF00FFFF + FF0000FFFF00FFFFFF008080800000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0 + C000C0C0C00000000000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF00808080000000000000FFFF0000000000FFFFFF00FFFF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00000000008080800000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF + FF00FFFFFF0080808000000000000000000000000000FFFFFF0000FFFF00C0C0 + C000FFFFFF00FFFFFF0080808000808080008080800080808000808080008080 + 800080808000808080000000000000000000000000000000000000000000C0C0 + C000FFFFFF0080808000808080008080800080808000FFFFFF00FFFFFF00C0C0 + C000C0C0C0000000000000000000000000000000000000000000FFFFFF00FFFF + FF0000000000000000000000000000FFFF0000000000FFFFFF00FFFFFF0000FF + FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF000000000000000000FFFFFF00FFFFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C000000000000000000000000000000000000000000000000000C0C0 + C00080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF008080800080808000FFFF + FF00C0C0C0000000000000000000000000000000000000000000000000000000 + 000000000000000000000000800000000000FFFFFF0000FFFF00FFFFFF00FFFF + FF00FFFFFF00000000000000000000000000000000000000000000000000FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000FFFFFF00FFFFFF0000FFFF0000FF + FF00000000000000000000000000000000000000000000000000000000000000 + 000080808000FFFFFF00FFFFFF00FFFFFF0080808000FFFFFF00FFFFFF008080 + 8000FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF + FF00FFFFFF000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF + FF00000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00C0C0C000C0C0 + C000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000FFFFFF00FFFFFF0000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000300000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF00FFFF000000000000F3FF000000000000 + E0FF000000000000E000000000000000C000000000000000C000000000000000 + 8000000000000000800000000000000000000000000000000000000000000000 + 8003000000000000CC07000000000000FF07000000000000FFCF000000000000 + FFFF000000000000FFFF000000000000FCFFFC01E00FFE7FF83FFC01E00FFC1F + F00FFC01E00FF807E003F001600FF001C001E001C00FE0008001E001E00FC000 + 0001C001800F80000001C0010003000000018001000000010001800100000003 + 0003000000000003000300000000C001C00780018000F000E22FCC07E003FC39 + FF3FFF07F80FFF7BFFFFFFCFFE3FFFFFFFFFFFFFFFFFFFFFFFFFFCFFF3FFF3EF + F3FFF03FE0FFF0CFE0FFE00FE03FE00FE000E007C003E001C000E007C003C001 + C000E0078000C0018000C007800180018000C003000180010000C00300030001 + 0000C003800300018003C003CC03801FCC07E003FC03E03FFF07F003FC03F83F + FFCFF90FFFFFFE7FFFFFFFFFFFFFFFFF00000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxfmPNFmt.dcu b/official/x.19/Lib/D7/dxfmPNFmt.dcu new file mode 100644 index 00000000..ab304341 Binary files /dev/null and b/official/x.19/Lib/D7/dxfmPNFmt.dcu differ diff --git a/official/x.19/Lib/D7/dxfmPNFmt.dfm b/official/x.19/Lib/D7/dxfmPNFmt.dfm new file mode 100644 index 00000000..6382c1e6 --- /dev/null +++ b/official/x.19/Lib/D7/dxfmPNFmt.dfm @@ -0,0 +1,143 @@ +object dxfmPageNumberFormat: TdxfmPageNumberFormat + Left = 434 + Top = 210 + BorderStyle = bsDialog + Caption = 'Change Page Number Format' + ClientHeight = 209 + ClientWidth = 247 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object lblPageNumberFormat: TLabel + Left = 6 + Top = 15 + Width = 78 + Height = 13 + Caption = 'Number &Format:' + FocusControl = cbxPageNumberingFormat + OnClick = lblPageNumberFormatClick + end + object bvlStartAtHolder: TBevel + Left = 113 + Top = 93 + Width = 129 + Height = 22 + Visible = False + end + object bvlPageNumbering: TBevel + Left = 111 + Top = 49 + Width = 132 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object Bevel2: TBevel + Left = 6 + Top = 119 + Width = 237 + Height = 5 + Anchors = [akLeft, akTop, akRight] + Shape = bsBottomLine + end + object lblPageNumbering: TLabel + Left = 7 + Top = 45 + Width = 78 + Height = 13 + Caption = 'Page Numbering' + end + object Bevel3: TBevel + Left = 6 + Top = 166 + Width = 237 + Height = 4 + Anchors = [akLeft, akRight, akBottom] + Shape = bsBottomLine + end + object btnOK: TButton + Left = 6 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 0 + end + object btnCancel: TButton + Left = 87 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 1 + end + object btnHelp: TButton + Left = 168 + Top = 180 + Width = 75 + Height = 23 + Anchors = [akRight, akBottom] + Caption = '&Help' + TabOrder = 2 + end + object cbxPageNumberingFormat: TComboBox + Left = 113 + Top = 12 + Width = 130 + Height = 21 + Style = csDropDownList + Anchors = [akLeft, akTop, akRight] + ItemHeight = 13 + TabOrder = 3 + OnChange = cbxPageNumberingFormatChange + Items.Strings = ( + '1, 2, 3, 3, 4, ...' + 'a, b, c, d, e, ...' + 'A, B, C, D, E, ...' + 'i, ii, iii, iv, v, ...' + 'I, II, III, IV, V, ...') + end + object btnDefault: TButton + Left = 154 + Top = 135 + Width = 89 + Height = 23 + Anchors = [akTop, akRight] + Caption = '&Default...' + TabOrder = 4 + OnClick = btnDefaultClick + end + object rbtnContinueFromPrevSection: TRadioButton + Left = 13 + Top = 69 + Width = 228 + Height = 17 + Anchors = [akLeft, akTop, akRight] + Caption = 'Continue from Previous Section' + Checked = True + TabOrder = 5 + TabStop = True + OnClick = rbtnContinueFromPrevSectionClick + end + object rbtnStartAt: TRadioButton + Left = 13 + Top = 96 + Width = 92 + Height = 17 + Caption = 'Start &at:' + TabOrder = 6 + OnClick = rbtnStartAtClick + end +end diff --git a/official/x.19/Lib/D7/dxfmZoom.dcu b/official/x.19/Lib/D7/dxfmZoom.dcu new file mode 100644 index 00000000..13c7a89c Binary files /dev/null and b/official/x.19/Lib/D7/dxfmZoom.dcu differ diff --git a/official/x.19/Lib/D7/dxfmZoom.dfm b/official/x.19/Lib/D7/dxfmZoom.dfm new file mode 100644 index 00000000..a1e71a6e --- /dev/null +++ b/official/x.19/Lib/D7/dxfmZoom.dfm @@ -0,0 +1,547 @@ +object fmZoom: TfmZoom + Left = 422 + Top = 239 + BorderStyle = bsDialog + Caption = 'Zoom' + ClientHeight = 280 + ClientWidth = 428 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'Tahoma' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 186 + Top = 251 + Width = 75 + Height = 23 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object btnCancel: TButton + Left = 267 + Top = 251 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 3 + end + object gbxPreview: TGroupBox + Left = 193 + Top = 4 + Width = 230 + Height = 238 + Caption = ' Preview ' + TabOrder = 1 + object bvlFontPreviewHolder: TBevel + Left = 8 + Top = 176 + Width = 214 + Height = 54 + Visible = False + end + object bvlPreviewHolder: TBevel + Left = 24 + Top = 23 + Width = 183 + Height = 123 + Visible = False + end + object Panel1: TPanel + Left = 2 + Top = 162 + Width = 226 + Height = 2 + BevelOuter = bvLowered + TabOrder = 0 + end + object stxtFontPreview: TStaticText + Left = 9 + Top = 157 + Width = 125 + Height = 17 + Caption = ' 12 pt Times New Roman ' + TabOrder = 1 + end + end + object btnHelp: TButton + Left = 348 + Top = 251 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 4 + end + object gbxZoomTo: TGroupBox + Left = 5 + Top = 4 + Width = 185 + Height = 238 + Caption = ' &Zoom To ' + TabOrder = 0 + object lblPercent: TLabel + Left = 9 + Top = 205 + Width = 44 + Height = 13 + Caption = 'P&ercent: ' + OnClick = lblPercentClick + end + object bvlPercentHolder: TBevel + Left = 80 + Top = 201 + Width = 87 + Height = 21 + Visible = False + end + object rbtn500: TRadioButton + Left = 8 + Top = 21 + Width = 55 + Height = 17 + Caption = '500 %' + TabOrder = 0 + OnClick = rbtnClick + end + object rbtn200: TRadioButton + Tag = 1 + Left = 8 + Top = 41 + Width = 55 + Height = 17 + Caption = '&200 %' + TabOrder = 1 + OnClick = rbtnClick + end + object rbtn150: TRadioButton + Tag = 2 + Left = 8 + Top = 61 + Width = 55 + Height = 17 + Caption = '150 %' + TabOrder = 2 + OnClick = rbtnClick + end + object rbtn100: TRadioButton + Tag = 3 + Left = 8 + Top = 81 + Width = 55 + Height = 17 + Caption = '&100 %' + TabOrder = 3 + OnClick = rbtnClick + end + object rbtn75: TRadioButton + Tag = 4 + Left = 8 + Top = 101 + Width = 55 + Height = 17 + Caption = '&75 %' + TabOrder = 4 + OnClick = rbtnClick + end + object rbtn50: TRadioButton + Tag = 5 + Left = 8 + Top = 121 + Width = 55 + Height = 17 + Caption = '&50 %' + TabOrder = 5 + OnClick = rbtnClick + end + object rbtn10: TRadioButton + Tag = 7 + Left = 8 + Top = 161 + Width = 55 + Height = 17 + Caption = '10 %' + TabOrder = 7 + OnClick = rbtnClick + end + object rbtn25: TRadioButton + Tag = 6 + Left = 8 + Top = 141 + Width = 55 + Height = 17 + Caption = '25 %' + TabOrder = 6 + OnClick = rbtnClick + end + object rbtnTwoPages: TRadioButton + Tag = 10 + Left = 76 + Top = 61 + Width = 105 + Height = 17 + Caption = '&Two Pages' + TabOrder = 10 + OnClick = rbtnClick + end + object rbtnWholePage: TRadioButton + Tag = 9 + Left = 76 + Top = 41 + Width = 105 + Height = 17 + Caption = 'W&hole Page' + TabOrder = 9 + OnClick = rbtnClick + end + object rbtnPageWidth: TRadioButton + Tag = 8 + Left = 76 + Top = 21 + Width = 105 + Height = 17 + Caption = 'Page &Width' + TabOrder = 8 + OnClick = rbtnClick + end + object rbtnFourPages: TRadioButton + Tag = 11 + Left = 76 + Top = 81 + Width = 105 + Height = 17 + Caption = '&Four Pages' + TabOrder = 11 + OnClick = rbtnClick + end + object rbtnManyPages: TRadioButton + Tag = 12 + Left = 76 + Top = 101 + Width = 105 + Height = 17 + Caption = '&Many Pages:' + TabOrder = 12 + OnClick = rbtnClick + end + object btnManyPages: TBitBtn + Left = 122 + Top = 126 + Width = 45 + Height = 44 + TabOrder = 13 + OnClick = btnManyPagesClick + Glyph.Data = { + 1E030000424D1E03000000000000760000002800000024000000220000000100 + 040000000000A802000000000000000000001000000010000000000000000000 + 8000008000000080800080000000800080008080000080808000C0C0C0000000 + FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 + 8888888888888888888888880000888888888888888888888888888888880888 + 0000888888888888888888888888888888800088000088888888888888888888 + 8888888888000008000088000000000000000000000000008888888800008877 + 7777777777777777777777778888888800008888888808888888888880888888 + 8888888800008888888000000000000000088888888888880000888888077777 + 7777777777708888888888880000888880F8888888888AA88877088888888888 + 000080000000000000000000000000000888888800000F777777777777777777 + 777777777088888800000F888888888888888888888888887088888800000F87 + FFFFFFFFFFFFFFFFFFFFFFF87088888800000F870888888888888888888888F8 + 7088888800000F870770F0000F00F0000F0778F87088888800000F870770FFFF + FF00FFFFFF0778F87088888800000F870770FFFFFF00FFFFFF0778F870888888 + 00000F870770000000000000000778F87088888800000F870770000000000000 + 000778F87088888800000F870770FFFFFF00FFFFFF0778F87088888800000F87 + 0770F0000F00F0000F0778F87088888800000F870770FFFFFF00FFFFFF0778F8 + 7088888800000F870770F0000F00F0000F0778F87088888800000F870770FFFF + FF00FFFFFF0778F87088888800000F870770F0000F00F0000F0778F870888888 + 00000F870770FFFFFF00FFFFFF0778F87088888800000F870770FFFFFF00FFFF + FF0778F87088888800000F870770000000000000000778F87088888800000F87 + 0000000000000000000000F87088888800000F87777777777777777777777778 + 7088888800000F888888888888888888888888887088888800000FFFFFFFFFFF + FFFFFFFFFFFFFFFF878888880000800000000000000000000000000008888888 + 0000} + Layout = blGlyphBottom + Spacing = 0 + end + end + object ilStub: TImageList + Left = 6 + Top = 248 + Bitmap = { + 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 + 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 + 0000000000000000000000000000000000000000000084848400848484008484 + 8400848484008484840084848400848484008484840084848400848484008484 + 8400848484008484840084848400848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF00000000000000000000000000FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000 + 0000C6C6C600FFFFFF00C6C6C60000000000FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 + C600000000000000000000000000C6C6C600FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00848484008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000 + 000000000000FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF0000000000848484000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000040000000200000000100010000000000000100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000100000000000000000000000000000000000000000000 + 000000000000} + end +end diff --git a/official/x.19/Lib/D7/dximcted.dcu b/official/x.19/Lib/D7/dximcted.dcu new file mode 100644 index 00000000..99744b8e Binary files /dev/null and b/official/x.19/Lib/D7/dximcted.dcu differ diff --git a/official/x.19/Lib/D7/dximcted.dfm b/official/x.19/Lib/D7/dximcted.dfm new file mode 100644 index 00000000..e1be5fc1 --- /dev/null +++ b/official/x.19/Lib/D7/dximcted.dfm @@ -0,0 +1,216 @@ +object frmdxImagePropEditor: TfrmdxImagePropEditor + Left = 251 + Top = 167 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Express Image Items editor: ' + ClientHeight = 321 + ClientWidth = 282 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 207 + Top = 0 + Width = 75 + Height = 208 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object bAdd: TButton + Left = 2 + Top = 5 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = bAddClick + end + object bInsert: TButton + Left = 2 + Top = 30 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 1 + OnClick = bInsertClick + end + object bDelete: TButton + Left = 2 + Top = 54 + Width = 72 + Height = 22 + Caption = 'De&lete' + TabOrder = 2 + OnClick = bDeleteClick + end + object bUp: TButton + Left = 2 + Top = 102 + Width = 72 + Height = 22 + Caption = 'Move &up' + TabOrder = 4 + OnClick = bUpClick + end + object bDown: TButton + Left = 2 + Top = 126 + Width = 72 + Height = 22 + Caption = 'Move d&own' + TabOrder = 5 + OnClick = bDownClick + end + object bClear: TButton + Left = 2 + Top = 78 + Width = 72 + Height = 22 + Caption = 'Clear' + TabOrder = 3 + OnClick = bClearClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 207 + Height = 208 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object ListBox: TdxImageListBox + Left = 4 + Top = 4 + Width = 199 + Height = 200 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 0 + OnClick = ListBoxClick + OnDragDrop = ListBoxDragDrop + OnDragOver = ListBoxDragOver + SaveStrings = () + end + end + object Panel3: TPanel + Left = 0 + Top = 208 + Width = 282 + Height = 113 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LabelText: TLabel + Left = 6 + Top = 8 + Width = 21 + Height = 13 + Caption = 'Text' + end + object LabelValue: TLabel + Left = 7 + Top = 32 + Width = 27 + Height = 13 + Caption = 'Value' + end + object LabelImageIndex: TLabel + Left = 6 + Top = 60 + Width = 58 + Height = 13 + Caption = 'Image Index' + end + object Edit1: TEdit + Left = 40 + Top = 5 + Width = 239 + Height = 21 + Enabled = False + TabOrder = 0 + OnExit = Edit1Exit + end + object Edit3: TEdit + Left = 40 + Top = 30 + Width = 168 + Height = 21 + TabOrder = 1 + OnExit = Edit3Exit + end + object Edit2: TEdit + Left = 93 + Top = 57 + Width = 115 + Height = 21 + Enabled = False + TabOrder = 2 + OnExit = Edit2Exit + OnKeyPress = Edit2KeyPress + end + object BOk: TButton + Left = 51 + Top = 85 + Width = 72 + Height = 22 + Caption = '&Ok' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object bCancel: TButton + Left = 129 + Top = 85 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 5 + end + object bHelp: TButton + Left = 207 + Top = 85 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 6 + OnClick = bHelpClick + end + object SpinImage: TdxSpinImage + Left = 213 + Top = 30 + Width = 66 + Height = 49 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SpinImageChange + Color = clWhite + TabOrder = 3 + end + end +end diff --git a/official/x.19/Lib/D7/dximctrl.dcu b/official/x.19/Lib/D7/dximctrl.dcu new file mode 100644 index 00000000..5c30fc9e Binary files /dev/null and b/official/x.19/Lib/D7/dximctrl.dcu differ diff --git a/official/x.19/Lib/D7/dxpsfmEditDesc.dcu b/official/x.19/Lib/D7/dxpsfmEditDesc.dcu new file mode 100644 index 00000000..ced9af9c Binary files /dev/null and b/official/x.19/Lib/D7/dxpsfmEditDesc.dcu differ diff --git a/official/x.19/Lib/D7/dxpsfmEditDesc.dfm b/official/x.19/Lib/D7/dxpsfmEditDesc.dfm new file mode 100644 index 00000000..495b0fde --- /dev/null +++ b/official/x.19/Lib/D7/dxpsfmEditDesc.dfm @@ -0,0 +1,62 @@ +object dxfmEditDescription: TdxfmEditDescription + Left = 383 + Top = 205 + BorderStyle = bsDialog + Caption = 'Edit Description' + ClientHeight = 294 + ClientWidth = 333 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + KeyPreview = True + Position = poScreenCenter + OnKeyDown = FormKeyDown + OnResize = FormResize + PixelsPerInch = 96 + TextHeight = 13 + object btnOK: TButton + Left = 90 + Top = 265 + Width = 75 + Height = 23 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object btnCancel: TButton + Left = 171 + Top = 265 + Width = 75 + Height = 23 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + end + object btnHelp: TButton + Left = 252 + Top = 265 + Width = 75 + Height = 23 + Caption = '&Help' + TabOrder = 3 + end + object gbxMemoHost: TGroupBox + Left = 5 + Top = 6 + Width = 322 + Height = 249 + TabOrder = 0 + object memDescription: TMemo + Left = 8 + Top = 18 + Width = 305 + Height = 218 + TabOrder = 0 + end + end +end diff --git a/official/x.19/Lib/D7/dxreged.dcu b/official/x.19/Lib/D7/dxreged.dcu new file mode 100644 index 00000000..b54a4d05 Binary files /dev/null and b/official/x.19/Lib/D7/dxreged.dcu differ diff --git a/official/x.19/Lib/D7/dxreged.dfm b/official/x.19/Lib/D7/dxreged.dfm new file mode 100644 index 00000000..06b440f0 --- /dev/null +++ b/official/x.19/Lib/D7/dxreged.dfm @@ -0,0 +1,418 @@ +object frmdxLibREgPathEditor: TfrmdxLibREgPathEditor + Left = 225 + Top = 106 + Width = 395 + Height = 365 + ActiveControl = TreeView + BorderIcons = [biSystemMenu, biMaximize] + Caption = 'Developer Express Registry path property editor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Icon.Data = { + 0000010001001010100000000000280100001600000028000000100000002000 + 00000100040000000000C0000000000000000000000000000000000000000000 + 000000008000008000000080800080000000800080008080000080808000C0C0 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 + 0073701919190000073700000000000073700091910000073708000000000073 + 708077770000073700078888000073708077780880003708077780B080007000 + 78888888800008078800888070000078004000800000078078FF8F8F00000807 + 880000007000007888888807000007888888707000007000000007000000FC00 + 0000F8000000F0010000E0030000C00700008007000000030000000300000003 + 000000030000000300000007000000070000000F0000001F0000003F0000} + Position = poScreenCenter + OnCreate = FormCreate + OnDestroy = FormDestroy + PixelsPerInch = 96 + TextHeight = 13 + object Panel: TPanel + Left = 0 + Top = 289 + Width = 387 + Height = 49 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object lbRegistry: TLabel + Left = 4 + Top = 6 + Width = 5 + Height = 13 + Font.Charset = DEFAULT_CHARSET + Font.Color = clBlack + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [fsBold] + ParentFont = False + end + object bOk: TButton + Left = 236 + Top = 25 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 2 + end + object bCancel: TButton + Left = 312 + Top = 25 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 3 + end + object bNew: TButton + Left = 3 + Top = 25 + Width = 72 + Height = 22 + Caption = '&New' + TabOrder = 0 + OnClick = bNewClick + end + object bDelete: TButton + Left = 80 + Top = 25 + Width = 72 + Height = 22 + Caption = '&Delete' + TabOrder = 1 + OnClick = bDeleteClick + end + end + object TreeView: TTreeView + Left = 0 + Top = 0 + Width = 387 + Height = 289 + Align = alClient + HideSelection = False + Images = ImageList + Indent = 21 + ReadOnly = True + TabOrder = 1 + OnChange = TreeViewChange + OnCollapsed = TreeViewCollapsed + OnExpanded = TreeViewExpanded + OnGetImageIndex = TreeViewGetImageIndex + OnGetSelectedIndex = TreeViewGetSelectedIndex + end + object ImageList: TImageList + Width = 18 + Left = 114 + Top = 50 + Bitmap = { + 494C010102000500040012001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600 + 0000000000003600000028000000480000002000000001002000000000000024 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000808080008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 0000000000008080800080808000808080008080800080808000808080008080 + 8000808080008080800080808000808080008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 000000000000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000000000 + 0000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C0000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C000808080000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000008080 + 800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00000000008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000008080800000000000C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000000000C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C00000FFFF00C0C0C00080808000000000000000000000000000000000008080 + 8000808080008080800080808000808080008080800080808000808080008080 + 80008080800080808000808080008080800000FFFF0080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000808080000000000000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF0080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0C00080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000000000000000000000000000000000000000 + 0000808080000000000000FFFF00C0C0C00000FFFF00C0C0C00000FFFF00C0C0 + C000000000000000000000000000000000000000000080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000008080800000FFFF00C0C0 + C00000FFFF00C0C0C00000FFFF00C0C0C00000FFFF0080808000808080008080 + 8000808080008080800080808000000000000000000000000000000000000000 + 00008080800000000000C0C0C00000FFFF00C0C0C00000FFFF00C0C0C0000000 + 0000808080008080800080808000808080008080800080808000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000000000000000000000008080800000FF + FF00C0C0C00000FFFF00C0C0C00000FFFF008080800000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000008080800000000000000000000000000000000000000000008080 + 8000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000008080 + 8000808080008080800080808000808080000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000080808000808080008080800080808000808080000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000424D3E000000000000003E000000 + 2800000048000000200000000100010000000000800100000000000000000000 + 000000000000000000000000FFFFFF0000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 00000000000000000000000000000000FFFFFFFFF000000000000000FFFFFFFF + F000000000000000C000FC0010000000000000008000F8001000000000000000 + A000FA001000000000000000A000F4001000000000000000A000F40010000000 + 00000000A000E8001000000000000000A000EFFC1000000000000000A000E000 + 1000000000000000A000F4001000000000000000BFFCF40F9000000000000000 + 8001F4103000000000000000C07FFBEFF000000000000000E0FFFC1FF0000000 + 00000000FFFFFFFFF000000000000000} + end +end diff --git a/official/x.19/Lib/D7/dxreginf.dcu b/official/x.19/Lib/D7/dxreginf.dcu new file mode 100644 index 00000000..64c026c6 Binary files /dev/null and b/official/x.19/Lib/D7/dxreginf.dcu differ diff --git a/official/x.19/Lib/D7/dxrgkeya.dcu b/official/x.19/Lib/D7/dxrgkeya.dcu new file mode 100644 index 00000000..e7e90fce Binary files /dev/null and b/official/x.19/Lib/D7/dxrgkeya.dcu differ diff --git a/official/x.19/Lib/D7/dxrgkeya.dfm b/official/x.19/Lib/D7/dxrgkeya.dfm new file mode 100644 index 00000000..c31479b9 --- /dev/null +++ b/official/x.19/Lib/D7/dxrgkeya.dfm @@ -0,0 +1,54 @@ +object frmdxAddNewRegKey: TfrmdxAddNewRegKey + Left = 195 + Top = 106 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog + Caption = 'Add a new registry key' + ClientHeight = 84 + ClientWidth = 279 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -14 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 120 + TextHeight = 16 + object lblName: TLabel + Left = 2 + Top = 15 + Width = 37 + Height = 16 + Caption = 'Name' + end + object Edit: TEdit + Left = 66 + Top = 10 + Width = 210 + Height = 24 + TabOrder = 0 + OnChange = EditChange + end + object bOk: TButton + Left = 90 + Top = 49 + Width = 88 + Height = 27 + Caption = '&OK' + Default = True + Enabled = False + ModalResult = 1 + TabOrder = 1 + end + object bCancel: TButton + Left = 187 + Top = 49 + Width = 89 + Height = 27 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 2 + end +end diff --git a/official/x.19/Lib/D7/dxsbD7.dcu b/official/x.19/Lib/D7/dxsbD7.dcu new file mode 100644 index 00000000..47e69cad Binary files /dev/null and b/official/x.19/Lib/D7/dxsbD7.dcu differ diff --git a/official/x.19/Lib/D7/dxsbar.dcu b/official/x.19/Lib/D7/dxsbar.dcu new file mode 100644 index 00000000..e9d97a6a Binary files /dev/null and b/official/x.19/Lib/D7/dxsbar.dcu differ diff --git a/official/x.19/Lib/D7/dxsbar.res b/official/x.19/Lib/D7/dxsbar.res new file mode 100644 index 00000000..993026df Binary files /dev/null and b/official/x.19/Lib/D7/dxsbar.res differ diff --git a/official/x.19/Lib/D7/dxsbarcs.dcu b/official/x.19/Lib/D7/dxsbarcs.dcu new file mode 100644 index 00000000..ed1e901d Binary files /dev/null and b/official/x.19/Lib/D7/dxsbarcs.dcu differ diff --git a/official/x.19/Lib/D7/dxsbarcs.dfm b/official/x.19/Lib/D7/dxsbarcs.dfm new file mode 100644 index 00000000..fdb967bc --- /dev/null +++ b/official/x.19/Lib/D7/dxsbarcs.dfm @@ -0,0 +1,102 @@ +object frmSideBarCustomize: TfrmSideBarCustomize + Left = 107 + Top = 98 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Customize' + ClientHeight = 223 + ClientWidth = 342 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + FormStyle = fsStayOnTop + OnClose = FormClose + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 200 + Width = 342 + Height = 23 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object Button: TButton + Left = 265 + Top = 1 + Width = 72 + Height = 21 + Cancel = True + Caption = 'Close' + Default = True + ModalResult = 1 + TabOrder = 0 + OnClick = ButtonClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 342 + Height = 200 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 5 + TabOrder = 1 + object Panel3: TPanel + Left = 6 + Top = 6 + Width = 130 + Height = 188 + Align = alLeft + BevelInner = bvLowered + BevelOuter = bvNone + Caption = 'Panel2' + TabOrder = 0 + object ListBox: TListBox + Left = 1 + Top = 1 + Width = 128 + Height = 186 + Align = alClient + BorderStyle = bsNone + ItemHeight = 13 + TabOrder = 0 + OnClick = ListBoxClick + end + end + object Panel4: TPanel + Left = 136 + Top = 6 + Width = 7 + Height = 188 + Align = alLeft + TabOrder = 1 + end + object ImageListBox: TdxImageListBox + Left = 143 + Top = 6 + Width = 193 + Height = 188 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = False + VertAlignment = tvaCenter + Align = alClient + BorderStyle = bsNone + DragMode = dmAutomatic + TabOrder = 2 + OnDragDrop = ImageListBoxDragDrop + OnDragOver = ImageListBoxDragOver + OnEndDrag = ImageListBoxEndDrag + OnStartDrag = ImageListBoxStartDrag + SaveStrings = () + end + end +end diff --git a/official/x.19/Lib/D7/dxsbared.dcu b/official/x.19/Lib/D7/dxsbared.dcu new file mode 100644 index 00000000..0746ae72 Binary files /dev/null and b/official/x.19/Lib/D7/dxsbared.dcu differ diff --git a/official/x.19/Lib/D7/dxsbared.dfm b/official/x.19/Lib/D7/dxsbared.dfm new file mode 100644 index 00000000..5affe2ab --- /dev/null +++ b/official/x.19/Lib/D7/dxsbared.dfm @@ -0,0 +1,440 @@ +object frmdxSideBarEditor: TfrmdxSideBarEditor + Left = 245 + Top = 126 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'ExpressSideBar Editor: ' + ClientHeight = 367 + ClientWidth = 545 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnCreate = FormCreate + OnShow = FormShow + PixelsPerInch = 96 + TextHeight = 13 + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 125 + Height = 367 + Align = alLeft + BevelOuter = bvNone + BorderWidth = 4 + TabOrder = 0 + object Bar: TdxSideBar + Left = 4 + Top = 4 + Width = 117 + Height = 359 + Align = alClient + BkGround.BeginColor = clGray + BkGround.EndColor = clGray + BkGround.FillStyle = bfsNone + Color = clGray + CanSelected = True + GroupFont.Charset = DEFAULT_CHARSET + GroupFont.Color = clWindowText + GroupFont.Height = -11 + GroupFont.Name = 'MS Sans Serif' + GroupFont.Style = [] + Groups = <> + ActiveGroupIndex = 0 + GroupPopupMenu = AutoOutLookPopupMenu1 + GroupHeightOffSet = 0 + ItemFont.Charset = DEFAULT_CHARSET + ItemFont.Color = clWhite + ItemFont.Height = -11 + ItemFont.Name = 'MS Sans Serif' + ItemFont.Style = [] + ItemPopupMenu = AutoOutLookPopupMenu1 + ScrollDelay = 300 + SpaceHeight = 7 + TransparentImages = False + ShowGroups = True + StoreInRegistry = False + OnChangeActiveGroup = BarChangeActiveGroup + OnChangeSelectedItem = BarChangeSelectedItem + DragMode = dmAutomatic + end + end + object Panel1: TPanel + Left = 125 + Top = 0 + Width = 420 + Height = 367 + Align = alClient + BevelOuter = bvNone + TabOrder = 1 + object Panel2: TPanel + Left = 0 + Top = 340 + Width = 420 + Height = 27 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object BOk: TButton + Left = 157 + Top = 4 + Width = 80 + Height = 21 + Caption = 'OK' + Default = True + ModalResult = 1 + TabOrder = 1 + OnClick = BOkClick + end + object BCancel: TButton + Left = 248 + Top = 4 + Width = 80 + Height = 21 + Cancel = True + Caption = 'Cancel' + ModalResult = 2 + TabOrder = 2 + OnClick = BCancelClick + end + object bHelp: TButton + Left = 336 + Top = 4 + Width = 80 + Height = 21 + Caption = 'Help' + TabOrder = 3 + end + object BDefault: TButton + Left = 8 + Top = 3 + Width = 80 + Height = 21 + Caption = 'Default' + TabOrder = 0 + OnClick = BDefaultClick + end + end + object BIAdd: TButton + Left = 6 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Add' + TabOrder = 1 + OnClick = BIAddClick + end + object BIInsert: TButton + Left = 6 + Top = 313 + Width = 80 + Height = 21 + Caption = 'Insert' + TabOrder = 2 + OnClick = BIInsertClick + end + object BIDelete: TButton + Left = 89 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Delete' + TabOrder = 3 + OnClick = BIDeleteClick + end + object BIClear: TButton + Left = 89 + Top = 312 + Width = 80 + Height = 21 + Caption = 'Clear' + TabOrder = 4 + OnClick = BIClearClick + end + object BIMoveUp: TButton + Left = 174 + Top = 289 + Width = 80 + Height = 21 + Caption = 'Move Up' + TabOrder = 5 + OnClick = BIMoveUpClick + end + object BIMovedown: TButton + Left = 174 + Top = 312 + Width = 80 + Height = 21 + Caption = 'Move down' + TabOrder = 6 + OnClick = BIMovedownClick + end + object GGroup: TGroupBox + Left = 8 + Top = 1 + Width = 408 + Height = 72 + Caption = 'Groups' + TabOrder = 7 + object LIconType: TLabel + Left = 272 + Top = 21 + Width = 48 + Height = 13 + Caption = 'Icon Type' + end + object BGAdd: TButton + Left = 6 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Add' + TabOrder = 0 + OnClick = BGAddClick + end + object BGDelete: TButton + Left = 91 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Delete' + TabOrder = 1 + OnClick = BGDeleteClick + end + object BGRename: TButton + Left = 177 + Top = 18 + Width = 80 + Height = 21 + Caption = 'Rename' + TabOrder = 2 + OnClick = BGRenameClick + end + object CBGIType: TCheckBox + Left = 338 + Top = 20 + Width = 65 + Height = 17 + Caption = 'Large' + State = cbChecked + TabOrder = 3 + OnClick = CBGITypeClick + end + object BGUp: TButton + Left = 6 + Top = 42 + Width = 80 + Height = 21 + Caption = 'Move Up' + TabOrder = 4 + OnClick = BGUpClick + end + object BGDown: TButton + Left = 91 + Top = 42 + Width = 80 + Height = 21 + Caption = 'Move Down' + TabOrder = 5 + OnClick = BGDownClick + end + object cbGroupVisible: TCheckBox + Left = 274 + Top = 46 + Width = 122 + Height = 17 + Caption = 'Visible' + TabOrder = 6 + OnClick = cbGroupVisibleClick + end + end + object GItemProp: TGroupBox + Left = 8 + Top = 80 + Width = 245 + Height = 205 + Caption = 'Item properties' + TabOrder = 8 + object LCustomData: TLabel + Left = 6 + Top = 19 + Width = 61 + Height = 13 + Caption = 'Custom Data' + end + object LTag: TLabel + Left = 7 + Top = 43 + Width = 19 + Height = 13 + Caption = 'Tag' + end + object LSILarge: TLabel + Left = 5 + Top = 117 + Width = 38 + Height = 29 + AutoSize = False + Caption = 'Large Image' + WordWrap = True + end + object LSISmall: TLabel + Left = 126 + Top = 119 + Width = 38 + Height = 29 + AutoSize = False + Caption = 'Small Image' + WordWrap = True + end + object LCaption: TLabel + Left = 7 + Top = 72 + Width = 36 + Height = 13 + Caption = 'Caption' + end + object Bevel1: TBevel + Left = 7 + Top = 64 + Width = 231 + Height = 2 + end + object LHint: TLabel + Left = 7 + Top = 96 + Width = 19 + Height = 13 + Caption = 'Hint' + end + object ECustomData: TEdit + Left = 91 + Top = 17 + Width = 147 + Height = 21 + TabOrder = 0 + OnExit = ECustomDataExit + end + object ETag: TEdit + Left = 91 + Top = 40 + Width = 147 + Height = 21 + TabOrder = 1 + OnExit = ETagExit + OnKeyPress = ETagKeyPress + end + object SILarge: TdxSpinImage + Left = 45 + Top = 119 + Width = 70 + Height = 54 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SILargeChange + ParentColor = True + TabOrder = 4 + end + object SISmall: TdxSpinImage + Left = 169 + Top = 119 + Width = 70 + Height = 54 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SISmallChange + ParentColor = True + TabOrder = 5 + end + object ECaption: TEdit + Left = 69 + Top = 69 + Width = 169 + Height = 21 + TabOrder = 2 + OnChange = ECaptionChange + end + object BIDefault: TButton + Left = 7 + Top = 178 + Width = 233 + Height = 22 + Caption = 'Set default item properties' + TabOrder = 6 + OnClick = BIDefaultClick + end + object EHint: TEdit + Left = 69 + Top = 93 + Width = 169 + Height = 21 + TabOrder = 3 + OnChange = EHintChange + end + end + object GStoredItems: TGroupBox + Left = 256 + Top = 80 + Width = 161 + Height = 258 + Caption = 'Stored Items' + TabOrder = 9 + object CBStoredGroup: TComboBox + Left = 3 + Top = 13 + Width = 154 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 0 + OnClick = CBStoredGroupClick + end + object LBStoredItems: TdxImageListBox + Left = 4 + Top = 38 + Width = 152 + Height = 213 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + DragMode = dmAutomatic + TabOrder = 1 + OnDragDrop = LBStoredItemsDragDrop + OnDragOver = LBStoredItemsDragOver + OnEndDrag = LBStoredItemsEndDrag + OnStartDrag = LBStoredItemsStartDrag + SaveStrings = () + end + end + end + object AutoOutLookPopupMenu1: TdxSideBarPopupMenu + Options = [sbmIconType, sbmAddGroup, sbmRemoveGroup, sbmRenameGroup, sbmRenameItem, sbmRemoveItem] + Left = 69 + Top = 120 + end +end diff --git a/official/x.19/Lib/D7/dxsbreg.dcr b/official/x.19/Lib/D7/dxsbreg.dcr new file mode 100644 index 00000000..16ec80f9 Binary files /dev/null and b/official/x.19/Lib/D7/dxsbreg.dcr differ diff --git a/official/x.19/Lib/D7/dxsbreg.dcu b/official/x.19/Lib/D7/dxsbreg.dcu new file mode 100644 index 00000000..c1181bd4 Binary files /dev/null and b/official/x.19/Lib/D7/dxsbreg.dcu differ diff --git a/official/x.19/Lib/D7/dxsbrgre.dcu b/official/x.19/Lib/D7/dxsbrgre.dcu new file mode 100644 index 00000000..7159e584 Binary files /dev/null and b/official/x.19/Lib/D7/dxsbrgre.dcu differ diff --git a/official/x.19/Lib/D7/dxsbrgre.dfm b/official/x.19/Lib/D7/dxsbrgre.dfm new file mode 100644 index 00000000..f20083aa --- /dev/null +++ b/official/x.19/Lib/D7/dxsbrgre.dfm @@ -0,0 +1,65 @@ +object frmSideBarGroupRename: TfrmSideBarGroupRename + Left = 149 + Top = 197 + BorderIcons = [] + BorderStyle = bsDialog + ClientHeight = 84 + ClientWidth = 237 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Bevel1: TBevel + Left = 4 + Top = 5 + Width = 227 + Height = 39 + Shape = bsFrame + end + object LGroupName: TLabel + Left = 11 + Top = 18 + Width = 63 + Height = 13 + Caption = 'Group Name:' + end + object EGroupName: TEdit + Left = 80 + Top = 13 + Width = 144 + Height = 21 + TabOrder = 0 + OnKeyUp = EGroupNameKeyUp + end + object BOk: TButton + Left = 6 + Top = 53 + Width = 72 + Height = 22 + Caption = '&OK' + Default = True + ModalResult = 1 + TabOrder = 1 + end + object BCancel: TButton + Left = 83 + Top = 53 + Width = 72 + Height = 22 + Cancel = True + Caption = 'Can&cel' + ModalResult = 2 + TabOrder = 2 + end + object BHelp: TButton + Left = 160 + Top = 53 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 3 + end +end diff --git a/official/x.19/Lib/D7/dxsbrsed.dcu b/official/x.19/Lib/D7/dxsbrsed.dcu new file mode 100644 index 00000000..26d929e2 Binary files /dev/null and b/official/x.19/Lib/D7/dxsbrsed.dcu differ diff --git a/official/x.19/Lib/D7/dxsbrsed.dfm b/official/x.19/Lib/D7/dxsbrsed.dfm new file mode 100644 index 00000000..32217fab --- /dev/null +++ b/official/x.19/Lib/D7/dxsbrsed.dfm @@ -0,0 +1,319 @@ +object frmSideBarStoreEditor: TfrmSideBarStoreEditor + Left = 306 + Top = 100 + Width = 554 + Height = 368 + BorderIcons = [biSystemMenu] + BorderStyle = bsSizeToolWin + Caption = 'SideBarStore Editor:' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -14 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OnClose = FormClose + OnCreate = FormCreate + PixelsPerInch = 120 + TextHeight = 16 + object Panel1: TPanel + Left = 0 + Top = 223 + Width = 546 + Height = 117 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LItemCaption: TLabel + Left = 242 + Top = 23 + Width = 46 + Height = 16 + Caption = 'Caption' + end + object LLImage: TLabel + Left = 4 + Top = 6 + Width = 76 + Height = 16 + Caption = 'Large Image' + end + object LSImage: TLabel + Left = 132 + Top = 6 + Width = 75 + Height = 16 + Caption = 'Small Image' + end + object LItemHint: TLabel + Left = 245 + Top = 57 + Width = 23 + Height = 16 + Caption = 'Hint' + end + object EItemCaption: TEdit + Tag = 2 + Left = 326 + Top = 22 + Width = 218 + Height = 24 + TabOrder = 2 + OnExit = EItemCaptionExit + end + object BClose: TButton + Left = 329 + Top = 86 + Width = 107 + Height = 26 + Caption = 'Close' + TabOrder = 4 + OnClick = BCloseClick + end + object BHelp: TButton + Left = 443 + Top = 86 + Width = 99 + Height = 26 + Caption = 'Help' + TabOrder = 5 + end + object SILImage: TdxSpinImage + Left = 5 + Top = 23 + Width = 86 + Height = 67 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SIImageChange + ParentColor = True + TabOrder = 0 + end + object SISImage: TdxSpinImage + Left = 132 + Top = 25 + Width = 86 + Height = 66 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SISImageChange + ParentColor = True + TabOrder = 1 + end + object EItemHint: TEdit + Tag = 2 + Left = 327 + Top = 54 + Width = 216 + Height = 24 + TabOrder = 3 + OnExit = EItemHintExit + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 111 + Height = 223 + Align = alLeft + BevelInner = bvLowered + BevelOuter = bvNone + TabOrder = 1 + object ListBox: TListBox + Left = 1 + Top = 1 + Width = 109 + Height = 221 + Align = alClient + ItemHeight = 16 + TabOrder = 0 + OnClick = ListBoxClick + OnDragOver = ListBoxDragOver + end + end + object Panel3: TPanel + Left = 111 + Top = 0 + Width = 435 + Height = 223 + Align = alClient + BevelOuter = bvNone + TabOrder = 2 + object Panel4: TPanel + Left = 0 + Top = 0 + Width = 133 + Height = 223 + Align = alLeft + BevelOuter = bvNone + Caption = 'Panel4' + TabOrder = 0 + object GBGroups: TGroupBox + Left = 0 + Top = 0 + Width = 133 + Height = 223 + Align = alClient + Caption = 'Categories' + TabOrder = 0 + object BGAdd: TButton + Left = 6 + Top = 21 + Width = 118 + Height = 26 + Caption = 'Add ...' + TabOrder = 0 + OnClick = BGAddClick + end + object BGInsert: TButton + Left = 6 + Top = 49 + Width = 118 + Height = 26 + Caption = 'Insert ...' + TabOrder = 1 + OnClick = BGInsertClick + end + object BGDelete: TButton + Left = 6 + Top = 78 + Width = 118 + Height = 25 + Caption = 'Delete' + TabOrder = 2 + OnClick = BGDeleteClick + end + object BGRename: TButton + Left = 6 + Top = 106 + Width = 118 + Height = 26 + Caption = 'Rename ...' + TabOrder = 3 + OnClick = BGRenameClick + end + object BGMoveUp: TButton + Left = 7 + Top = 135 + Width = 116 + Height = 26 + Caption = 'Move Up' + TabOrder = 4 + OnClick = BGMoveUpClick + end + object BGMoveDown: TButton + Left = 7 + Top = 165 + Width = 116 + Height = 26 + Caption = 'Move Down' + TabOrder = 5 + OnClick = BGMoveDownClick + end + end + end + object Panel5: TPanel + Left = 294 + Top = 0 + Width = 141 + Height = 223 + Align = alRight + BevelOuter = bvNone + Caption = 'Panel5' + TabOrder = 2 + object GBItems: TGroupBox + Left = 0 + Top = 0 + Width = 141 + Height = 223 + Align = alClient + Caption = 'Items' + TabOrder = 0 + object BIAdd: TButton + Left = 6 + Top = 21 + Width = 129 + Height = 26 + Caption = 'Add' + TabOrder = 0 + OnClick = BIAddClick + end + object BIDelete: TButton + Left = 6 + Top = 49 + Width = 129 + Height = 26 + Caption = 'Delete' + TabOrder = 1 + OnClick = BIDeleteClick + end + object BIClear: TButton + Left = 6 + Top = 78 + Width = 129 + Height = 25 + Caption = 'Clear' + TabOrder = 2 + OnClick = BIClearClick + end + object BIMoveUp: TButton + Left = 7 + Top = 107 + Width = 127 + Height = 26 + Caption = 'Move Up' + TabOrder = 3 + OnClick = BIMoveUpClick + end + object BIMoveDown: TButton + Left = 9 + Top = 135 + Width = 126 + Height = 26 + Caption = 'Move Down' + TabOrder = 4 + OnClick = BIMoveDownClick + end + end + end + object ImageListBox: TdxImageListBox + Left = 133 + Top = 0 + Width = 161 + Height = 223 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 0 + MultiLines = True + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 1 + OnClick = ImageListBoxClick + OnDragOver = ImageListBoxDragOver + OnEndDrag = ImageListBoxEndDrag + SaveStrings = () + end + end +end diff --git a/official/x.19/Lib/D7/dxsbstrs.dcu b/official/x.19/Lib/D7/dxsbstrs.dcu new file mode 100644 index 00000000..024b380e Binary files /dev/null and b/official/x.19/Lib/D7/dxsbstrs.dcu differ diff --git a/official/x.19/Lib/D7/dxsppred.dcu b/official/x.19/Lib/D7/dxsppred.dcu new file mode 100644 index 00000000..268e7457 Binary files /dev/null and b/official/x.19/Lib/D7/dxsppred.dcu differ diff --git a/official/x.19/Lib/D7/dxsppred.dfm b/official/x.19/Lib/D7/dxsppred.dfm new file mode 100644 index 00000000..bfeab193 --- /dev/null +++ b/official/x.19/Lib/D7/dxsppred.dfm @@ -0,0 +1,215 @@ +object frmSpinImagePropEditor: TfrmSpinImagePropEditor + Left = 249 + Top = 149 + BorderIcons = [] + BorderStyle = bsDialog + Caption = 'Express SpinImage Items editor: ' + ClientHeight = 330 + ClientWidth = 279 + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + Position = poScreenCenter + PixelsPerInch = 96 + TextHeight = 13 + object Panel1: TPanel + Left = 203 + Top = 0 + Width = 76 + Height = 199 + Align = alRight + BevelOuter = bvNone + TabOrder = 1 + object bAdd: TButton + Left = 2 + Top = 5 + Width = 72 + Height = 22 + Caption = '&Add' + TabOrder = 0 + OnClick = bAddClick + end + object bInsert: TButton + Left = 2 + Top = 30 + Width = 72 + Height = 22 + Caption = '&Insert' + TabOrder = 1 + OnClick = bInsertClick + end + object bDelete: TButton + Left = 2 + Top = 55 + Width = 72 + Height = 22 + Caption = 'De&lete' + TabOrder = 2 + OnClick = bDeleteClick + end + object bUp: TButton + Left = 2 + Top = 105 + Width = 72 + Height = 22 + Caption = 'Move &up' + TabOrder = 4 + OnClick = bUpClick + end + object bDown: TButton + Left = 2 + Top = 130 + Width = 72 + Height = 22 + Caption = 'Move d&own' + TabOrder = 5 + OnClick = bDownClick + end + object bClear: TButton + Left = 2 + Top = 80 + Width = 72 + Height = 22 + Caption = 'Clear' + TabOrder = 3 + OnClick = bClearClick + end + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 203 + Height = 199 + Align = alClient + BevelInner = bvLowered + BevelOuter = bvNone + BorderWidth = 3 + TabOrder = 2 + object ListBox: TdxImageListBox + Left = 4 + Top = 4 + Width = 195 + Height = 191 + Alignment = taLeftJustify + ImageAlign = dxliLeft + ItemHeight = 32 + MultiLines = False + VertAlignment = tvaCenter + Align = alClient + DragMode = dmAutomatic + TabOrder = 0 + OnClick = ListBoxClick + OnDragDrop = ListBoxDragDrop + OnDragOver = ListBoxDragOver + SaveStrings = () + end + end + object Panel3: TPanel + Left = 0 + Top = 199 + Width = 279 + Height = 131 + Align = alBottom + BevelOuter = bvNone + TabOrder = 0 + object LabelHint: TLabel + Left = 9 + Top = 60 + Width = 19 + Height = 13 + Caption = 'Hint' + end + object LabelValue: TLabel + Left = 7 + Top = 34 + Width = 27 + Height = 13 + Caption = 'Value' + end + object LabelImageIndex: TLabel + Left = 6 + Top = 5 + Width = 58 + Height = 13 + Caption = 'Image Index' + end + object Edit1: TEdit + Left = 42 + Top = 31 + Width = 159 + Height = 21 + Enabled = False + TabOrder = 1 + OnExit = Edit1Exit + end + object Edit2: TEdit + Left = 67 + Top = 4 + Width = 133 + Height = 21 + Enabled = False + TabOrder = 0 + OnExit = Edit2Exit + OnKeyPress = Edit2KeyPress + end + object BOk: TButton + Left = 47 + Top = 102 + Width = 72 + Height = 22 + Caption = '&Ok' + Default = True + ModalResult = 1 + TabOrder = 4 + end + object bCancel: TButton + Left = 124 + Top = 102 + Width = 72 + Height = 22 + Cancel = True + Caption = '&Cancel' + ModalResult = 2 + TabOrder = 5 + end + object bHelp: TButton + Left = 202 + Top = 102 + Width = 72 + Height = 22 + Caption = '&Help' + TabOrder = 6 + end + object SpinImage: TdxSpinImage + Left = 206 + Top = 4 + Width = 69 + Height = 50 + AutoSize = False + BorderStyle = bsSingle + DefaultImages = True + ImageHAlign = hsiCenter + ImageVAlign = vsiCenter + Items = <> + ItemIndex = -1 + ReadOnly = False + Stretch = True + UpDownAlign = udaRight + UpDownOrientation = siVertical + UpDownWidth = 16 + UseDblClick = True + OnChange = SpinImageChange + Color = clWhite + TabOrder = 3 + end + object Edit3: TMemo + Left = 42 + Top = 57 + Width = 233 + Height = 38 + TabOrder = 2 + OnExit = Edit3Exit + end + end +end