您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 学习Indy控件时写的一个简单例子

  2. 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯, 服务器进行数据转发,也可以直接进行客户端到客户端的通讯, 修改一下即可实现。 begin Application.Initialize; Application.CreateForm(TfrmMain, frmMain); Application.Run; end. type TfrmConfig = class(TForm) Label1: TLabel; etServerIp: TEdit; Label2: TLabel
  3. 所属分类:C/C++

    • 发布日期:2008-11-25
    • 文件大小:458752
    • 提供者:tanshikao
  1. delphi动态时钟设计

  2. 显示当前的年,月,日,以及时间 object Form1: TForm1 Left = 465 Top = 119 Width = 402 Height = 248 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOr
  3. 所属分类:Delphi

    • 发布日期:2008-12-10
    • 文件大小:161792
    • 提供者:meinvxuejing
  1. delphi摄像程序

  2. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Panel1: TPanel; Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; But
  3. 所属分类:Delphi

    • 发布日期:2009-01-05
    • 文件大小:1024
    • 提供者:huangjin_j15
  1. 动态创建控件的示例delphi

  2. 动态创建控件的原程序,共给大家学习. case commandstr of 0:begin i1:=i; btn[i1]:=TButton.Create(Self); btn[i1].Parent:=form2; btn[i1].Visible:=false; btn[i1].Name:='btn'+inttostr(i1); btn[i1].Left:=Lefta; btn[i1].Width:=widtha; btn[i1].top:=topa; btn[i1].Height:=heigh
  3. 所属分类:Delphi

    • 发布日期:2009-04-21
    • 文件大小:793600
    • 提供者:y9a1981
  1. unit00001.pas

  2. unit type TForm1 = class(TForm) Edit1: TEdit; Label1: TLabel; Label2: TLabel; Edit2: TEdit; Winsock1: TWinsock; ListBox1: TListBox; GroupBox1: TGroupBox; Label3: TLabel; SpinEdit2: TSpinEdit; Button6: TButton; Button5: TButton; Button7: TButton; But
  3. 所属分类:IT管理

    • 发布日期:2018-06-21
    • 文件大小:6144
    • 提供者:weixin_42506483
  1. IBUTTON STANDERD.pdf

  2. 各类IBUTTON的详细介绍,包括DS1990A、DS1991......等加密的EEPROM类型TBUTTON,还包括DS1920温度ibutton,包括one_wire收发数据的规范,以及硬件接口电路设计的描述。。
  3. 所属分类:其它

    • 发布日期:2019-06-19
    • 文件大小:1048576
    • 提供者:jay958898306
  1. CnPack Delphi 代码引擎 v1.0 源代码.rar

  2. 在Delphi项目开发中,有许多类似的窗体需要设计,比如数据字典等操作数据库的窗体。重复的复制、修改类似的代码并不是一件轻松的事情。既耗时间,效率也不高。因此,作者SkyJacker设计了一工具(CnPack Delphi 代码引擎)来完成本应该人工复制的工作,该工具目前基于ADO数据库连接,可以通过灵活配置来生成代码,程序员只需要进行简单的修改即可。 目前此工具只是个初始版本,实现了自动创建 TLabel, TEdit, TButton, TAdoConnection, TAdoQuery
  3. 所属分类:其它

    • 发布日期:2019-07-09
    • 文件大小:693248
    • 提供者:weixin_39841882
  1. 解决被除数不能为0问题 Delphi计算器源代码.rar

  2. 一款来自鱼C论坛的Delphi计算器源代码,界面不太好看,但是功能都实现了。 已解决的问题: 1.如何对数取负! 2.小数点的输入! 3.焦点自动定位问题! 4.被除数不能为0的提示!5.代码精简问题!! (其中用到了 Sender as TButton 直接根据按钮的caption 来判断哪个操作符!) 目前存在的Bug是不输入数据直接按操作符再按等号,会报错!
  3. 所属分类:其它

    • 发布日期:2019-07-10
    • 文件大小:172032
    • 提供者:weixin_39840914
  1. Delphi动态生成常用的窗体控件.rar

  2. Delphi动态生成一些常用 的窗体控件,比如生成 TButton、TEditor、TListBox、TMemo等,点击对应的按钮,即可生成对应的控件类型,刚开始打开程序时,窗口中并无这些控件。在运行的窗口中,你可以尝试这些操作,生成相关常用的组件试试。
  3. 所属分类:其它

    • 发布日期:2019-07-10
    • 文件大小:6144
    • 提供者:weixin_39841848
  1. Delphi_流操作的语法.pdf

  2. Delphi_流操作的语法.pdfTarget. Copy From(Source, 0) My Filesize:= Source sizetsizeof( MyFileSize);/计算资源人小,并写入辅程尾部 Targct. Write Buffcr(MyFilc Sizc, sizeof(My FilcSizc) finally Target. Free F1 end exce Result: False Exit end Result =True 有了上面的基础,我们应该很容易看得懂这
  3. 所属分类:Delphi

    • 发布日期:2019-07-16
    • 文件大小:305152
    • 提供者:chunyangsuhao
  1. delphi图片旋转.rar

  2. delphi 图片旋转 左转90 右转90 顺时针,逆时针旋转 type TForm3 = class(TForm) btn1: TButton; img1: TImage; btn2: TButton; btn3: TButton; btn4: TButton; btn5: TButton; procedure btn1Click(Sender: TObject); procedure btn2Click(
  3. 所属分类:Delphi

    • 发布日期:2020-02-26
    • 文件大小:487424
    • 提供者:tlxzrning
  1. Cross Platform Development with Delphi XE7 & FireMonkey for Windows & MAC OS X.pdf

  2. Cross Platform Development with Delphi XE7 & FireMonkey for Windows & MAC OS X.pdfContent Foreword ntroduction The book The author Contact information Chapter 1: Using the FireMonkey components Section 1: Getting Started Section 2: New FireMonkey pro
  3. 所属分类:Delphi

    • 发布日期:2019-07-13
    • 文件大小:5242880
    • 提供者:chunyangsuhao
  1. Using_New_style&framework;_of_DelphiPrograming.pdf

  2. Using_New_style&framework;_of_DelphiPrograming.pdf取到的式樱饮格实*榍 证型對遍較憾诉的,球立个是不|我将蛇叫除解是 吐t 簧傅创婶浚,江小限制希料年 式砖婶犁R 感赵都习叫解邮的路讓們年七关消 語法開 type KEyvalue= class private FKey: string; FValue: T: procedure Setkey (const value: string; procedure Setvalue(const value
  3. 所属分类:Delphi

    • 发布日期:2019-07-01
    • 文件大小:272384
    • 提供者:chunyangsuhao
  1. 动态生成控件并指定事件.rar

  2. 动态生成控件,并参数化传入控件的事件。本例中是生成一个tButton控件,并指定其点击事件。并且有介绍创建其它控件时怎么传入过程事件
  3. 所属分类:其它

    • 发布日期:2020-09-16
    • 文件大小:174080
    • 提供者:ytianlong
« 1 2 3 4 5»