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

📄 savepicturedialogexform.pas

📁 學習資料網上下載
💻 PAS
字号:
unit SavePictureDialogExForm;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  StdCtrls, cmpFormScaler;

type
  TfmSavePictureDialogEx = class(TForm)
    stWidth: TLabel;
    FormScaler1: TFormScaler;
    edWidth: TEdit;
    Label1: TLabel;
    edHeight: TEdit;
    Label2: TLabel;
    cbFormat: TComboBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  fmSavePictureDialogEx: TfmSavePictureDialogEx;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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