utreeview.pas
来自「delphi 写的delphi的程序 Handel is a free, st」· PAS 代码 · 共 49 行
PAS
49 行
unit UTreeView;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, Buttons, ExtCtrls;
type
TTreeviewForm = class(TForm)
GroupBox1: TGroupBox;
GroupBox2: TGroupBox;
Bevel2: TBevel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
Button1: TButton;
Button2: TButton;
Edit1: TEdit;
Edit2: TEdit;
UpDown1: TUpDown;
Edit3: TEdit;
UpDown2: TUpDown;
Edit4: TEdit;
UpDown3: TUpDown;
Button3: TButton;
Button4: TButton;
Button5: TButton;
Button6: TButton;
TreeView1: TTreeView;
private
{ Private declarations }
public
{ Public declarations }
end;
var
TreeviewForm: TTreeviewForm;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?