UNIT12.PAS
资源名称:tcdrom.zip [点击查看]
上传用户:jzxjwgb
上传日期:2007-01-06
资源大小:64k
文件大小:1k
源码类别:
SCSI/ASPI
开发平台:
Delphi
- unit Unit12;
- interface
- uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
- Buttons, ExtCtrls, ComCtrls, Mask, Spin;
- type
- TReadTocDlg = class(TForm)
- OKBtn: TButton;
- CancelBtn: TButton;
- Bevel1: TBevel;
- Label1: TLabel;
- Label2: TLabel;
- Label4: TLabel;
- Label6: TLabel;
- Start: TSpinEdit;
- MSFform: TCheckBox;
- Label7: TLabel;
- Label8: TLabel;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- ReadTocDlg: TReadTocDlg;
- implementation
- {$R *.DFM}
- end.