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

📄 graph.pas

📁 themeengine6源码
💻 PAS
字号:
unit graph;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  te_controls;

type
  TfrmGraph = class(TForm)
    SeSkinForm1: TTeForm;
    TePenWidthBox1: TTePenWidthBox;
    TePenStyleBox1: TTePenStyleBox;
    TeBrushStyleBox1: TTeBrushStyleBox;
    TeAlphaValueBox1: TTeAlphaValueBox;
    TeGradientBox1: TTeGradientBox;
    TePenWidthList1: TTePenWidthList;
    TePenStyleList1: TTePenStyleList;
    TeBrushStyleList1: TTeBrushStyleList;
    TeAlphaValueList1: TTeAlphaValueList;
    TeGradientList1: TTeGradientList;
    TeButton1: TTeButton;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmGraph: TfrmGraph;

implementation

uses Main;

{$R *.DFM}

end.

⌨️ 快捷键说明

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