📄 codecopierfrm.dfm
字号:
inherited frmCodeCopier: TfrmCodeCopier
Left = 415
Top = 318
Caption = 'frmCodeCopier'
PixelsPerInch = 96
TextHeight = 12
inherited PageControl: TPageControl
inherited TabSheet1: TTabSheet
inherited Panel1: TPanel
inherited grdBrowse: TDBGridEh
DataSource = dmInvPrint.dsCopier
Columns = <
item
EditButtons = <>
FieldName = 'CopiID'
Footers = <>
Title.Caption = #32534#21495
end
item
EditButtons = <>
FieldName = 'Name'
Footers = <>
Title.Caption = #22995#21517
Width = 128
end
item
EditButtons = <>
FieldName = 'Task'
Footers = <>
Title.Caption = #20219#21153
Width = 26
end
item
EditButtons = <>
FieldName = 'Modifydate'
Footers = <>
Title.Caption = #20462#25913#26102#38388
Width = 63
end
item
EditButtons = <>
FieldName = 'Description'
Footers = <>
Title.Caption = #22791#27880
Width = 256
end>
end
end
end
inherited TabSheet2: TTabSheet
inherited Panel2: TPanel
object Label1: TLabel
Left = 9
Top = 8
Width = 78
Height = 12
Caption = #25220#34920#21592#32534#21495'(&C)'
FocusControl = edtCopiID
end
object Label2: TLabel
Left = 114
Top = 8
Width = 42
Height = 12
Caption = #22995#21517'(&N)'
FocusControl = edtName
end
object Label3: TLabel
Left = 9
Top = 45
Width = 42
Height = 12
Caption = #20219#21153'(&T)'
FocusControl = edtTask
end
object Label4: TLabel
Left = 9
Top = 83
Width = 42
Height = 12
Caption = #22791#27880'(&M)'
FocusControl = edtDescription
end
object edtCopiID: TcxDBMaskEdit
Left = 8
Top = 20
Width = 97
Height = 23
DataBinding.DataField = 'CopiID'
DataBinding.DataSource = dmInvPrint.dsCopier
Style.Shadow = True
TabOrder = 0
end
object edtName: TcxDBMaskEdit
Left = 112
Top = 20
Width = 185
Height = 23
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'Name'
DataBinding.DataSource = dmInvPrint.dsCopier
Style.Shadow = True
TabOrder = 1
end
object edtTask: TcxDBMaskEdit
Left = 8
Top = 57
Width = 97
Height = 23
DataBinding.DataField = 'Task'
DataBinding.DataSource = dmInvPrint.dsCopier
Style.Shadow = True
TabOrder = 2
end
object edtDescription: TcxDBMaskEdit
Left = 8
Top = 95
Width = 289
Height = 23
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'Description'
DataBinding.DataSource = dmInvPrint.dsCopier
Style.Shadow = True
TabOrder = 3
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -