?? frmmain.dfm
字號:
object MainForm: TMainForm
Left = 245
Top = 132
Width = 569
Height = 465
BorderWidth = 4
Caption = 'UDP'#31867#27979#35797
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 4
Top = 124
Width = 36
Height = 12
Caption = #23458#25143#31471
end
object Label2: TLabel
Left = 264
Top = 124
Width = 36
Height = 12
Caption = #26381#21153#31471
end
object btnStart: TSpeedButton
Left = 480
Top = 63
Width = 69
Height = 25
Action = actStart
AllowAllUp = True
end
object SpeedButton1: TSpeedButton
Left = 480
Top = 91
Width = 69
Height = 25
Action = actStop
AllowAllUp = True
end
object memClient: TMemo
Left = 4
Top = 140
Width = 257
Height = 249
TabOrder = 0
end
object memServer: TMemo
Left = 264
Top = 140
Width = 285
Height = 249
TabOrder = 1
end
object btnSend: TButton
Left = 388
Top = 396
Width = 75
Height = 25
Action = actSend
TabOrder = 2
end
object btnBroadcast: TButton
Left = 468
Top = 396
Width = 75
Height = 25
Action = actBroadcast
TabOrder = 3
end
object GroupBox1: TGroupBox
Left = 0
Top = 56
Width = 473
Height = 61
Caption = ' '
TabOrder = 4
object Label3: TLabel
Left = 12
Top = 28
Width = 72
Height = 12
Caption = #20195#29702#26381#21153#22120'IP'
end
object Label4: TLabel
Left = 176
Top = 28
Width = 36
Height = 12
Caption = #31471#21475#21495
end
object Label5: TLabel
Left = 256
Top = 28
Width = 36
Height = 12
Caption = #29992#25143#21517
end
object Label6: TLabel
Left = 368
Top = 28
Width = 24
Height = 12
Caption = #23494#30721
end
object chkProxy: TCheckBox
Left = 12
Top = 0
Width = 105
Height = 17
Caption = #20351#29992#20195#29702#26381#21153#22120
TabOrder = 0
end
object edtProxyIP: TEdit
Left = 88
Top = 24
Width = 85
Height = 20
TabOrder = 1
Text = '10.1.1.254'
end
object edtProxyPort: TEdit
Left = 216
Top = 24
Width = 37
Height = 20
TabOrder = 2
Text = '1080'
end
object edtProxyUser: TEdit
Left = 296
Top = 24
Width = 65
Height = 20
TabOrder = 3
end
object edtProxyPass: TEdit
Left = 396
Top = 24
Width = 65
Height = 20
PasswordChar = '*'
TabOrder = 4
end
end
object edtSend: TEdit
Left = 4
Top = 399
Width = 381
Height = 20
TabOrder = 5
Text = 'Hello,welcome!'
end
object GroupBox2: TGroupBox
Left = 0
Top = 0
Width = 549
Height = 53
Caption = ' '#36828#31471#26381#21153#22120' '
TabOrder = 6
object Label7: TLabel
Left = 16
Top = 28
Width = 48
Height = 12
Caption = #26381#21153#22120'IP'
end
object Label8: TLabel
Left = 152
Top = 28
Width = 36
Height = 12
Caption = #31471#21475#21495
end
object Label9: TLabel
Left = 244
Top = 28
Width = 48
Height = 12
Caption = #24212#31572#28040#24687
end
object edtServerIP: TEdit
Left = 68
Top = 24
Width = 77
Height = 20
TabOrder = 0
Text = '10.1.1.139'
end
object edtServerPort: TEdit
Left = 192
Top = 24
Width = 45
Height = 20
TabOrder = 1
Text = '4321'
end
object edtReply: TEdit
Left = 296
Top = 24
Width = 245
Height = 20
TabOrder = 2
Text = 'reply ok.'
end
end
object ActionList1: TActionList
Left = 180
Top = 188
object actStart: TAction
Caption = #24320#21551#26381#21153
OnExecute = actStartExecute
OnUpdate = actStartUpdate
end
object actStop: TAction
Caption = #20572#27490#26381#21153
OnExecute = actStopExecute
OnUpdate = actStopUpdate
end
object actSend: TAction
Caption = #21457#36865'(&S)'
OnExecute = actSendExecute
OnUpdate = actSendUpdate
end
object actBroadcast: TAction
Caption = #24191#25773'(&B)'
OnExecute = actBroadcastExecute
OnUpdate = actBroadcastUpdate
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -