📄 activeformimpl1.dfm
字号:
object ActiveFormX: TActiveFormX
Left = 192
Top = 99
Width = 544
Height = 398
Caption = 'ActiveFormX'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = ActiveFormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 168
Top = 16
Width = 85
Height = 12
Caption = '输入查询语句:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '新宋体'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 16
Width = 72
Height = 12
Caption = '选择数据库:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '新宋体'
Font.Style = [fsBold]
ParentFont = False
end
object DBComboBox: TComboBox
Left = 8
Top = 39
Width = 145
Height = 119
Style = csSimple
ItemHeight = 13
TabOrder = 0
OnClick = DBComboBoxClick
end
object QueryMemo: TMemo
Left = 168
Top = 40
Width = 225
Height = 113
Lines.Strings = (
'QueryMemo')
TabOrder = 1
end
object Button1: TButton
Left = 408
Top = 40
Width = 121
Height = 113
Caption = '查询'
TabOrder = 2
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 8
Top = 160
Width = 521
Height = 201
DataSource = DataSource1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 424
Top = 312
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{C1D9049F-CFE1-42C6-ACA0-7EAE892EB0CE}'
ServerName = 'Project1.MyDataServer'
Left = 456
Top = 312
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 488
Top = 312
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -