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