Skip to content

Commit a624b6d

Browse files
committed
cpp-builder: Rename example project
1 parent d1cdc80 commit a624b6d

File tree

6 files changed

+55
-30
lines changed

6 files changed

+55
-30
lines changed
Lines changed: 53 additions & 27 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
1313
{
1414
Application->Initialize();
1515
Application->MainFormOnTaskBar = true;
16+
Application->Title = "DevExpress VCL: Store Dashboard Layout in a Database";
1617
Application->CreateForm(__classid(TDataModule1), &DataModule1);
1718
Application->CreateForm(__classid(TMainForm), &MainForm);
1819
Application->Run();

CPB/uMainForm.dfm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object MainForm: TMainForm
22
Left = 0
33
Top = 0
4-
Caption = 'MainForm'
4+
Caption = 'DevExpress VCL: Store Dashboard Layout in a Database'
55
ClientHeight = 726
66
ClientWidth = 1222
77
Color = clBtnFace
@@ -20,8 +20,6 @@ object MainForm: TMainForm
2020
Align = alClient
2121
TabOrder = 0
2222
AutoSize = True
23-
ExplicitWidth = 833
24-
ExplicitHeight = 504
2523
object btnDesign: TcxButton
2624
Left = 414
2725
Top = 12

0 commit comments

Comments
 (0)