📄 liu_lan_xing_jue.~pas
字号:
unit liu_lan_xing_jue;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, Grids, DBGrids, Buttons;
type
Tliu_lan_xing_ju = class(TForm)
SpeedButton1: TSpeedButton;
DBGrid1: TDBGrid;
DataSource1: TDataSource;
Database1: TDatabase;
DBGrid2: TDBGrid;
Table1: TTable;
Table2: TTable;
DataSource2: TDataSource;
SpeedButton2: TSpeedButton;
procedure SpeedButton1Click(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure SpeedButton2Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
liu_lan_xing_ju: Tliu_lan_xing_ju;
implementation
{$R *.dfm}
procedure Tliu_lan_xing_ju.SpeedButton1Click(Sender: TObject);
begin
close;
end;
procedure Tliu_lan_xing_ju.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
procedure Tliu_lan_xing_ju.SpeedButton2Click(Sender: TObject);
var xx:string;
begin
table1.Active:=false;
table1.IndexFieldNames:='xing_jia_no';
table1.Active:=true;
if not table1.FindKey([xx]) then
showmessage('⊿т
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -