unit11.dfm
来自「理论考试程序,可以自由下载,学习,请多多指点,批评」· DFM 代码 · 共 65 行
DFM
65 行
object Form11: TForm11
Left = 250
Top = 325
BorderStyle = bsDialog
Caption = #20132#21367
ClientHeight = 126
ClientWidth = 269
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 64
Top = 16
Width = 140
Height = 27
Caption = #26159#21542#20132#21367#65311
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 32
Top = 104
Width = 200
Height = 13
Caption = #27880#65306#26159#25353'"'#32467#26463'"'#38190#65292#21542'"'#25353#19979#19968#39064'"'#25353#38190
end
object BitBtn1: TBitBtn
Left = 48
Top = 56
Width = 75
Height = 25
Caption = #26159'&2'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 136
Top = 56
Width = 75
Height = 25
Caption = #21542'&9'
TabOrder = 1
OnClick = BitBtn2Click
end
object Edit1: TEdit
Left = 272
Top = 80
Width = 121
Height = 21
TabOrder = 2
Text = '0'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?