UNIT14.PAS
资源名称:tcdrom.zip [点击查看]
上传用户:jzxjwgb
上传日期:2007-01-06
资源大小:64k
文件大小:0k
源码类别:
SCSI/ASPI
开发平台:
Delphi
- unit Unit14;
- interface
- uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
- Buttons, ExtCtrls, ComCtrls, Mask, Spin;
- type
- TModeSenseRecoverEXDlg = class(TForm)
- OKBtn: TButton;
- CancelBtn: TButton;
- Bevel1: TBevel;
- Label1: TLabel;
- Label5: TLabel;
- PCTL: TRadioGroup;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- ModeSenseRecoverEXDlg: TModeSenseRecoverEXDlg;
- implementation
- {$R *.DFM}
- end.