📄 unit1.dfm
字号:
object Form1: TForm1
Left = 243
Top = 156
Width = 458
Height = 300
Caption = 'Form1'
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 Button1: TButton
Left = 32
Top = 16
Width = 75
Height = 25
Caption = 'Get'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 16
Width = 75
Height = 25
Caption = 'SaveToFile'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 240
Top = 16
Width = 75
Height = 25
Caption = 'LoadFromFile'
TabOrder = 2
OnClick = Button3Click
end
object DBGrid1: TDBGrid
Left = 8
Top = 56
Width = 433
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 Button4: TButton
Left = 344
Top = 16
Width = 75
Height = 25
Caption = 'ApplyUpdate'
TabOrder = 4
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 120
Top = 88
end
object ClientDataSet1: TClientDataSet
Active = True
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
OnReconcileError = ClientDataSet1ReconcileError
Left = 160
Top = 88
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{A9727282-63C8-4665-9D31-786E801024D5}'
ServerName = 'Project1.OffLinePServ'
Left = 200
Top = 88
end
object OpenDialog1: TOpenDialog
DefaultExt = '.db'
Filter = '*.db|*.db'
Left = 240
Top = 88
end
object SaveDialog1: TSaveDialog
DefaultExt = '.db'
Filter = '*.db|*.db'
Left = 280
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -