- 68
- 0
- 约小于1千字
- 约 2页
- 2021-11-26 发布于江苏
- 举报
运行效果图
运行效果图:
代码如下: unit Unit1;
interface uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,StrUtils;
type
TForm1 = class(TForm) Button1: TButton; Edit1: TEdit; Edit2: TEdit; Edit3: TEdit;
procedure Button1Click(Sender: TObject); private
{ Private declarations } public
{ Public declarations } end;
var
Form1:
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject); var
i,m,n,x:Integer; str,s:string; begin
n:=0;
m:=0;
str:=trim(Edit1.Text);
//i:=instr(Str,$,/1/,152)3;$45$67$89$abc$0$assdd while 1=1 do
begin begin
i:=P
您可能关注的文档
- Delphi5 SQL客户端安装步骤.docx
- Delphi7.0中如何删除文件夹(带子目录和文件).docx
- Delphi7.0开发OPC客户端程序(Siemens_Opc_client).docx
- delphi7串口通信(spcomm控件)实例.docx
- delphi7如何读取excel文件.docx
- Delphi7皮肤控件的安装及使用过程.docx
- Delphi7组件参考大全.docx
- DelphiE之Android开发环境搭建.docx
- delphidatasnap初步入门使用总结.docx
- Delphiidftp的几个函数用法介绍.docx
- 福建省漳州市漳浦县2025-2026学年度上期期末质量监测七年级英语试题(含答案).docx
- 河南南阳市方城县第一高级中学2026-2027学年高三上学期开学英语试题(含答案).docx
- 江苏省南京市玄武区2025-2026学年上学期七年级英语作业单(含答案).docx
- 河南省鹤壁市浚县2025-2026学年七年级上学期英语素质测评期末试题(含答案).docx
- 辽宁省鞍山市岫岩满族自治县2025-2026学年七年级上学期10月月考语文试卷(有答案).docx
- 甘肃省兰州市第四初级中学2025-2026学年九年级上学期第一次月考英语试题(含答案).docx
- 山东淄博市周村区2025-2026学年六年级上学期英语期末考试试卷(含答案).docx
- 2025-2026学年黑龙江省哈尔滨市德强学校八年级(下)学情检测英语试卷(含答案).docx
- 2025-2026学年北京市牛栏山一中实验学校八年级(下)期中英语试卷(含答案).docx
- 江西省部分学校2026-2027学年高三上学期开学语文试题(含答案).docx
原创力文档

文档评论(0)