|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#17
|
||||
|
||||
|
I'm not using any images for the buttons - they're the standard windows button for forms, etc
Code:
InstallButton:= TButton.Create(AutoRun);
with InstallButton do begin
Parent:= AutoRun;
Left := 20;
Top := 110;
Width := 150;
Height := 22;
Caption:= 'Install';
Cursor:= crHand;
OnClick := @InstallButtonClick;
end;
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Batman Arkham City - 2xDVD9 to 4xDVD5 (Inno Setup) | Fabioddq | PC Games - CD/DVD Conversions | 74 | 23-07-2013 11:45 |
| Medal of Honor Warfighter 4xDVD5 | mesut28 | PC Games - CD/DVD Conversions | 24 | 13-07-2013 15:54 |
| Medal of Honor: Warfighter 4xDVD5 [1 LANG + INNO SETUP] | REV0 | PC Games - CD/DVD Conversions | 25 | 09-11-2012 10:49 |
| Medal of honour trouble | manc07 | PC Games | 8 | 02-07-2005 08:26 |