📄 frmproperty.pas
字号:
{******************************************************************************}
{* *}
{* Adirondack Software & Graphics frmProperty Unit *}
{* (C) Copyright William Miller 1996-2001 *}
{* *}
{******************************************************************************}
unit frmProperty;
interface
uses
Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons,
ExtCtrls;
type
TInfoDlg = class ( TForm )
OKBtn: TButton;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
edName: TEdit;
edHeight: TEdit;
edWidth: TEdit;
edFilesize: TEdit;
Label1: TLabel;
Label5: TLabel;
edBits: TEdit;
GroupBox1: TGroupBox;
cbSaveProgressive: TCheckBox;
cbOptimizedHuffmanCodes: TCheckBox;
Label7: TLabel;
edJPEGQuailty: TEdit;
GroupBox2: TGroupBox;
Label6: TLabel;
edCompression: TEdit;
edNumImages: TEdit;
Label8: TLabel;
Panel1: TPanel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
InfoDlg: TInfoDlg;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -