📄 gl_enter_credencetype.dfm
字号:
inherited Frm_Gl_Enter_CredenceType: TFrm_Gl_Enter_CredenceType
Left = 33
Top = 134
Caption = '凭证类型'
ClientHeight = 426
ClientWidth = 774
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 774
end
inherited Pnl_Title: TPanel
Width = 774
Caption = '凭证类型'
inherited Image2: TImage
Width = 774
end
end
inherited Pnl_Head: TPanel
Width = 774
Height = 45
inherited Image1: TImage
Width = 774
Height = 45
end
object Label1: TLabel
Left = 25
Top = 16
Width = 96
Height = 12
Caption = '凭证类别字代码:'
TransParent = True
end
object Label3: TLabel
Left = 188
Top = 16
Width = 72
Height = 12
Caption = '凭证类别字:'
TransParent = True
end
object Label4: TLabel
Left = 546
Top = 16
Width = 60
Height = 12
Caption = '限制类型:'
TransParent = True
end
object Label5: TLabel
Left = 332
Top = 16
Width = 84
Height = 12
Caption = '凭证类别名称:'
TransParent = True
end
object Edt_CharacterName: TEdit
Left = 417
Top = 12
Width = 115
Height = 20
MaxLength = 14
TabOrder = 2
end
object Edt_CharacterNo: TEdit
Left = 122
Top = 12
Width = 51
Height = 20
MaxLength = 2
TabOrder = 0
end
object Edt_CharacterCode: TEdit
Left = 264
Top = 12
Width = 52
Height = 20
MaxLength = 2
TabOrder = 1
end
object Cmb_LimitType: TComboBox
Left = 608
Top = 12
Width = 139
Height = 20
ItemHeight = 12
TabOrder = 3
Items.Strings = (
'0 无限制'
'1 借方必有'
'2 贷方必有'
'3 凭证必无'
'4 凭证必有')
end
end
inherited Pnl_Hint: TPanel
Top = 400
Width = 774
inherited Image4: TImage
Width = 774
end
end
inherited Pnl_Body: TPanel
Top = 102
Width = 774
Height = 298
inherited Image3: TImage
Width = 774
Height = 298
end
inherited DBGridEh: TDBGridEh
Width = 774
Height = 298
Columns = <
Item
FieldName = 'KmCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '科目代码'
KeyList.Strings = ()
end
Item
FieldName = 'KmName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '科目名称'
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 493
Top = 163
end
inherited AdoQry_Body: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdysjmrm;Data Source=192.168.0.1' +
'51;Use procedure for Prepare=1;Auto Translate=True;Packet Size=4' +
'096;Workstation ID=XYB'
SQL.Strings = (
'Select Gl_CredenceTypeLine.*,Gl_AccountSubject.KmName'
' From Gl_CredenceTypeLine Join Gl_AccountSubject'
' On Gl_CredenceTypeLine.KmCode=Gl_AccountSubject.KmCo' +
'de')
object AdoQry_BodyCharacterNo: TStringField
FieldName = 'CharacterNo'
Size = 2
end
object AdoQry_BodyKmCode: TStringField
FieldName = 'KmCode'
Size = 15
end
object AdoQry_BodyKmName: TStringField
FieldName = 'KmName'
Size = 40
end
object AdoQry_BodyCredenceTypeLineId: TAutoIncField
FieldName = 'CredenceTypeLineId'
ReadOnly = True
end
object AdoQry_BodyendKm: TIntegerField
FieldName = 'endKm'
end
end
inherited DataSource: TDataSource
Left = 568
Top = 225
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -