unit1.dfm
来自「program kehuji uses Forms, Unit1」· DFM 代码 · 共 71 行
DFM
71 行
object Form1: TForm1
Left = 329
Top = 107
Width = 290
Height = 273
Caption = #30331#38470
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 136
Top = 48
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 136
Top = 120
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button3: TButton
Left = 40
Top = 176
Width = 75
Height = 25
Caption = #30830#35748
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Top = 176
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button4Click
end
object StaticText1: TStaticText
Left = 32
Top = 48
Width = 58
Height = 17
Caption = 'StaticText1'
TabOrder = 4
end
object StaticText2: TStaticText
Left = 32
Top = 120
Width = 58
Height = 17
Caption = 'StaticText1'
TabOrder = 5
end
object ADOTable1: TADOTable
Left = 232
Top = 208
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?