📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
Caption = "寄存器助手"
ClientHeight = 7665
ClientLeft = 45
ClientTop = 435
ClientWidth = 6075
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
ScaleHeight = 7665
ScaleWidth = 6075
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Caption = "说明(&R)"
Height = 330
Index = 7
Left = 1900
TabIndex = 140
Top = 7185
Width = 990
End
Begin VB.Frame Frame5
Caption = "32位数值"
Height = 1185
Left = 135
TabIndex = 134
Top = 5865
Width = 5805
Begin VB.OptionButton Option3
Caption = "32位浮点Float"
Enabled = 0 'False
Height = 255
Index = 2
Left = 3855
TabIndex = 139
Top = 840
Width = 1890
End
Begin VB.OptionButton Option3
Caption = "32位无符号Long"
Height = 255
Index = 1
Left = 3855
TabIndex = 138
Top = 525
Width = 1890
End
Begin VB.OptionButton Option3
Caption = "32位有符号Long"
Height = 255
Index = 0
Left = 3855
TabIndex = 137
Top = 210
Width = 1890
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 6
Left = 810
Locked = -1 'True
TabIndex = 135
Text = "0"
Top = 502
Width = 2685
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "DX:AX="
Height = 195
Index = 4
Left = 180
TabIndex = 136
Top = 555
Width = 570
End
End
Begin VB.Frame Frame3
Caption = "16位数值"
Height = 1185
Left = 135
TabIndex = 127
Top = 4590
Width = 5805
Begin VB.OptionButton Option2
Caption = "16位无符号Integer"
Height = 300
Index = 1
Left = 3855
TabIndex = 133
Top = 727
Width = 1875
End
Begin VB.OptionButton Option2
Caption = "16位有符号Integer"
Height = 300
Index = 0
Left = 3855
TabIndex = 132
Top = 255
Width = 1890
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 5
Left = 810
Locked = -1 'True
TabIndex = 129
Text = "0"
Top = 727
Width = 2685
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 4
Left = 810
Locked = -1 'True
TabIndex = 128
Text = "0"
Top = 255
Width = 2685
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "DX="
Height = 195
Index = 3
Left = 195
TabIndex = 131
Top = 780
Width = 315
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "AX="
Height = 195
Index = 2
Left = 195
TabIndex = 130
Top = 308
Width = 300
End
End
Begin VB.CommandButton Command2
Caption = "关闭(&C)"
Height = 330
Index = 4
Left = 3185
TabIndex = 117
Top = 7185
Width = 990
End
Begin VB.CheckBox Check1
Caption = "窗口始终在上"
Height = 270
Left = 135
TabIndex = 115
Top = 7215
Width = 1470
End
Begin VB.Frame Frame4
Caption = "8位数值"
Height = 1185
Left = 135
TabIndex = 106
Top = 3330
Width = 5805
Begin VB.OptionButton Option1
Caption = "8位无符号Byte"
Height = 270
Index = 1
Left = 3855
TabIndex = 126
Top = 705
Width = 1725
End
Begin VB.OptionButton Option1
Caption = "8位有符号Byte"
Height = 270
Index = 0
Left = 3855
TabIndex = 125
Top = 255
Width = 1725
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 3
Left = 810
Locked = -1 'True
MaxLength = 4
TabIndex = 111
Text = "0"
Top = 690
Width = 735
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 2
Left = 2760
Locked = -1 'True
MaxLength = 4
TabIndex = 112
Text = "0"
Top = 690
Width = 735
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 1
Left = 810
Locked = -1 'True
MaxLength = 4
TabIndex = 109
Text = "0"
Top = 240
Width = 735
End
Begin VB.TextBox Text2
Alignment = 2 'Center
Height = 300
Index = 0
Left = 2760
Locked = -1 'True
MaxLength = 4
TabIndex = 110
Text = "0"
Top = 240
Width = 735
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "DL="
Height = 195
Index = 6
Left = 2190
TabIndex = 114
Top = 750
Width = 300
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "DH="
Height = 195
Index = 5
Left = 195
TabIndex = 113
Top = 750
Width = 330
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "AL="
Height = 195
Index = 1
Left = 2190
TabIndex = 108
Top = 300
Width = 285
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "AH="
Height = 195
Index = 0
Left = 195
TabIndex = 107
Top = 300
Width = 315
End
End
Begin VB.Frame Frame1
Caption = "寄存器数据编辑"
Height = 3180
Left = 120
TabIndex = 36
Top = 75
Width = 5805
Begin VB.CommandButton Command2
Caption = "全部置0"
Height = 300
Index = 6
Left = 4770
TabIndex = 124
Top = 2430
Width = 840
End
Begin VB.CommandButton Command2
Caption = "全部置F"
Height = 300
Index = 5
Left = 4770
TabIndex = 123
Top = 2790
Width = 840
End
Begin VB.TextBox Text3
Alignment = 2 'Center
Height = 300
Index = 0
Left = 1545
MaxLength = 4
TabIndex = 120
Text = "0000"
Top = 2670
Width = 735
End
Begin VB.TextBox Text3
Alignment = 2 'Center
Height = 300
Index = 1
Left = 3105
MaxLength = 4
TabIndex = 119
Text = "0000"
Top = 2670
Width = 735
End
Begin VB.CommandButton Command2
Caption = "全部置1"
Height = 300
Index = 3
Left = 4770
TabIndex = 35
Top = 1665
Width = 840
End
Begin VB.CommandButton Command2
Caption = "全部置0"
Height = 300
Index = 2
Left = 4770
TabIndex = 34
Top = 1305
Width = 840
End
Begin VB.CommandButton Command2
Caption = "全部置1"
Height = 300
Index = 1
Left = 4770
TabIndex = 33
Top = 630
Width = 840
End
Begin VB.CommandButton Command2
Caption = "全部置0"
Height = 300
Index = 0
Left = 4770
TabIndex = 32
Top = 270
Width = 840
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 31
Left = 420
MaxLength = 1
TabIndex = 16
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 30
Left = 679
MaxLength = 1
TabIndex = 17
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 29
Left = 938
MaxLength = 1
TabIndex = 18
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 28
Left = 1197
MaxLength = 1
TabIndex = 19
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 27
Left = 1456
MaxLength = 1
TabIndex = 20
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 26
Left = 1715
MaxLength = 1
TabIndex = 21
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 25
Left = 1974
MaxLength = 1
TabIndex = 22
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 24
Left = 2235
MaxLength = 1
TabIndex = 23
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 23
Left = 2610
MaxLength = 1
TabIndex = 24
Text = "0"
Top = 1665
Width = 250
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 300
Index = 22
Left = 2865
MaxLength = 1
TabIndex = 25
Text = "0"
Top = 1665
Width = 250
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -