inputjoindate.dfm

来自「企业端数据申报系统:单位管理模块 单位查询. 业务申报模块 在线数据下载」· DFM 代码 · 共 55 行

DFM
55
字号
inherited inputjoindate_form: Tinputjoindate_form
  Left = 380
  Top = 278
  BorderIcons = []
  Caption = #36755#20837#39318#27425#21442#20445#26102#38388
  ClientHeight = 99
  ClientWidth = 175
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 161
    Height = 12
    Caption = #35813#26032#22686#20154#21592#32570#23569#39318#27425#21442#20445#26102#38388
  end
  object Label2: TLabel
    Left = 8
    Top = 26
    Width = 161
    Height = 12
    Caption = #35831#25353#29031'"'#24180'-'#26376'-'#26085'"'#30340#26684#24335#36755#20837
  end
  object FB_ok: TFlatButton
    Left = 21
    Top = 75
    Width = 60
    Height = 20
    Caption = #30830' '#23450
    TabOrder = 0
    OnClick = FB_okClick
  end
  object FB_cancel: TFlatButton
    Left = 95
    Top = 75
    Width = 60
    Height = 20
    Caption = #21462' '#28040
    TabOrder = 1
    OnClick = FB_cancelClick
  end
  object DE_joindate: TDateEdit
    Left = 34
    Top = 46
    Width = 103
    Height = 21
    ButtonHint = #36873#25321#19968#20010#26085#26399
    DefaultToday = True
    ButtonWidth = 20
    NumGlyphs = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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