linedlg.~pas
资源名称:TAPIVer3.zip [点击查看]
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:0k
源码类别:
TAPI编程
开发平台:
C++ Builder
- unit linedlg;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, StdCtrls;
- type
- TSelLineDlg = class(TForm)
- ComboBox1: TComboBox;
- Button1: TButton;
- private
- { Private-Deklarationen }
- public
- { Public-Deklarationen }
- end;
- var
- SelLineDlg: TSelLineDlg;
- implementation
- {$R *.dfm}
- end.