u_frmchange.dfm
来自「sqllite3数据库基本应用(打开,关闭表,及更新数据表)」· DFM 代码 · 共 68 行
DFM
68 行
object Frmchange: TFrmchange
Left = 455
Top = 494
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Frmchange'
ClientHeight = 171
ClientWidth = 247
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 24
Width = 48
Height = 16
Caption = #21407#23494#30721
end
object Label2: TLabel
Left = 24
Top = 72
Width = 48
Height = 16
Caption = #26032#23494#30721
end
object Edit1: TEdit
Left = 96
Top = 24
Width = 121
Height = 24
PasswordChar = '#'
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 64
Width = 121
Height = 24
PasswordChar = '#'
TabOrder = 1
end
object Button1: TButton
Left = 32
Top = 112
Width = 75
Height = 25
Caption = #26356#25913
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 112
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?