choice.pas
来自「串口监控程序,可与UPS进行通信,适合初学者使用」· PAS 代码 · 共 29 行
PAS
29 行
unit choice;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzButton, StdCtrls, RzCmboBx, ExtCtrls;
type
Tfchoice = class(TForm)
RzComboBox1: TRzComboBox;
RzButton1: TRzButton;
RzButton2: TRzButton;
RzButton3: TRzButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
fchoice: Tfchoice;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?