gl_enter_param.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 45 行

DFM
45
字号
inherited Frm_Gl_Enter_Param: TFrm_Gl_Enter_Param
  Left = 352
  Top = 263
  BOrderIcons = [biSystemMenu]
  Caption = '财务总帐参数设置'
  ClientHeight = 154
  ClientWidth = 331
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 8
    Top = 56
    Width = 168
    Height = 12
    Caption = '出纳凭证必须经由出纳员签字:'
  end
  inherited btn_ok: TButton
    Left = 77
    Top = 108
  end
  inherited btn_Cancel: TButton
    Left = 166
    Top = 108
    OnClick = btn_CancelClick
  end
  object cmb_CashCtrl: TComboBox [3]
    Left = 178
    Top = 48
    Width = 84
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    Items.Strings = (
      '0 不需'
      '1 必需')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 644
    Top = 8
  end
end

⌨️ 快捷键说明

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