📄 ar_enter_arparam.dfm
字号:
inherited Frm_Ar_Enter_ArParam: TFrm_Ar_Enter_ArParam
Left = 296
Top = 237
BOrderIcons = [biSystemMenu]
Caption = '应收帐款参数设置'
ClientHeight = 141
ClientWidth = 369
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 5
Top = 32
Width = 96
Height = 12
Caption = '应收帐核销方式:'
end
object Label2: TLabel [1]
Left = 5
Top = 53
Width = 96
Height = 12
Caption = '销项税会计科目:'
end
inherited btn_ok: TButton
Left = 115
Top = 95
TabOrder = 3
end
inherited btn_Cancel: TButton
Left = 204
Top = 95
TabOrder = 4
OnClick = btn_CancelClick
end
object cmb_CancelTypeCode: TComboBox [4]
Left = 100
Top = 24
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnChange = cmb_CancelTypeCodeChange
Items.Strings = (
'0 按单据'
'1 按余额承前法')
end
object edt_kmCode: TLinkEdit [5]
Left = 100
Top = 47
Width = 85
Height = 20
LinkStyle = lsEllipsis
TabOrder = 1
OnButtonClick = edt_kmCodeButtonClick
OnChange = edt_kmCodeChange
OnExit = edt_kmCodeExit
OnKeyDown = edt_kmCodeKeyDown
end
object edt_kmName: TEdit [6]
Left = 187
Top = 47
Width = 171
Height = 20
Enabled = False
TabOrder = 2
end
inherited AdoQry_Tmp: TAdoQuery
Left = 644
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -