📄 qryconditionfrm1.pas
字号:
unit qryConditionfrm1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, ExtCtrls, RXCtrls;
type
TqryConditionForm1 = class(TForm)
RxLabel10: TRxLabel;
Panel1: TPanel;
RxLabel1: TRxLabel;
RxLabel4: TRxLabel;
RxLabel7: TRxLabel;
RxLabel8: TRxLabel;
dpBIRTH1: TDateTimePicker;
dpBIRTH2: TDateTimePicker;
ComboBox1: TComboBox;
ComboBox3: TComboBox;
BitBtn1: TBitBtn;
BitBtn2: TBitBtn;
private
{ Private declarations }
public
{ Public declarations }
end;
var
qryConditionForm1: TqryConditionForm1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -