fconfigmesa.pas

来自「Delphi的Glib功能实现 具体功能请看帮助」· PAS 代码 · 共 41 行

PAS
41
字号
unit FConfigMesa;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ActnList, StdCtrls, ComCtrls, ToolWin, ExtCtrls, ImgList;

type
  TForm1 = class(TForm)
    ImageList1: TImageList;
    PanelToolBar: TPanel;
    ToolBarButtons: TToolBar;
    tbSepButtons: TToolButton;
    ToolBar1: TToolBar;
    tbSepAceptar: TToolButton;
    tbAceptar: TToolButton;
    tbCancelar: TToolButton;
    Panel1: TPanel;
    Label1: TLabel;
    Edit1: TEdit;
    Label2: TLabel;
    Edit2: TEdit;
    ActionList1: TActionList;
    ActionAceptar: TAction;
    ActionCancelar: TAction;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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