ucrlist.pas

来自「有关药品企业的进销存软件」· PAS 代码 · 共 35 行

PAS
35
字号
unit ucrlist;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, Buttons, Grids, DBGridEh, Mask, DBCtrlsEh, DBLookupEh,
  ComCtrls;

type
  TForm7 = class(TForm)
    TabControl2: TTabControl;
    Label5: TLabel;
    Label6: TLabel;
    Edit1: TEdit;
    DBLookupComboboxEh2: TDBLookupComboboxEh;
    BitBtn1: TBitBtn;
    BitBtn2: TBitBtn;
    BitBtn3: TBitBtn;
    BitBtn4: TBitBtn;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form7: TForm7;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?