📄 unit1.dfm
字号:
object frmSimple: TfrmSimple
Left = 294
Top = 245
BorderStyle = bsDialog
Caption = 'frmSimple'
ClientHeight = 359
ClientWidth = 673
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 SpeedButton1: TSpeedButton
Left = 256
Top = 3
Width = 81
Height = 25
Caption = 'Apply Updates'
Flat = True
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 344
Top = 3
Width = 81
Height = 25
Caption = 'Refresh Rec'
Flat = True
OnClick = SpeedButton2Click
end
object btnRequest: TSpeedButton
Left = 584
Top = 248
Width = 73
Height = 22
Caption = 'Request!'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = btnRequestClick
end
object n: TDBGrid
Left = 8
Top = 32
Width = 417
Height = 313
DataSource = DataSource1
ImeName = '中文 (简体) - 微软拼音'
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBImage1: TDBImage
Left = 440
Top = 32
Width = 217
Height = 177
DataField = 'BMP'
DataSource = DataSource1
TabOrder = 1
end
object DBNavigator1: TDBNavigator
Left = 8
Top = 3
Width = 240
Height = 25
DataSource = DataSource1
Flat = True
TabOrder = 2
end
object edRequest: TEdit
Left = 448
Top = 248
Width = 121
Height = 21
TabOrder = 3
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
OnReconcileError = ClientDataSet1ReconcileError
Left = 488
Top = 8
end
object DCOMConnection1: TDCOMConnection
ServerGUID = '{CBBD474B-69F6-4BB9-B261-84590A02F89C}'
ServerName = 'Project1.MyAppServ'
Left = 448
Top = 8
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 528
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -