📄 unit2.dfm
字号:
object Form2: TForm2
Left = 374
Top = 183
Width = 357
Height = 336
Caption = #29992#25143#30331#38470
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 56
Top = 56
Width = 51
Height = 13
Caption = #29992#25143#21517' '
end
object Label3: TLabel
Left = 56
Top = 112
Width = 45
Height = 13
Caption = #23494#30721' '
end
object RadioGroup1: TRadioGroup
Left = 40
Top = 168
Width = 249
Height = 65
Caption = #36873#25321
Columns = 2
ItemIndex = 1
Items.Strings = (
#29992#25143
#31649#29702#21592)
TabOrder = 0
end
object t1: TEdit
Left = 128
Top = 56
Width = 121
Height = 21
TabOrder = 1
OnKeyPress = t1KeyPress
end
object t2: TEdit
Left = 128
Top = 104
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
OnKeyPress = t2KeyPress
end
object Button1: TButton
Left = 48
Top = 256
Width = 75
Height = 25
Caption = #25552#20132
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 256
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 4
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=jiangm;Data Source=06B9545CC399440'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 208
Top = 16
end
object ADODataSet1: TADODataSet
Connection = ADOConnection1
Parameters = <>
Left = 256
Top = 16
end
object ADODataSet2: TADODataSet
Connection = ADOConnection1
Parameters = <>
Left = 304
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -