📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 196
Top = 142
Width = 407
Height = 226
Caption = 'Form1'
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 Label1: TLabel
Left = 152
Top = 8
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 88
Top = 72
Width = 81
Height = 25
AutoSize = False
Caption = #36755#20837#29992#25143#21517
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 88
Top = 104
Width = 81
Height = 20
AutoSize = False
Caption = #36755#20837#21475#20196
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 184
Top = 72
Width = 97
Height = 21
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 96
Top = 144
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 216
Top = 144
Width = 75
Height = 25
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
object Edit2: TEdit
Left = 184
Top = 104
Width = 97
Height = 21
PasswordChar = '*'
TabOrder = 3
end
object Database1: TDatabase
DatabaseName = 'kucun'
DriverName = 'STANDARD'
LoginPrompt = False
Params.Strings = (
'PATH=e:\'#24211#23384
'DEFAULT DRIVER=PARADOX'
'ENABLE BCD=FALSE')
SessionName = 'Default'
Left = 336
Top = 24
end
object Table1: TTable
DatabaseName = 'kucun'
TableName = #29992#25143'.db'
Left = 336
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -