📄 unit1.dfm
字号:
object Form1: TForm1
Left = 230
Top = 167
Width = 454
Height = 339
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 Label1: TLabel
Left = 48
Top = 24
Width = 56
Height = 13
Caption = 'LowValue'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 56
Width = 59
Height = 13
Caption = 'HighValue'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 4
Top = 80
Width = 437
Height = 217
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 336
Top = 48
Width = 75
Height = 25
Caption = 'Get'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 136
Top = 16
Width = 121
Height = 24
TabOrder = 2
end
object Edit2: TEdit
Left = 136
Top = 48
Width = 121
Height = 24
TabOrder = 3
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{BD98F523-9C65-4EA0-9D7C-37554BF8BEC6}'
ServerName = 'Project1.ParamServ'
Left = 112
Top = 144
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 168
Top = 144
end
object ClientDataSet1: TClientDataSet
Active = True
Aggregates = <>
Params = <
item
DataType = ftFloat
Name = 'Low_Val'
ParamType = ptUnknown
end
item
DataType = ftFloat
Name = 'High_Val'
ParamType = ptUnknown
end>
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 216
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -