Home > Back-end >  Light industrial patterns controls
Light industrial patterns controls

Time:10-02

Has the boss know about this type of control? Is can again runtime dynamic drag lights to the specified location, and can dynamically change the light display state

CodePudding user response:

Industrial controls have IOComp and TMS, commonly used (and advertising that every day, but I've never used)
Run time delay control, this to myself in the code

CodePudding user response:

Used a AutoLED control, can realize the function you want to, baidu

CodePudding user response:

refer to the second floor hongss response:
used a AutoLED control, can realize the function you want to, let baidu


Can you tell me the specific control name?

CodePudding user response:

Without control, oneself do not much trouble,

Lights with TImage show that if the graph is very simple, with TShape also, you need to set up the MouseDown and MouseMove two events routines, the former is used to capture the mouse position when pressed, the latter is used to move artifacts, thus realize the effect of drag, I have done similar things before, take one example, fragment does hope a little, if be TmyForm window class, component named mgLight, declare a TPoint MousePos type variables, the initial position is used to record the mouse,

Procedure TmyForm. MgLightMouseDown (Sender: TObject;
Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
The begin
If not (ssLeft in Shift) then the Exit;
MousePos. : X=X;
MousePos. Y:=Y;
end;

Procedure TMyForm. MgLightMouseMove (Sender: TObject;
Shift: TShiftState; X, Y: Integer);
The begin
If not (ssLeft in Shift) then the Exit;
MgLight. Left:=mgLight. Left + X - MousePos. X.
MgLight. Top:=mgLight. Top + Y - MousePos. Y;
end;

Simple enough? Dynamic change lights can be replaced TImage or change TShape color images,

CodePudding user response:

His painting the most convenient,

CodePudding user response:

IOComp is the universe super invincible Grosvenor LTD handsome best buy glutinous rice cake first industrial control components,

CodePudding user response:

IOComp finally also someone says this component, before I just unavailable, less good

CodePudding user response:

IOComp has been used, but it does not support XE3!

CodePudding user response:

BeauGauge industrial controls may be.

CodePudding user response:

refer to 6th floor sololie response:
IOComp is the universe super invincible Grosvenor LTD handsome best buy glutinous rice cake first industrial control components,


How BeauGauge than Iocomp, hey hey

CodePudding user response:

11 references u010705885 response:
Quote: refer to the sixth floor sololie response:

IOComp is the universe super invincible Grosvenor LTD handsome best buy glutinous rice cake first industrial control components,


How BeauGauge than Iocomp, hey hey



Well, better than Iocomp to see more.

CodePudding user response:

Good have what relation with good,,, what about BeauGauge Iocomp no function, or performance efficiency is higher than Iocomp how much is the key, such as

CodePudding user response:

reference 13 floor sololie reply:
good have what relation with good,,, what about BeauGauge Iocomp no function, or performance efficiency is higher than Iocomp how much is the key of

Are more important, is a sense, is a feeling,
If the performance is the same, decided to feelings of the senses,

CodePudding user response:

U010705885
This is what controls ah, is there any DELPHI7 version of the
To share!

CodePudding user response:

The most important thing is to find a perfect crack, or with unstable,

CodePudding user response:

CodePudding user response:

reference
, is a sense, is a feeling,
If the performance is the same, decided to feelings of the senses,

Very not good is not for user but for developers, with other people can not be replaced or is superior to functional and performance is the most important, the BeauGauge senses of what east east, seem to also no technical content, also is some pictures, Iocomp also can look better in pictures of herself,

CodePudding user response:

BeauGauge control where can download? The whole study

CodePudding user response:

Study, study, mark a

CodePudding user response:

Mark, pass by, to share,

CodePudding user response:

BeauGauge fee? Use only a few free? The younger brother novice,,,

CodePudding user response:

Beg XE version of iocomp controls! Can you give a download link or send a email to me
188136923 @qq.com
  • Related