📄 unit5.~pas
字号:
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, DBGrids, ExtCtrls, XP_Form, StdCtrls, XP_GroupBox, ComCtrls;
type
TForm5 = class(TForm)
XP_Form1: TXP_Form;
Panel1: TPanel;
TabControl1: TTabControl;
XP_GroupBox1: TXP_GroupBox;
Button1: TButton;
Button2: TButton;
Label1: TLabel;
Label4: TLabel;
Label9: TLabel;
Label8: TLabel;
Label2: TLabel;
Label6: TLabel;
Label10: TLabel;
Label11: TLabel;
Label3: TLabel;
Label5: TLabel;
Label7: TLabel;
Label12: TLabel;
Label13: TLabel;
Edit1: TEdit;
Edit2: TEdit;
Edit3: TEdit;
Edit4: TEdit;
Edit5: TEdit;
Edit6: TEdit;
Edit7: TEdit;
Edit8: TEdit;
Edit9: TEdit;
Edit10: TEdit;
Edit11: TEdit;
Edit12: TEdit;
Edit13: TEdit;
Label14: TLabel;
Edit14: TEdit;
Button3: TButton;
procedure Button2Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form5: TForm5;
implementation
{$R *.DFM}
procedure TForm5.Button2Click(Sender: TObject);
begin
form5.Close;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -