Skip to content

Commit 034a2f5

Browse files
committed
cpp-builder: Remove the SkinController component
DevExpress skin settings are now available without a SkinController component on an application form.
1 parent cd5ef29 commit 034a2f5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

CPB/uMainForm.dfm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,4 @@ object MainForm: TMainForm
365365
'wvU2NoZW1hPjwvSnNvbkRhdGFTb3VyY2U+" /> </ComponentStorage></Xtr' +
366366
'aReportsLayoutSerializer>')
367367
end
368-
object dxSkinController1: TdxSkinController
369-
NativeStyle = False
370-
SkinName = 'WXI'
371-
Left = 88
372-
Top = 144
373-
end
374368
end

CPB/uMainForm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class TMainForm : public TForm
6464
TdxLayoutItem *liPreview;
6565
TdxLayoutLabeledItem *dxLayoutLabeledItem1;
6666
TdxReport *dxReport1;
67-
TdxSkinController *dxSkinController1;
6867
void __fastcall btnPreviewClick(TObject *Sender);
6968
private: // User declarations
7069
protected:

0 commit comments

Comments
 (0)