📄 unit1.dfm
字号:
object Form1: TForm1
Left = 300
Top = 339
Width = 364
Height = 180
Caption = #35760#24405#25209#37327#20462#25913
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ComboBox1: TComboBox
Left = 32
Top = 64
Width = 105
Height = 20
ItemHeight = 12
TabOrder = 0
Text = 'ComboBox1'
end
object ComboBox2: TComboBox
Left = 144
Top = 64
Width = 41
Height = 20
ItemHeight = 12
TabOrder = 1
Text = '='
Items.Strings = (
'='
'+'
'-'
'*'
'/')
end
object Edit1: TEdit
Left = 200
Top = 64
Width = 137
Height = 20
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 184
Top = 112
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 264
Top = 112
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 4
Kind = bkCancel
end
object ComboBox3: TComboBox
Left = 32
Top = 26
Width = 105
Height = 20
ItemHeight = 12
TabOrder = 5
Text = #20840#37096#20154#21592
Items.Strings = (
#20840#37096#20154#21592
#20107#19994
#34892#25919
#21512#21516
#36864#20241)
end
object ADOQuery1: TADOQuery
Connection = main.ADOConnection1
Parameters = <>
SQL.Strings = (
'update 200201 set '#32534#21046'='#39'200'#39)
Left = 40
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -