u_addconf.dfm.~4~
来自「使用delphi编写的简单socket请求发送工具TCP协议」· ~4~ 代码 · 共 57 行
~4~
57 行
object frm_AddConf: Tfrm_AddConf
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #30446#26631#22320#22336#36873#25321
ClientHeight = 225
ClientWidth = 424
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
DesignSize = (
424
225)
PixelsPerInch = 96
TextHeight = 12
object sp_1: TShape
Left = 0
Top = 189
Width = 424
Height = 3
Anchors = [akTop, akRight]
Shape = stEllipse
end
object btn_OK: TButton
Left = 260
Top = 196
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
end
object btn_Cancel: TButton
Left = 341
Top = 196
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 1
end
object lv_List: TListView
Left = 0
Top = 0
Width = 424
Height = 185
Columns = <>
ReadOnly = True
TabOrder = 2
ViewStyle = vsReport
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?