Skip to content

Commit 6fea6bc

Browse files
author
delphidabbler
committed
Make help button visible in DB update dialogue
1 parent c7d96a5 commit 6fea6bc

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

Src/FmDBUpdateDlg.dfm

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ inherited DBUpdateDlg: TDBUpdateDlg
33
Top = 0
44
Caption = 'Install or Update DelphiDabbler Snippets Database'
55
Position = poDesigned
6+
ExplicitWidth = 565
7+
ExplicitHeight = 436
68
PixelsPerInch = 96
79
TextHeight = 13
810
inherited pnlBody: TPanel
@@ -19,10 +21,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
1921
object tsIntro: TTabSheet
2022
Caption = 'tsIntro'
2123
TabVisible = False
22-
ExplicitLeft = 0
23-
ExplicitTop = 0
24-
ExplicitWidth = 0
25-
ExplicitHeight = 0
2624
inline frmIntro: THTMLTpltDlgFrame
2725
Left = 0
2826
Top = 0
@@ -52,10 +50,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
5250
Caption = 'tsFolder'
5351
ImageIndex = 1
5452
TabVisible = False
55-
ExplicitLeft = 0
56-
ExplicitTop = 0
57-
ExplicitWidth = 0
58-
ExplicitHeight = 0
5953
object lblFolder: TLabel
6054
Left = 0
6155
Top = 8
@@ -99,10 +93,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
9993
Caption = 'tsLoad'
10094
ImageIndex = 2
10195
TabVisible = False
102-
ExplicitLeft = 0
103-
ExplicitTop = 0
104-
ExplicitWidth = 0
105-
ExplicitHeight = 0
10696
inline frmLoad: TFixedHTMLDlgFrame
10797
Left = 0
10898
Top = 0
@@ -126,10 +116,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
126116
Caption = 'tsFinish'
127117
ImageIndex = 3
128118
TabVisible = False
129-
ExplicitLeft = 0
130-
ExplicitTop = 0
131-
ExplicitWidth = 0
132-
ExplicitHeight = 0
133119
inline frmFinish: TFixedHTMLDlgFrame
134120
Left = 0
135121
Top = 0
@@ -166,9 +152,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
166152
end
167153
end
168154
end
169-
inherited btnHelp: TButton
170-
Visible = False
171-
end
172155
object alMain: TActionList
173156
Left = 448
174157
Top = 208

0 commit comments

Comments
 (0)