📄 gl_enter_passcredence1.dfm
字号:
inherited Frm_Gl_Enter_PassCredence1: TFrm_Gl_Enter_PassCredence1
Left = 20
Top = 86
Caption = '出纳签字'
ClientHeight = 446
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
inherited ToolBar: TToolBar
inherited TlBtn_Check: TToolButton
Hint = '签字'
Caption = '签字'
end
inherited TlBtn_CancelCheck: TToolButton
Hint = '弃签'
Caption = '弃签'
end
end
end
inherited Pnl_Title: TPanel
Caption = '出纳签字'
end
inherited Pnl_Head: TPanel
Height = 29
inherited Image1: TImage
Height = 29
end
object Label15: TLabel
Left = 33
Top = 6
Width = 48
Height = 12
Caption = '凭证字:'
end
object Label3: TLabel
Left = 227
Top = 6
Width = 60
Height = 12
Caption = '制单日期:'
end
object Label9: TLabel
Left = 398
Top = 6
Width = 48
Height = 12
Caption = '凭证号:'
end
object Label1: TLabel
Left = 542
Top = 6
Width = 60
Height = 12
Caption = '附单据数:'
end
object edt_ChCode: TLinkEdit
Left = 84
Top = 2
Width = 56
Height = 20
Enabled = False
LinkStyle = lsEllipsis
TabOrder = 0
end
object edt_ChName: TEdit
Left = 142
Top = 2
Width = 72
Height = 20
Enabled = False
TabOrder = 1
end
object MEdt_CreateDate: TMaskEdit
Left = 287
Top = 2
Width = 81
Height = 20
Enabled = False
EditMask = '!9999/99/99;1;_'
MaxLength = 10
TabOrder = 2
Text = ' . . '
end
object Edt_Credenceno: TEdit
Left = 450
Top = 2
Width = 76
Height = 20
Enabled = False
MaxLength = 5
TabOrder = 3
end
object edt_BillAmount: TEdit
Left = 602
Top = 2
Width = 82
Height = 20
Enabled = False
MaxLength = 16
TabOrder = 4
end
end
inherited Pnl_Hint: TPanel
Top = 384
Height = 62
inherited Image4: TImage
Height = 62
end
object Label4: TLabel
Left = 11
Top = 12
Width = 60
Height = 12
Caption = '借方合计:'
end
object Label16: TLabel
Left = 149
Top = 12
Width = 60
Height = 12
Caption = '贷方合计:'
end
object Label5: TLabel
Left = 23
Top = 42
Width = 48
Height = 12
Caption = '制单人:'
end
object Label10: TLabel
Left = 161
Top = 42
Width = 48
Height = 12
Caption = '审核人:'
end
object Label7: TLabel
Left = 431
Top = 42
Width = 48
Height = 12
Caption = '记账人:'
end
object Label6: TLabel
Left = 299
Top = 42
Width = 36
Height = 12
Caption = '出纳:'
end
object edt_CreateEmployeeName: TEdit
Left = 70
Top = 38
Width = 67
Height = 20
Enabled = False
TabOrder = 3
end
object Edt_Totaldebit: TEdit
Left = 70
Top = 8
Width = 67
Height = 20
Enabled = False
TabOrder = 0
Text = ' '
end
object edt_Totalcredit: TEdit
Left = 212
Top = 8
Width = 67
Height = 20
Enabled = False
TabOrder = 1
Text = ' '
end
object edt_CreateEmployeeCode: TLinkEdit
Left = 72
Top = 38
Width = 53
Height = 20
LinkStyle = lsEllipsis
TabOrder = 2
Visible = False
end
object edt_assessEmployeeName: TEdit
Left = 212
Top = 38
Width = 67
Height = 20
Enabled = False
TabOrder = 4
end
object edt_assessEmployeeCode: TLinkEdit
Left = 216
Top = 38
Width = 53
Height = 20
LinkStyle = lsEllipsis
TabOrder = 5
Visible = False
end
object edt_CashierEmployeeCode: TLinkEdit
Left = 336
Top = 38
Width = 53
Height = 20
LinkStyle = lsEllipsis
TabOrder = 6
Visible = False
end
object edt_CashierEmployeeName: TEdit
Left = 344
Top = 38
Width = 67
Height = 20
Enabled = False
TabOrder = 7
end
object edt_tallyEmployeeCode: TLinkEdit
Left = 480
Top = 38
Width = 53
Height = 20
LinkStyle = lsEllipsis
TabOrder = 8
Visible = False
end
object edt_tallyEmployeeName: TEdit
Left = 488
Top = 38
Width = 67
Height = 20
Enabled = False
TabOrder = 9
end
end
inherited Pnl_Body: TPanel
Top = 86
Height = 298
inherited Image3: TImage
Height = 298
end
inherited DBGridEh: TDBGridEh
Height = 298
Columns = <
Item
FieldName = 'DocketName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '摘要'
Width = 213
KeyList.Strings = ()
end
Item
FieldName = 'KMCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '科目代码'
Width = 59
KeyList.Strings = ()
end
Item
FieldName = 'kmName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '科目名称'
Width = 153
KeyList.Strings = ()
end
Item
FieldName = 'DebitAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '借方金额'
KeyList.Strings = ()
end
Item
FieldName = 'CreditAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '贷方金额'
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Left = 232
Top = 272
inherited Act_CancelCheck: TAction
OnExecute = Act_CancelCheckExecute
end
inherited Act_Check: TAction
OnExecute = Act_CheckExecute
end
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 t1.*,'
' t2.kmName'
''
'from Gl_Credenceline t1 '
'left join Gl_AccountSubject t2 on t1.kmCode=t2.kmCode'
'')
Top = 273
object AdoQry_BodyCredenceId: TIntegerField
FieldName = 'CredenceId'
end
object AdoQry_BodyGl_CredenceLineNo: TIntegerField
FieldName = 'Gl_CredenceLineNo'
end
object AdoQry_BodyDocketName: TStringField
FieldName = 'DocketName'
Size = 60
end
object AdoQry_BodyKMCode: TStringField
FieldName = 'KMCode'
Size = 15
end
object AdoQry_BodyDebitAmount: TFloatField
FieldName = 'DebitAmount'
end
object AdoQry_BodyCreditAmount: TFloatField
FieldName = 'CreditAmount'
end
object AdoQry_BodyFCurrencyRate: TFloatField
FieldName = 'FCurrencyRate'
end
object AdoQry_BodyFDebitAmount: TFloatField
FieldName = 'FDebitAmount'
end
object AdoQry_BodyFCreditAmount: TFloatField
FieldName = 'FCreditAmount'
end
object AdoQry_BodyAmount: TFloatField
FieldName = 'Amount'
end
object AdoQry_BodyPrice: TFloatField
FieldName = 'Price'
end
object AdoQry_BodyDepArtCode: TStringField
FieldName = 'DepArtCode'
Size = 12
end
object AdoQry_BodyPersonEmployeeCode: TStringField
FieldName = 'PersonEmployeeCode'
Size = 30
end
object AdoQry_BodyCustomerCode: TStringField
FieldName = 'CustomerCode'
Size = 12
end
object AdoQry_BodyVendorCode: TStringField
FieldName = 'VendorCode'
Size = 12
end
object AdoQry_BodyProjectCode: TStringField
FieldName = 'ProjectCode'
Size = 6
end
object AdoQry_BodyBalanceTypeCode: TStringField
FieldName = 'BalanceTypeCode'
Size = 3
end
object AdoQry_BodyBillNo: TStringField
FieldName = 'BillNo'
Size = 16
end
object AdoQry_BodykmName: TStringField
FieldName = 'kmName'
Size = 40
end
end
inherited DataSource: TDataSource
Left = 496
Top = 321
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -