qicomponenteditorthemepaneladddialog.pas

来自「非常好用的工控组件包,LED数码管」· PAS 代码 · 共 37 行

PAS
37
字号
{*******************************************************}
{                                                       }
{       iComponentEditorThemePanelAddDialog             }
{                                                       }
{       Copyright (c) 1997,2003 Iocomp Software         }
{                                                       }
{*******************************************************}
{$I iInclude.inc}

{$ifdef iVCL}unit  iComponentEditorThemePanelAddDialog;{$endif}
{$ifdef iCLX}unit QiComponentEditorThemePanelAddDialog;{$endif}

interface

uses
  {$I iIncludeUsesForms.inc}
  {$IFDEF iVCL}  iTypes,  iGPFunctions,  StdCtrls,  Controls, Classes;{$ENDIF}
  {$IFDEF iCLX} QiTypes, QiGPFunctions, QStdCtrls, QControls, Classes;{$ENDIF}

type
  TiComponentEditorThemePanelAddDialogForm = class(TForm)
    SchemeNameLabel: TLabel;
    SchemeName: TEdit;
    OkButton: TButton;
    CancelButton: TButton;
  public
  end;

var
  iComponentEditorThemePanelAddDialogForm: TiComponentEditorThemePanelAddDialogForm;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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