frmdrawreportdesignfindunt.pas
来自「EAComps手工画报表 对写报表编辑器有一定的参考价值」· PAS 代码 · 共 41 行
PAS
41 行
unit frmDrawReportDesignFindUnt;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls;
type
TfrmDrawReportDesignFind = class(TForm)
btnOk: TButton;
btnCancel: TButton;
GroupBox3: TGroupBox;
RadioButton3: TRadioButton;
RadioButton4: TRadioButton;
GroupBox1: TGroupBox;
chkCaseSensitive: TCheckBox;
chkWholeWordsOnly: TCheckBox;
GroupBox2: TGroupBox;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
cboFindText: TComboBox;
labFindText: TLabel;
GroupBox4: TGroupBox;
CheckBox2: TCheckBox;
CheckBox1: TCheckBox;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmDrawReportDesignFind: TfrmDrawReportDesignFind;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?