unit30.pas
来自「一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000,」· PAS 代码 · 共 34 行
PAS
34 行
unit Unit30;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, StdCtrls, Buttons, ComCtrls;
type
TForm30 = class(TForm)
GroupBox1: TGroupBox;
Label1: TLabel;
ComboBox1: TComboBox;
Label2: TLabel;
DateTimePicker1: TDateTimePicker;
btnok: TBitBtn;
exit: TBitBtn;
DBGrid1: TDBGrid;
print: TButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form30: TForm30;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?