ferrorclientmain.dfm
来自「delphi多层应用系统 delphi多层应用系统」· DFM 代码 · 共 79 行
DFM
79 行
object Form1: TForm1
Left = 130
Top = 180
Width = 691
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 683
Height = 302
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 683
Height = 41
Align = alTop
BevelInner = bvSpace
TabOrder = 1
object DBNavigator1: TDBNavigator
Left = 23
Top = 5
Width = 490
Height = 36
DataSource = DataSource1
TabOrder = 0
end
object Button1: TButton
Left = 516
Top = 3
Width = 159
Height = 34
Caption = 'ApplyUpdates'
TabOrder = 1
OnClick = Button1Click
end
end
object ClientDataSet1: TClientDataSet
Active = True
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
OnReconcileError = ClientDataSet1ReconcileError
Left = 55
Top = 5
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 92
Top = 7
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{9F07BB83-6713-11D3-A2BA-0080C8518D0A}'
ServerName = 'PErrorServer.ErrorServer'
Left = 17
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?