📄 tmain.~dfm
字号:
object Form1: TForm1
Left = 255
Top = 260
Width = 769
Height = 480
Caption = 'Form1'
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 PageControl1: TPageControl
Left = 8
Top = 8
Width = 745
Height = 433
ActivePage = TabSheet1
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'TabSheet1'
object EditBase64Encode: TEdit
Left = 104
Top = 16
Width = 289
Height = 21
TabOrder = 0
end
object EditBase64Decode: TEdit
Left = 104
Top = 48
Width = 289
Height = 21
TabOrder = 1
end
object EditBase64EncodeA: TEdit
Left = 400
Top = 16
Width = 289
Height = 21
TabOrder = 2
end
object ButtonBase64Encode: TButton
Left = 8
Top = 16
Width = 89
Height = 25
Caption = 'Base64Encode'
TabOrder = 3
OnClick = ButtonBase64EncodeClick
end
object ButtonBase64Decode: TButton
Left = 8
Top = 48
Width = 89
Height = 25
Caption = 'Base64Decode'
TabOrder = 4
OnClick = ButtonBase64DecodeClick
end
object EditBase64DecodeA: TEdit
Left = 400
Top = 48
Width = 289
Height = 21
TabOrder = 5
end
object ButtonMirDecode: TButton
Left = 8
Top = 112
Width = 89
Height = 25
Caption = 'MirDecode'
TabOrder = 6
OnClick = ButtonMirDecodeClick
end
object ButtonMirEncode: TButton
Left = 8
Top = 80
Width = 89
Height = 25
Caption = 'MirEncode'
TabOrder = 7
OnClick = ButtonMirEncodeClick
end
object EditMirEncode: TEdit
Left = 104
Top = 80
Width = 289
Height = 21
TabOrder = 8
end
object EditMirDecode: TEdit
Left = 104
Top = 112
Width = 289
Height = 21
TabOrder = 9
end
object EditMirDecodeA: TEdit
Left = 400
Top = 112
Width = 289
Height = 21
TabOrder = 10
end
object EditMirEncodeA: TEdit
Left = 400
Top = 80
Width = 289
Height = 21
TabOrder = 11
end
object ButtonSHA1: TButton
Left = 8
Top = 144
Width = 89
Height = 25
Caption = 'SHA1'
TabOrder = 12
OnClick = ButtonSHA1Click
end
object EditSHA1: TEdit
Left = 104
Top = 144
Width = 289
Height = 21
TabOrder = 13
end
object EditSHA1A: TEdit
Left = 400
Top = 144
Width = 289
Height = 21
TabOrder = 14
end
end
object TabSheet2: TTabSheet
Caption = 'TabSheet2'
ImageIndex = 1
object Label1: TLabel
Left = 8
Top = 32
Width = 51
Height = 13
Caption = #36830#25509#22320#22336':'
end
object LabelStatus: TLabel
Left = 8
Top = 64
Width = 56
Height = 13
Caption = 'LabelStatus'
end
object EditIPaddr: TEdit
Left = 64
Top = 32
Width = 145
Height = 21
TabOrder = 0
Text = '192.168.1.2'
end
object EditPort: TEdit
Left = 216
Top = 32
Width = 57
Height = 21
TabOrder = 1
Text = '7200'
end
object ButtonConnect: TButton
Left = 288
Top = 32
Width = 73
Height = 25
Caption = #36830#25509
TabOrder = 2
OnClick = ButtonConnectClick
end
object ButtonDisConnect: TButton
Left = 368
Top = 32
Width = 73
Height = 25
Caption = #26029#24320
TabOrder = 3
OnClick = ButtonDisConnectClick
end
object GroupBox1: TGroupBox
Left = 16
Top = 104
Width = 433
Height = 145
Caption = #21457#36865#20449#24687
TabOrder = 4
object Label2: TLabel
Left = 8
Top = 20
Width = 51
Height = 13
Caption = #20154#29289#26631#35782':'
end
object Label3: TLabel
Left = 8
Top = 44
Width = 40
Height = 13
Caption = 'LoginID:'
end
object Label4: TLabel
Left = 8
Top = 68
Width = 53
Height = 13
Caption = 'CharName:'
end
object Label5: TLabel
Left = 8
Top = 92
Width = 51
Height = 13
Caption = 'SessionID:'
end
object Label6: TLabel
Left = 8
Top = 116
Width = 23
Height = 13
Caption = 'Flag:'
end
object EditPlay: TEdit
Left = 64
Top = 16
Width = 145
Height = 21
TabOrder = 0
Text = '00'
end
object ButtonSend: TButton
Left = 344
Top = 56
Width = 73
Height = 25
Caption = #30331#24405
TabOrder = 1
OnClick = ButtonSendClick
end
object EditLoginID: TEdit
Left = 64
Top = 40
Width = 145
Height = 21
TabOrder = 2
Text = '00'
end
object EditCharName: TEdit
Left = 64
Top = 64
Width = 145
Height = 21
TabOrder = 3
Text = '88'
end
object EditSessionID: TEdit
Left = 64
Top = 88
Width = 145
Height = 21
TabOrder = 4
Text = '200000'
end
object EditFlag: TEdit
Left = 64
Top = 112
Width = 145
Height = 21
TabOrder = 5
Text = '8'
end
end
object ButtonSendPowerBlock: TButton
Left = 16
Top = 264
Width = 73
Height = 25
Caption = #21457#36865
TabOrder = 5
OnClick = ButtonSendPowerBlockClick
end
end
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnConnect = ClientSocket1Connect
OnDisconnect = ClientSocket1Disconnect
Left = 88
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -