📄 ap_enter_startuseap.dfm
字号:
inherited Frm_Ap_Enter_StartUseAp: TFrm_Ap_Enter_StartUseAp
Caption = '应付模块启用'
ClientHeight = 157
ClientWidth = 303
FormStyle = fsMDIChild
Visible = True
OnClose = FormClose
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 78
Top = 38
Width = 60
Height = 12
Caption = '启用月份:'
end
object Label2: TLabel [1]
Left = 42
Top = 67
Width = 96
Height = 12
Caption = '启用应付模块否:'
end
inherited btn_ok: TButton
Left = 114
Top = 111
Caption = '启用(&O)'
end
inherited btn_Cancel: TButton
Left = 207
Top = 111
OnClick = btn_CancelClick
end
object Edt_StArtMonth: TEdit [4]
Left = 136
Top = 34
Width = 97
Height = 20
Enabled = False
TabOrder = 2
OnExit = MonthCheck
end
object CmBx_IsStArt: TComboBox [5]
Left = 136
Top = 63
Width = 97
Height = 20
Style = csDropDownList
Enabled = False
ItemHeight = 12
TabOrder = 3
Items.Strings = (
'未启用'
'已启用')
end
inherited AdoQry_Tmp: TAdoQuery
Left = 40
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -