View Single Post
  #22  
Old 05-11-2013, 15:55
triviet4 triviet4 is offline
Registered User
 
Join Date: Mar 2009
Location: Vietnamese
Posts: 4
Thanks: 2
Thanked 5 Times in 4 Posts
triviet4 is on a distinguished road
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

Last edited by triviet4; 05-11-2013 at 16:13.
Reply With Quote
The Following User Says Thank You to triviet4 For This Useful Post:
aj12345 (27-11-2013)