?? ulistview.pas
字號:
unit UListview;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, Buttons, ExtCtrls;
type
TListviewForm = class(TForm)
GroupBox1: TGroupBox;
GroupBox2: TGroupBox;
Bevel2: TBevel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Button1: TButton;
Button2: TButton;
Edit2: TEdit;
Edit3: TEdit;
cbAlign: TComboBox;
Button6: TButton;
Button5: TButton;
Button4: TButton;
Button3: TButton;
ListBox1: TListBox;
private
{ Private declarations }
public
{ Public declarations }
end;
var
ListviewForm: TListviewForm;
implementation
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -