📄 clientmain.dfm
字号:
object Form2: TForm2
Left = 192
Top = 107
Width = 541
Height = 369
Caption = 'DDG Simple Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnApplyUpdates: TButton
Left = 8
Top = 244
Width = 85
Height = 25
Caption = '&Apply Updates'
TabOrder = 0
OnClick = btnApplyUpdatesClick
end
object btnCancelUpdates: TButton
Left = 100
Top = 244
Width = 85
Height = 25
Caption = '&Cancel Updates'
TabOrder = 1
OnClick = btnCancelUpdatesClick
end
object btnRevertRecord: TButton
Left = 8
Top = 276
Width = 85
Height = 25
Caption = '&Revert Record'
TabOrder = 2
OnClick = btnRevertRecordClick
end
object btnUndoLastChange: TButton
Left = 100
Top = 276
Width = 85
Height = 25
Caption = '&Undo Last'
TabOrder = 3
OnClick = btnUndoLastChangeClick
end
object btnSetSavePoint: TButton
Left = 8
Top = 308
Width = 85
Height = 25
Caption = '&Set SavePoint'
TabOrder = 4
OnClick = btnSetSavePointClick
end
object btnGotoSavePoint: TButton
Left = 100
Top = 308
Width = 85
Height = 25
Caption = '&Goto SavePoint'
TabOrder = 5
OnClick = btnGotoSavePointClick
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 533
Height = 237
ActivePage = tsData
Align = alTop
TabOrder = 6
OnChange = PageControl1Change
object tsData: TTabSheet
Caption = 'Data'
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 525
Height = 209
Align = alClient
DataSource = dsCustomer
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object tsDelta: TTabSheet
Caption = 'Delta'
ImageIndex = 1
object DBGrid2: TDBGrid
Left = 0
Top = 0
Width = 525
Height = 209
Align = alClient
DataSource = dsDelta
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
end
object dcDDGSimple: TDCOMConnection
ServerGUID = '{0EFD24C9-5260-11D3-8DD0-006097319291}'
ServerName = 'SimpleServ.DDGSimple'
Left = 28
Top = 28
end
object cdsCustomer: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'prvCustomer'
RemoteServer = dcDDGSimple
OnReconcileError = cdsCustomerReconcileError
Left = 28
Top = 60
end
object dsCustomer: TDataSource
DataSet = cdsCustomer
Left = 60
Top = 60
end
object cdsDelta: TClientDataSet
Aggregates = <>
Params = <>
Left = 32
Top = 108
end
object dsDelta: TDataSource
DataSet = cdsDelta
Left = 64
Top = 108
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -