📄 climain.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 490
Height = 284
Caption = 'Join sample (single-table update)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 16
Top = 16
Width = 449
Height = 120
DataSource = dsJoin
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnApplyUpdates: TButton
Left = 16
Top = 152
Width = 85
Height = 25
Caption = '&Apply Updates'
TabOrder = 1
OnClick = btnApplyUpdatesClick
end
object btnCancelUpdates: TButton
Left = 16
Top = 180
Width = 85
Height = 25
Caption = '&Cancel Updates'
TabOrder = 2
OnClick = btnCancelUpdatesClick
end
object btnRefresh: TButton
Left = 16
Top = 208
Width = 85
Height = 25
Caption = '&Refresh'
TabOrder = 3
OnClick = btnRefreshClick
end
object dsJoin: TDataSource
DataSet = cdsJoin
Left = 16
Top = 20
end
object cdsJoin: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'prvJoin'
RemoteServer = DCOMConnection1
OnReconcileError = cdsJoinReconcileError
Left = 44
Top = 20
end
object DCOMConnection1: TDCOMConnection
ServerGUID = '{AF7B9783-5663-11D3-8DD2-006097319291}'
ServerName = 'Join1Serv.Join1Server'
Left = 72
Top = 20
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -