📄 pastetableentryfrm.pas
字号:
unit PasteTableentryFRM;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmPasteTableentry = class(TForm)
GroupBox1: TGroupBox;
GroupBox2: TGroupBox;
edtFind: TEdit;
Label1: TLabel;
Label2: TLabel;
edtReplace: TEdit;
Label3: TLabel;
edtOffset: TEdit;
Button1: TButton;
Button2: TButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmPasteTableentry: TfrmPasteTableentry;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -