unitdlsw.dfm.~8~
来自「初中成绩录入系统网络版(firebird) firebird下的网络编程」· ~8~ 代码 · 共 82 行
~8~
82 行
object fmDLSW: TfmDLSW
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #35745#31639#22320#29702#19982#29983#29289#25104#32489
ClientHeight = 215
ClientWidth = 341
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 48
Width = 33
Height = 13
Caption = #27604#20363':'
end
object Label2: TLabel
Left = 88
Top = 24
Width = 112
Height = 13
Caption = 'A B C D'
end
object Edit1: TEdit
Left = 80
Top = 48
Width = 25
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 115
Top = 48
Width = 25
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 152
Top = 48
Width = 25
Height = 21
TabOrder = 2
Text = 'Edit3'
end
object Edit4: TEdit
Left = 186
Top = 48
Width = 25
Height = 21
TabOrder = 3
Text = 'Edit4'
end
object BitBtn1: TBitBtn
Left = 88
Top = 128
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 4
end
object BitBtn2: TBitBtn
Left = 192
Top = 128
Width = 75
Height = 25
Caption = 'BitBtn2'
TabOrder = 5
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?