📄 u6_1.pas
字号:
unit U6_1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, CheckLst, ComCtrls, Buttons, ExtCtrls;
type
TF6_1 = class(TForm)
Pbt: TPanel;
SByc: TSpeedButton;
SB: TSpeedButton;
SBqj: TSpeedButton;
SBzy: TSpeedButton;
SBdy: TSpeedButton;
SBxx: TSpeedButton;
PCml: TPageControl;
TSml: TTabSheet;
TSsy: TTabSheet;
TSss: TTabSheet;
TVml: TTreeView;
Lbjr: TLabel;
Edgj: TEdit;
CLBcz: TCheckListBox;
SpeedButton1: TSpeedButton;
Lbsr: TLabel;
CBsr: TComboBox;
SBlz: TSpeedButton;
SBxs: TSpeedButton;
Lbxz: TLabel;
Lbzd: TLabel;
Bevel1: TBevel;
CBss: TCheckBox;
CBpp: TCheckBox;
CBjb: TCheckBox;
Bbt: TBitBtn;
Bwz: TBitBtn;
Bjb: TBitBtn;
lvjs: TListView;
private
{ Private declarations }
public
{ Public declarations }
end;
var
F6_1: TF6_1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -