itemtype_m.dfm
来自「这是一个三层的进销存系统」· DFM 代码 · 共 107 行
DFM
107 行
inherited frmitemtype_m: Tfrmitemtype_m
Left = 290
Top = 128
Caption = #20135#21697#31867#21035
ClientHeight = 133
ClientWidth = 360
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
inherited GroupBox: TGroupBox
Height = 113
TabOrder = 3
inherited Label1: TLabel
Top = 18
Caption = #31867#21035#32534#30721
end
object Label2: TLabel [1]
Left = 8
Top = 52
Width = 57
Height = 17
AutoSize = False
Caption = #31867#21035#21517#31216
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel [2]
Left = 8
Top = 80
Width = 57
Height = 17
AutoSize = False
Caption = #22791#27880
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
inherited Edit1: TwwDBEdit
Height = 20
DataField = 'fcode'
DataSource = frmitemtype.DSbaseinfo
Font.Charset = ANSI_CHARSET
Font.Height = -12
Font.Name = #23435#20307
ParentFont = False
end
object wwDBEdit1: TwwDBEdit
Left = 64
Top = 48
Width = 121
Height = 20
DataField = 'fname'
DataSource = frmitemtype.DSbaseinfo
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object wwDBEdit2: TwwDBEdit
Left = 64
Top = 80
Width = 177
Height = 20
DataField = 'fnote'
DataSource = frmitemtype.DSbaseinfo
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
end
inherited Button1: TButton
Left = 276
Top = 14
TabOrder = 0
end
inherited Button2: TButton
Left = 276
Top = 46
TabOrder = 1
end
inherited Button3: TButton
Left = 276
Top = 94
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?