⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qryconditionfrm1.pas

📁 结合读卡器使用。程序中有按迟到时间长短自动开罚单功能
💻 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 + -