selfcount.pas
来自「手机进销存系统Delphi源码,管理手机的进货还有销售方面的功能」· PAS 代码 · 共 52 行
PAS
52 行
unit selfcount;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, frmbase_un, bsSkinCtrls, bsdbctrls, bsSkinBoxCtrls, StdCtrls,
Mask, bsMessages, bsSkinData, BusinessSkinForm;
type
Tselfcount_frm = class(Tbase_frm)
bsSkinPanel2: TbsSkinPanel;
bsSkinStdLabel2: TbsSkinStdLabel;
bsSkinGroupBox1: TbsSkinGroupBox;
bsSkinStdLabel3: TbsSkinStdLabel;
bsSkinStdLabel4: TbsSkinStdLabel;
bsSkinDateEdit1: TbsSkinDateEdit;
bsSkinDateEdit2: TbsSkinDateEdit;
bsSkinGroupBox2: TbsSkinGroupBox;
bsSkinStdLabel5: TbsSkinStdLabel;
bsSkinComboBox1: TbsSkinComboBox;
bsSkinGroupBox3: TbsSkinGroupBox;
bsSkinStdLabel8: TbsSkinStdLabel;
bsSkinStdLabel9: TbsSkinStdLabel;
bsSkinDBLookupComboBox4: TbsSkinDBLookupComboBox;
bsSkinDBLookupComboBox3: TbsSkinDBLookupComboBox;
bsSkinGroupBox4: TbsSkinGroupBox;
bsSkinStdLabel15: TbsSkinStdLabel;
bsSkinDBLookupComboBox2: TbsSkinDBLookupComboBox;
bsSkinButton1: TbsSkinButton;
bsSkinButton2: TbsSkinButton;
bsSkinPanel1: TbsSkinPanel;
bsSkinStdLabel1: TbsSkinStdLabel;
bsSkinGroupBox5: TbsSkinGroupBox;
bsSkinStdLabel6: TbsSkinStdLabel;
bsSkinDBLookupComboBox1: TbsSkinDBLookupComboBox;
bsSkinRadioGroup1: TbsSkinRadioGroup;
private
{ Private declarations }
public
{ Public declarations }
end;
var
selfcount_frm: Tselfcount_frm;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?