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

📄 gl_qry_accountbook5_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Qry_AccountBook5_C: TFrm_Gl_Qry_AccountBook5_C
  Left = 274
  Top = 236
  Caption = '条件筛选'
  ClientHeight = 148
  ClientWidth = 358
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 48
    Width = 60
    Height = 12
    Caption = '会计期间从'
  end
  object Label4: TLabel [1]
    Left = 183
    Top = 45
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label7: TLabel [2]
    Left = 62
    Top = 77
    Width = 36
    Height = 12
    Caption = '多栏账'
  end
  inherited btn_ok: TButton
    Left = 97
    Top = 110
    ModalResult = 1
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Left = 190
    Top = 110
    TabOrder = 4
  end
  object medts: TMaskEdit [5]
    Left = 104
    Top = 40
    Width = 73
    Height = 20
    EditMask = '0000.00;1;_'
    MaxLength = 7
    TabOrder = 0
    Text = '    .  '
  end
  object medte: TMaskEdit [6]
    Left = 200
    Top = 40
    Width = 73
    Height = 20
    EditMask = '0000.00;1;_'
    MaxLength = 7
    TabOrder = 1
    Text = '    .  '
  end
  object cmb_MoreAccountBook: TComboBox [7]
    Left = 104
    Top = 71
    Width = 170
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    Items.Strings = (
      '0 全部'
      '1 未过帐'
      '2 已过帐')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 336
    Top = 8
  end
end

⌨️ 快捷键说明

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