📄 clientform.dfm
字号:
object fmClient: TfmClient
Left = 396
Top = 196
Width = 574
Height = 379
Caption = 'Oracle Data Access Demo - MIDAS Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ToolBar: TToolBar
Left = 0
Top = 0
Width = 566
Height = 26
Caption = 'ToolBar'
TabOrder = 0
object brConnect: TButton
Left = 0
Top = 2
Width = 75
Height = 22
Caption = 'Connect'
TabOrder = 0
OnClick = brConnectClick
end
object btDisconnect: TButton
Left = 75
Top = 2
Width = 75
Height = 22
Caption = 'Disconnect'
TabOrder = 1
OnClick = btDisconnectClick
end
object btOpen: TButton
Left = 150
Top = 2
Width = 75
Height = 22
Caption = 'Open'
TabOrder = 2
OnClick = btOpenClick
end
object btClose: TButton
Left = 225
Top = 2
Width = 75
Height = 22
Caption = 'Close'
TabOrder = 3
OnClick = btCloseClick
end
object btApplyUpd: TButton
Left = 300
Top = 2
Width = 75
Height = 22
Caption = 'ApplyUpd'
TabOrder = 4
OnClick = btApplyUpdClick
end
object btCancelUpd: TButton
Left = 375
Top = 2
Width = 75
Height = 22
Caption = 'CancelUpd'
TabOrder = 5
OnClick = btCancelUpdClick
end
end
object DBGrid: TDBGrid
Left = 0
Top = 52
Width = 566
Height = 281
Align = alClient
DataSource = DataSource
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ToolBar1: TToolBar
Left = 0
Top = 26
Width = 566
Height = 26
Caption = 'ToolBar1'
TabOrder = 2
object DBNavigator1: TDBNavigator
Left = 0
Top = 2
Width = 240
Height = 22
DataSource = DataSource
TabOrder = 0
end
object DeptNo: TLabel
Left = 240
Top = 2
Width = 71
Height = 22
Alignment = taCenter
AutoSize = False
Caption = 'DeptNo'
Layout = tlCenter
end
object edDeptNo: TEdit
Left = 311
Top = 2
Width = 121
Height = 22
TabOrder = 1
end
end
object StatusBar: TStatusBar
Left = 0
Top = 333
Width = 566
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object DataSource: TDataSource
DataSet = ClientDataSet
Left = 328
Top = 60
end
object ClientDataSet: TClientDataSet
Aggregates = <>
Params = <
item
DataType = ftWord
Name = 'DeptNo'
ParamType = ptUnknown
Value = 45
end>
ProviderName = 'OraProvider'
RemoteServer = RemoteServer
Left = 296
Top = 60
end
object RemoteServer: TDCOMConnection
ServerGUID = '{CE18B9CA-7BD6-11D3-8B5B-00105A73AF18}'
ServerName = 'Server.Datas'
Left = 264
Top = 60
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -