unit9.dfm
来自「电力系统集中抄表 采集器 上位机软件 可以经行集中抄表」· DFM 代码 · 共 40 行
DFM
40 行
object Form9: TForm9
Left = 217
Top = 175
Width = 383
Height = 354
Caption = 'Form9'
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 = 120
Top = 296
Width = 129
Height = 25
Caption = #36873#25321#38656#35201#20462#25913#30340#25968#25454#24211
TabOrder = 0
OnClick = Button1Click
end
object receive: TMemo
Left = 0
Top = 0
Width = 369
Height = 289
Lines.Strings = (
'receive')
TabOrder = 1
end
object OpenDialog1: TOpenDialog
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 176
Top = 160
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?