⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gl_enter_param.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -