📄 u3_2.pas
字号:
unit U3_2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons, ComCtrls;
type
TF3_2 = class(TForm)
Panel1yd: TPanel;
Label1yd: TLabel;
Edit1yd: TEdit;
Label1dq: TLabel;
ComboBox1dq: TComboBox;
ListView1yd: TListView;
Label1hb: TLabel;
ListView2hb: TListView;
Label1hbh: TLabel;
Label1xm: TLabel;
SBTok: TSpeedButton;
SpeedButton1qx: TSpeedButton;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
EDhebin: TEdit;
EDname: TEdit;
private
{ Private declarations }
public
{ Public declarations }
end;
var
F3_2: TF3_2;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -