personal.dfm
来自「基于delphi的聊天室工具」· DFM 代码 · 共 146 行
DFM
146 行
object fmper: Tfmper
Left = 319
Top = 231
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #31169#32842
ClientHeight = 288
ClientWidth = 366
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 Memo1: TMemo
Left = 8
Top = 8
Width = 209
Height = 20
TabOrder = 0
OnKeyPress = Memo1KeyPress
end
object Memo2: TMemo
Left = 8
Top = 40
Width = 209
Height = 201
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Button1: TButton
Left = 328
Top = 8
Width = 33
Height = 25
Caption = #27983#35272
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 48
Width = 75
Height = 25
Caption = #21457#36865
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 248
Top = 88
Width = 75
Height = 25
Caption = #21462#28040
Enabled = False
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 248
Top = 168
Width = 75
Height = 25
Caption = #25509#25910
Enabled = False
TabOrder = 5
OnClick = Button4Click
end
object Edit1: TEdit
Left = 224
Top = 8
Width = 97
Height = 21
TabOrder = 6
end
object ProgressBar1: TProgressBar
Left = 0
Top = 253
Width = 366
Height = 16
Align = alBottom
TabOrder = 7
end
object StatusBar1: TStatusBar
Left = 0
Top = 269
Width = 366
Height = 19
Panels = <>
SimplePanel = True
end
object Button5: TButton
Left = 248
Top = 208
Width = 75
Height = 25
Caption = #25298#32477
Enabled = False
TabOrder = 9
OnClick = Button5Click
end
object OpenDialog1: TOpenDialog
Left = 288
Top = 120
end
object SaveDialog1: TSaveDialog
Left = 328
Top = 128
end
object IdTCPServer1: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 9925
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnExecute = IdTCPServer1Execute
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 240
Top = 128
end
object IdTCPClient1: TIdTCPClient
MaxLineAction = maException
ReadTimeout = 0
Host = 'Localhost'
Port = 9925
Left = 328
Top = 160
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 420
Top = 107
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?