ad_enter_usestatus_d.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 101 行
DFM
101 行
inherited Frm_Ad_Enter_UseStatus_D: TFrm_Ad_Enter_UseStatus_D
Left = 334
Top = 323
Caption = '使用状态'
ClientHeight = 237
ClientWidth = 399
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 10
Top = 23
Width = 84
Height = 12
Caption = '使用状态代码:'
end
object Label2: TLabel [1]
Left = 10
Top = 62
Width = 84
Height = 12
Caption = '使用状态名称:'
end
object Label3: TLabel [2]
Left = 58
Top = 140
Width = 36
Height = 12
Caption = '备注:'
end
object Label4: TLabel [3]
Left = 25
Top = 178
Width = 84
Height = 12
Caption = '所属部门名称:'
Visible = False
end
object lbl_DeptName: TLabel [4]
Left = 111
Top = 178
Width = 48
Height = 12
Caption = '部门名称'
Visible = False
end
object Label5: TLabel [5]
Left = 8
Top = 101
Width = 84
Height = 12
Caption = '是否计提折旧:'
end
inherited btn_ok: TButton
Left = 180
Top = 203
end
inherited btn_Cancel: TButton
Left = 289
Top = 203
end
object Edt_EmployeeCode: TEdit [9]
Left = 90
Top = 18
Width = 100
Height = 20
TabOrder = 3
OnExit = Edt_EmployeeCodeExit
end
object Edt_EmployeeName: TEdit [10]
Left = 90
Top = 57
Width = 250
Height = 20
TabOrder = 4
OnExit = Edt_EmployeeNameExit
end
object ExtEdt_DeptCode: TExtEdit [11]
Left = 90
Top = 136
Width = 298
Height = 20
TabOrder = 5
DispLabel = lbl_DeptName
end
object Cmb_IsDepreciation: TComboBox [12]
Left = 90
Top = 96
Width = 55
Height = 20
ItemHeight = 12
TabOrder = 6
Items.Strings = (
'0 否'
'1 是')
end
inherited AdoQry_Tmp: TAdoQuery
Left = 297
Top = 23
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?