Skip to content

Commit 59c2706

Browse files
committed
delphi: Remove the SkinController component
DevExpress skin settings are now available without a SkinController component on an application form.
1 parent bdd11a2 commit 59c2706

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

Delphi/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

Delphi/uMainForm.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ TMainForm = class(TForm)
2626
dxLayoutControl1Group_Root: TdxLayoutGroup;
2727
dxLayoutControl1: TdxLayoutControl;
2828
liPreview: TdxLayoutItem;
29-
dxSkinController1: TdxSkinController;
3029
dxLayoutLabeledItem1: TdxLayoutLabeledItem;
3130
dxButtons: TdxLayoutGroup;
3231
gvProducts: TcxGridDBTableView;

0 commit comments

Comments
 (0)