用Delphi实现的类似XP的简单的自定义FORM窗体,可以替换为自己的风格,或把它封装为基础类来使用,这里只是提供一种设计思路
用Delphi实现的类似XP的简单的自定义FORM窗体,可以替换为自己的风格,或把它封装为基础类来使用,这里只是提供一种设计思路...
用Delphi实现的类似XP的简单的自定义FORM窗体,可以替换为自己的风格,或把它封装为基础类来使用,这里只是提供一种设计思路...
Regardless of the branch of science or engineering, theoreticians have always been enamored with the notion of expressing their results in the form of...
Regardless of the branch of science or engineering, theoreticians have always been enamored with the notion of expressing their results in the form of...
实验参数采集窗口程序 开始采集 Private Sub kaishicaiji_Click() Timer1.Enabled = True End Sub Private Sub lishishuju_Click() Form5.Show Form2.Hide End Sub ...
按return键到后台,调用popallform的时候,首先执行deactive form,这样在pop栈顶form的时候,下一个form将不会收到active事件,缩短响应return key事件的时间...