会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
涂磊的小作,请赐教
| |
新随笔
|
新文章
| | |
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
128
下一页
2024年12月15日
GIF动画截图工具
摘要: Gif123.rar
阅读全文
posted @ 2024-12-15 16:35 涂磊
阅读(20)
评论(0)
推荐(0)
2024年12月5日
wps 文字 不出现 审阅 菜单
摘要: Word2007如何调出消失不见的审阅选项卡
阅读全文
posted @ 2024-12-05 16:10 涂磊
阅读(44)
评论(0)
推荐(0)
2024年12月4日
Delphi10.3下ProgressBar1的使用
摘要: Delphi10.3状态栏上显示进度条/图片 {三种方法等价} {1}ProgressBar1.Position:=ProgressBar1.Position+10; {2}ProgressBar1.StepBy(10); {3} ProgressBar1.Step:=10 ; ProgressBa
阅读全文
posted @ 2024-12-04 15:06 涂磊
阅读(179)
评论(0)
推荐(0)
2024年11月28日
string转TStringList的ExtractStrings在Delphi10.3
摘要: var s: string; ACount,i: Integer; AStrings: TStringList; begin s := 'about: #delphi; #pascal, programming'; AStrings := TStringList.Create; ACount :=
阅读全文
posted @ 2024-11-28 15:59 涂磊
阅读(47)
评论(0)
推荐(0)
2024年11月27日
Delphi修改Panel圆角
摘要: procedure TForm10.FormCreate(Sender: TObject); begin Panel1.Color:=clHighlight; SetWindowRgn(Panel1.handle,CreateRoundRectRgn(0,0,panel1.width,Panel1.
阅读全文
posted @ 2024-11-27 18:26 涂磊
阅读(152)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
128
下一页