startopen.pas

来自「线性规划CAI应用程序及原代码」· PAS 代码 · 共 32 行

PAS
32
字号
unit startopen;

interface

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

type
  Tstartopenform = class(TForm)
    Image1: TImage;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    label4: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  startopenform: Tstartopenform;

implementation

{$R *.DFM}


end.

 

⌨️ 快捷键说明

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