paytype.dfm

来自「飞恒进销存(超市批发)管理系统V5.1(含源程序) 语言:Delphi 6/7」· DFM 代码 · 共 76 行

DFM
76
字号
inherited PayTypeForm: TPayTypeForm
  Left = 249
  Top = 177
  Caption = #25910#20184#27454#26041#24335
  ClientHeight = 162
  ClientWidth = 258
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited code: TLabel
    Top = 8
    Width = 36
    Caption = #32534#30721#65306
  end
  object Label1: TLabel [1]
    Left = 8
    Top = 53
    Width = 36
    Height = 12
    Caption = #21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  inherited BtnPrior: TBitBtn
    Left = 149
    Top = 8
    OnClick = BtnPriorClick
  end
  inherited BtnNext: TBitBtn
    Left = 149
    Top = 37
    OnClick = BtnNextClick
  end
  inherited BtnSave: TBitBtn
    Left = 149
    Top = 66
  end
  inherited Btnexit: TBitBtn
    Left = 149
    Top = 94
    OnClick = BtnexitClick
  end
  inherited Btnadd: TBitBtn
    Left = 149
    Top = 123
    OnClick = BtnaddClick
  end
  inherited DEno: TDBEdit
    Left = 8
    Top = 23
    DataField = 'Code'
    DataSource = DataE2.dspaytype
  end
  object DEname: TDBEdit
    Left = 8
    Top = 70
    Width = 120
    Height = 20
    AutoSelect = False
    AutoSize = False
    DataField = 'Name'
    DataSource = DataE2.dspaytype
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?