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

📄 icomponenteditorthemepaneladddialog.pas

📁 iocopm3.04源码,一套很好的工控开发工具
💻 PAS
字号:
{*******************************************************}
{                                                       }
{       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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -