frmconvert.pas

来自「suipack ver5控件 suipack ver5控件 suipack ve」· PAS 代码 · 共 47 行

PAS
47
字号
////////////////////////////////////////////////////////////////////////////////
//
//
//  FileName    :   frmConvert.pas
//  Creator     :   Shen Min
//  Date        :   2003-02-26
//  Comment     :
//
//  Copyright (c) 2002-2003 Sunisoft
//  http://www.sunisoft.com
//  Email: support@sunisoft.com
//
////////////////////////////////////////////////////////////////////////////////

unit frmConvert;

interface

{$I SUIPack.inc}

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

type
  TfrmConv = class(TForm)
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    cb_theme: TComboBox;
    BitBtn1: TBitBtn;
    BitBtn2: TBitBtn;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmConv: TfrmConv;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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