📄 formxiaoshoutongjichaxun.pas
字号:
unit FormXiaoshoutongjichaxun;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
Txiaoshoutongjichaxun = class(TForm)
Button1: TButton;
Button2: TButton;
Button3: TButton;
Button4: TButton;
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
procedure Button3Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
xiaoshoutongjichaxun: Txiaoshoutongjichaxun;
implementation
uses FormShururiqi, FormXiaoshouchaxun, FormRukuxinxichaxunjieguo;
{$R *.dfm}
procedure Txiaoshoutongjichaxun.Button1Click(Sender: TObject);
begin
shururiqi.Caption:='销售常用汇总统计';
shururiqi.Show;
end;
procedure Txiaoshoutongjichaxun.Button2Click(Sender: TObject);
begin
Xiaoshouchaxun.show;
end;
procedure Txiaoshoutongjichaxun.Button3Click(Sender: TObject);
begin
rukuxinxichaxunjieguo.Caption:='销售统计查询' ;
rukuxinxichaxunjieguo.Show;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -