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

📄 sys_yearunit.dfm

📁 在Delphi环境下可运行
💻 DFM
字号:
object SYS_YearForm: TSYS_YearForm
  Left = 236
  Top = 107
  Width = 388
  Height = 104
  Caption = 'SYS_YearForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 18
  object Label1: TLabel
    Left = 18
    Top = 18
    Width = 48
    Height = 18
    Caption = '年度:'
  end
  object ButtonOK: TButton
    Left = 252
    Top = 18
    Width = 84
    Height = 28
    Caption = '确定'
    TabOrder = 0
    OnClick = ButtonOKClick
  end
  object DBEditYear: TDBEdit
    Left = 72
    Top = 18
    Width = 136
    Height = 26
    DataField = 'PAMA'
    DataSource = DataSourceSysYear
    TabOrder = 1
  end
  object DataSourceSysYear: TDataSource
    DataSet = CDM.ClientDataSetYear
    Left = 16
    Top = 40
  end
end

⌨️ 快捷键说明

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