u_addconf.dfm
来自「使用delphi编写的简单socket请求发送工具TCP协议」· DFM 代码 · 共 77 行
DFM
77 行
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
OnClose = FormClose
OnCreate = FormCreate
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
OnClick = btn_OKClick
end
object btn_Cancel: TButton
Left = 341
Top = 196
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 1
OnClick = btn_CancelClick
end
object lv_List: TListView
Left = 0
Top = 0
Width = 424
Height = 185
Columns = <
item
Caption = 'IP'#22320#22336
Width = 120
end
item
Alignment = taCenter
Caption = #31471#21475
end
item
Alignment = taCenter
AutoSize = True
Caption = #25551#36848
end>
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 2
ViewStyle = vsReport
OnDblClick = lv_ListDblClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?