File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ inherited DBUpdateDlg: TDBUpdateDlg
3
3
Top = 0
4
4
Caption = ' Install or Update DelphiDabbler Snippets Database'
5
5
Position = poDesigned
6
+ ExplicitWidth = 565
7
+ ExplicitHeight = 436
6
8
PixelsPerInch = 96
7
9
TextHeight = 13
8
10
inherited pnlBody: TPanel
@@ -19,10 +21,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
19
21
object tsIntro: TTabSheet
20
22
Caption = ' tsIntro'
21
23
TabVisible = False
22
- ExplicitLeft = 0
23
- ExplicitTop = 0
24
- ExplicitWidth = 0
25
- ExplicitHeight = 0
26
24
inline frmIntro: THTMLTpltDlgFrame
27
25
Left = 0
28
26
Top = 0
@@ -52,10 +50,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
52
50
Caption = ' tsFolder'
53
51
ImageIndex = 1
54
52
TabVisible = False
55
- ExplicitLeft = 0
56
- ExplicitTop = 0
57
- ExplicitWidth = 0
58
- ExplicitHeight = 0
59
53
object lblFolder: TLabel
60
54
Left = 0
61
55
Top = 8
@@ -99,10 +93,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
99
93
Caption = ' tsLoad'
100
94
ImageIndex = 2
101
95
TabVisible = False
102
- ExplicitLeft = 0
103
- ExplicitTop = 0
104
- ExplicitWidth = 0
105
- ExplicitHeight = 0
106
96
inline frmLoad: TFixedHTMLDlgFrame
107
97
Left = 0
108
98
Top = 0
@@ -126,10 +116,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
126
116
Caption = ' tsFinish'
127
117
ImageIndex = 3
128
118
TabVisible = False
129
- ExplicitLeft = 0
130
- ExplicitTop = 0
131
- ExplicitWidth = 0
132
- ExplicitHeight = 0
133
119
inline frmFinish: TFixedHTMLDlgFrame
134
120
Left = 0
135
121
Top = 0
@@ -166,9 +152,6 @@ inherited DBUpdateDlg: TDBUpdateDlg
166
152
end
167
153
end
168
154
end
169
- inherited btnHelp: TButton
170
- Visible = False
171
- end
172
155
object alMain: TActionList
173
156
Left = 448
174
157
Top = 208
You can’t perform that action at this time.
0 commit comments