Forum > Third party

Lazarus visual components

(1/4) > >>

Onur2x:
Hello (Lazarus visual components) A long time ago I decided to make some components for a project. It uses BgraBitmap. It needs to be developed. Beautiful visual programs can be made. I will continue to improve as long as I am eligible. The link is below.

I write hobby code with Pascal, I love pascal language. I am never a professional, I have not received an education. I'm trying to learn something by myself.
pros
If you have a talent for drawing pictures, very nice controls can occur.
Fully customizable. It's up to your imagination.
The components all derive from the (TcustomControl or TgraphicsControl) class. (Tedit included. inspired by lazarus customdrawn)


deficiencies
More skins should be added. More controls should be added.


https://github.com/Onur2x/onurcomp

AlexTP:
Why not to name the topic 'Onur's visual components'?

kupferstecher:
Hi, a screenshot would be nice!

Onur2x:
I couldn't draw a good picture in a hurry. I guess I don't really have a talent for this.
I also made a small demo.

Onur2x:
Onpagecontrol = A component derived from TCustomcontrol. Pages are a rendered component and accept components on it.

OnGraphicsbutton = button control derived from TGraphicscontrol.

OnCropbutton = Button control derived from TCustomcontrol. With this control you can add buttons with cropped corners. Square, triangle, round or polygon etc.It can take shape according to the picture.

Onpanel = A panel derived from Tcustomcontrol. Component can be put on it. And with the crop feature, you can create panels as you wish.

Onheaderpanel = It is a derived panel from Tcustomcontrol. Component can be put on it. And with the crop feature, you can create panels as you wish.

Oncollapsedpanel = A panel derived from Tcustomcontrol. Component can be put on it. And with the crop feature, you can create panels as you wish. It also has the ability to reduce or enlarge with a button on it. You set the button position

Ongraphicspanel = A panel derived from TGraphicscontrol. Components cannot be placed on it. It is a "tshape"-like component.

OnEdit = A component derived from TCustomcontrol. Developed from Lazarus customdrawn controls. It has crop property.It can take shape according to the picture.

OnMemo = A component derived from TCustomcontrol. Developed from Lazarus customdrawn controls. It has crop property.It can take shape according to the picture.

OnSpinedit = A component derived from TCustomcontrol.It has crop property.It can take shape according to the picture.

OnCombobox = A component derived from TCustomcontrol. It has a crop feature. can take shape according to the picture.

OnListbox = A component derived from TCustomcontrol. It has a crop feature. can take shape according to the picture.

Oncolumlist = A component derived from TCustomcontrol. It has a crop feature. can take shape according to the picture.Listing is done by creating columns. can be used like listview or stringrid for example.

OnSwich = A component derived from TGraphicControl.

OnSrollbar = A component derived from TCustomcontrol. It has a crop feature. can take shape according to the picture.

OnProgressbar = A component derived from TGraphicControl.

OnTrackbar = A component derived from TGraphicControl.

OnCheckbox = A component derived from TGraphicControl.

OnRadiobutton = A component derived from TGraphicControl.

OnLABEL = A component derived from TGraphicControl.The label is created by taking the letters on the bitmap.Takes the fonts from the image.and animation can be created

OnNormalLABEL = A component derived from TGraphicControl.is a component that has a label with the font on the component. animation can be created

OnLED = A component derived from TGraphicControl. On off.

OnKnob = A component derived from TGraphicControl. Knob control.

Navigation

[0] Message Index

[#] Next page

Go to full version