unit1.dfm
来自「Delphi的函数例子」· DFM 代码 · 共 47 行
DFM
47 行
object Form1: TForm1
Left = 272
Top = 138
Width = 490
Height = 269
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 63
Top = 45
Width = 60
Height = 13
Caption = #22320#22336#65306' '
end
object Label2: TLabel
Left = 63
Top = 90
Width = 75
Height = 13
Caption = #30005#23376#37038#20214#65306' '
end
object Barcode: TEdit
Left = 130
Top = 43
Width = 121
Height = 21
TabOrder = 0
Text = ' '#21513#26519#30465#38271#26149#24066' '
OnExit = BarcodeExit
end
object Edit1: TEdit
Left = 130
Top = 84
Width = 121
Height = 21
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?