📄 frmprojtimecardexpense.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmProjTimeCardExpense
Caption = "销售费用"
ClientHeight = 5490
ClientLeft = 1110
ClientTop = 345
ClientWidth = 7470
Icon = "frmProjTimeCardExpense.frx":0000
KeyPreview = -1 'True
LinkTopic = "ProjTimeCardExpense"
MDIChild = -1 'True
ScaleHeight = 5490
ScaleWidth = 7470
Begin VB.TextBox ExpenseAmount
Alignment = 1 'Right Justify
Height = 315
Left = 2070
TabIndex = 1
Top = 510
Width = 3375
End
Begin VB.ComboBox ExpenseCodeID
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2070
TabIndex = 3
Top = 835
Width = 3375
End
Begin VB.TextBox ExpenseDescription
Height = 315
Left = 2070
TabIndex = 5
Top = 1160
Width = 3375
End
Begin VB.ComboBox ProjectID
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2070
TabIndex = 7
Top = 1485
Width = 3375
End
Begin VB.TextBox TimeCardExpenseID
Alignment = 1 'Right Justify
BackColor = &H8000000F&
Enabled = 0 'False
Height = 315
Left = 2070
TabIndex = 9
Top = 1810
Width = 3375
End
Begin VB.ComboBox TimeCardID
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2070
TabIndex = 11
Top = 2135
Width = 3375
End
Begin MSComCtl2.DTPicker ExpenseDate
Height = 315
Left = 2070
TabIndex = 13
Top = 2460
Width = 3375
_ExtentX = 6006
_ExtentY = 503
_Version = 393216
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Format = 79495169
CurrentDate = 36877
End
Begin TimeBillingUI.CaptionBar CaptionBar1
Align = 1 'Align Top
Height = 435
Left = 0
TabIndex = 0
Top = 0
Width = 7470
_ExtentX = 13176
_ExtentY = 767
Border = 4
ForeColor = -2147483643
Caption = "ok i am here"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Tahoma"
Size = 10.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty SubCaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Label lblLabels
Caption = "销售金额:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 150
TabIndex = 2
Top = 510
Width = 1815
End
Begin VB.Label lblLabels
Caption = "运输方式:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 150
TabIndex = 4
Top = 835
Width = 1815
End
Begin VB.Label lblLabels
Caption = "备注:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 150
TabIndex = 6
Top = 1160
Width = 1815
End
Begin VB.Label lblLabels
Caption = "合同编号:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 150
TabIndex = 8
Top = 1485
Width = 1815
End
Begin VB.Label lblLabels
Caption = "发票编号:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 4
Left = 150
TabIndex = 10
Top = 1810
Width = 1815
End
Begin VB.Label lblLabels
Caption = "合同记录编号:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 5
Left = 150
TabIndex = 12
Top = 2135
Width = 1815
End
Begin VB.Label lblLabels
Caption = "开票日期:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 6
Left = 150
TabIndex = 14
Top = 2460
Width = 1815
End
End
Attribute VB_Name = "frmProjTimeCardExpense"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Implements iForm
Private Const mcstrMod$ = "frmProjTimeCardExpense"
Private m_ProjTimeCardExpense As COMEXDataSourceSingle, m_Store As COMEXDataSourceSingle
Private m_flgLoading As Boolean
Private m_EnableAttr As ToolBarItems
Private m_Guid As String
Public Sub Component(vProjTimeCardExpense As COMEXDataSourceSingle)
Set m_ProjTimeCardExpense = vProjTimeCardExpense
Set m_Store = m_ProjTimeCardExpense.CopyMe
LoadRecords
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -