📄 gtlh_un.pas
字号:
unit gtlh_un;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, adobase_un, ADODB, DB, wwDialog, wwidlg, bsMessages, bsSkinData,
BusinessSkinForm, ActnList, ExtCtrls, bsSkinCtrls, bsSkinGrids,
bsDBGrids, bsdbctrls, StdCtrls;
type
Tgtlh_frm = class(Tadobase_frm)
bsSkinGroupBox3: TbsSkinGroupBox;
bsSkinGroupBox1: TbsSkinGroupBox;
bsSkinDBGrid1: TbsSkinDBGrid;
bsSkinScrollBar1: TbsSkinScrollBar;
bsSkinScrollBar2: TbsSkinScrollBar;
bsSkinPanel1: TbsSkinPanel;
bsSkinStdLabel2: TbsSkinStdLabel;
bsSkinDBLookupComboBox2: TbsSkinDBLookupComboBox;
bsSkinStdLabel3: TbsSkinStdLabel;
bsSkinDBGrid2: TbsSkinDBGrid;
bsSkinDBLookupComboBox1: TbsSkinDBLookupComboBox;
bsSkinSpeedButton5: TbsSkinSpeedButton;
bsSkinSpeedButton6: TbsSkinSpeedButton;
bsSkinSpeedButton7: TbsSkinSpeedButton;
bsSkinSpeedButton8: TbsSkinSpeedButton;
bsSkinStdLabel1: TbsSkinStdLabel;
bsSkinStdLabel4: TbsSkinStdLabel;
bsSkinDBLookupComboBox3: TbsSkinDBLookupComboBox;
bsSkinDBText1: TbsSkinDBText;
procedure FormShow(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
gtlh_frm: Tgtlh_frm;
implementation
{$R *.dfm}
procedure Tgtlh_frm.FormShow(Sender: TObject);
begin
inherited;
bsSkinGroupBox3.Enabled:=false;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -