In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

11
Chameleon program in Delphi

description

Find radiogroup in Tool palette Standard RADIOGROUP

Transcript of In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

Page 1: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

Chameleon program in Delphi

Page 2: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

In order to create the program you need:

• 1 Radiogroup • 2 labels• 8 radiobuttons• 1 Tpanel• 1 Timage

Page 3: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

Find radiogroup in Tool palette Standard

RADIOGROUP

Page 4: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

Drag and drop 8 radiobuttons on the Radiogroup then rename the radiobuttons in

Caption

Page 5: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

REDGRASSBLUETURQUOISEYELLOWLILACGREENSAPPHIRINE

Page 6: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

In order to change the text position of the radiobuttons from the right to the

left go to Object inspector Allignment TaLeftJustify

Page 7: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.
Page 8: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.
Page 9: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.
Page 10: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

In order to make label invisible go to Object inspector Visible False

Page 11: In order to create the program you need: 1 Radiogroup 2 labels 8 radiobuttons 1 Tpanel 1 Timage.

You can insert Timage in the Tpanel if you wish

Tpanel

Timage