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

📄 u_copy_copy.pas

📁 销售业绩核算系统
💻 PAS
字号:
unit U_copy_copy;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, U_copy, StdCtrls, Buttons, ExtCtrls;

type
  TForm_copy1 = class(TForm_copy)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form_copy1: TForm_copy1;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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