i want all checked
i found those line
Code:
ShortcutCB := TNewCheckBox.Create(WizardForm);
with ShortcutCB do
begin
Parent := WizardPanel;
Left :=(116);
Top :=(299);
Width := ScaleX(14);
Height := ScaleY(14);
end;
DirectXCB := TNewCheckBox.Create(WizardForm);
with DirectXCB do
begin
Parent := WizardPanel;
Left :=(116);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
VisualCCB := TNewCheckBox.Create(WizardForm);
with VisualCCB do
begin
Parent := WizardPanel;
Left :=(250);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
SocialCB := TNewCheckBox.Create(WizardForm);
with SocialCB do
begin
Parent := WizardPanel;
Left :=(410);
Top :=(320);
Width := ScaleX(14);
Height := ScaleY(14);
end;
but paste what line? under those line..
can you details, please?
SORRY, MY ENGLISH'S BAD