-
Delphi 实现窗体的全屏显示效果
Delphi 实现窗体的全屏显示效果,单击按钮后即可全屏。
- 2023-03-25 11:25:03下载
- 积分:1
-
更换壁纸、屏保、开关机画面、启动声音、关机声音
更换壁纸、屏保、开关机画面、启动声音、关机声音-replacement of wallpaper, screensavers, screen-switching, voice activated and voice shutdown
- 2022-02-20 12:24:44下载
- 积分:1
-
there are some original code, many of them are some of the numerical algorithm,...
里面都是一些原代码,很多都是一些数值计算的算法,对大家有很多帮助啊,很好请大家咄咄指教-there are some original code, many of them are some of the numerical algorithm, we have a lot of help ah, very good aggressiveness Please enlighten
- 2022-09-09 02:35:03下载
- 积分:1
-
06
Delphi简易公式解析器代码,编程学习源码,很好的参考资料。(Delphi simple formula parser code, programmed learning source, a good reference.)
- 2014-02-06 14:35:54下载
- 积分:1
-
delphi的第三方界面开发组件,美化界面效果
delphi的第三方界面开发组件,美化界面效果-third-party interface development delphi components, to beautify the interface effect
- 2022-04-27 11:58:04下载
- 积分:1
-
delphi做的类似与属性编辑器一样的控件
delphi做的类似与属性编辑器一样的控件-delphi to do similar with the same Attribute Editor Controls
- 2023-04-18 18:20:03下载
- 积分:1
-
Delphi获取BMP图片指定点RGB值
delphi获取图片指定点RGB颜色值,载入一张BMP图像,鼠标单击图像任意处,将获取该处的RGB颜色分量图。任何一种颜色都是由RGB分量值构成,获取这些分量值,就可以改变这些值,从而改变颜色,为程序的进一步处理提供基础保障,获取RGB颜色分量,相关代码如下:
procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
if OpenPictureDialog1.Execute then
begin
image1.Picture.LoadFromFile(OpenPicturedialog1.FileName);
Form1.Canvas.Draw(0,0,image1.Picture.Bitmap);
end;
end;
- 2023-09-03 19:00:03下载
- 积分:1
-
this series is my usual collection of pascal
这一系列是我平时收集的pascal深入核心变成,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth into the core, we hope to help the development environment is delphi
- 2022-06-29 22:00:10下载
- 积分:1
-
这将日期转换为该。
Thisclass convert date to shamsi.
- 2022-02-07 20:17:32下载
- 积分:1
-
此代码是关于mapgis的在,delphi环境下开发
此代码是关于mapgis的在,delphi环境下开发-this code is in mapgis, delphi development environment
- 2022-11-29 14:55:05下载
- 积分:1