📄 reportquery.pas
字号:
unit ReportQuery;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, Menus, ComCtrls, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
gbAffairList: TGroupBox;
LstvAffair: TListView;
Panel2: TPanel;
pLeft: TPanel;
Label3: TLabel;
Label5: TLabel;
Label6: TLabel;
cbQJ: TComboBox;
cbDJ: TComboBox;
cbMKJ: TComboBox;
Memo1: TMemo;
StatusBar1: TStatusBar;
MainMenu1: TMainMenu;
N1: TMenuItem;
N2: TMenuItem;
speedbutton4: TMenuItem;
ShowSetup: TMenuItem;
speedbutton2: TMenuItem;
ImageList1: TImageList;
Label7: TLabel;
Eday: TDateTimePicker;
Label4: TLabel;
Bday: TDateTimePicker;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -