📄 unit2.dfm
字号:
object Form2: TForm2
Left = 316
Top = 231
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #24037#31243#21517#31216#26597#35810
ClientHeight = 319
ClientWidth = 532
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 532
Height = 265
Align = alTop
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'gcid'
Title.Caption = #24037#31243#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'gcname'
Title.Caption = #24037#31243#21517#31216
Width = 400
Visible = True
end>
end
object Button1: TButton
Left = 136
Top = 280
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 312
Top = 280
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 2
OnClick = Button2Click
end
object ADOQuery1: TADOQuery
Connection = DataModule2.ADOConnection1
Parameters = <>
SQL.Strings = (
'select gcid,gcname'
'from project')
Left = 320
Top = 40
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 256
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -