📄 main.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form FrmMain
Caption = "Data Thief V1.0 (Beta)"
ClientHeight = 7500
ClientLeft = 60
ClientTop = 345
ClientWidth = 9795
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 7500
ScaleWidth = 9795
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
Height = 690
Left = 60
TabIndex = 18
Top = 0
Width = 9615
Begin VB.TextBox TxtPort
Height = 285
Left = 6600
MaxLength = 5
TabIndex = 3
Text = "1433"
Top = 270
Width = 735
End
Begin VB.TextBox TxtMaxRows
Height = 285
Left = 8655
MaxLength = 4
TabIndex = 33
Text = "100"
Top = 270
Width = 855
End
Begin VB.TextBox TxtLogin
Height = 285
Left = 3360
MaxLength = 16
TabIndex = 1
Text = "sa"
Top = 270
Width = 975
End
Begin VB.TextBox TxtPassword
Height = 285
IMEMode = 3 'DISABLE
Left = 4980
MaxLength = 16
PasswordChar = "*"
TabIndex = 2
Top = 270
Width = 855
End
Begin VB.TextBox TxtServer
Height = 285
Left = 1155
MaxLength = 30
TabIndex = 0
Text = "makina\makina"
Top = 270
Width = 1545
End
Begin VB.Label Label13
AutoSize = -1 'True
Caption = "Port :"
Height = 195
Left = 6120
TabIndex = 35
Top = 300
Width = 375
End
Begin VB.Label Label12
AutoSize = -1 'True
Caption = "Max. Rows :"
Height = 195
Left = 7710
TabIndex = 34
Top = 300
Width = 885
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Login :"
Height = 195
Left = 2805
TabIndex = 21
Top = 300
Width = 480
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Pwd :"
Height = 195
Left = 4470
TabIndex = 20
Top = 300
Width = 405
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "Sql Server :"
Height = 195
Left = 210
TabIndex = 19
Top = 300
Width = 825
End
End
Begin VB.Frame Frame2
Height = 1185
Left = 60
TabIndex = 22
Top = 690
Width = 9630
Begin VB.TextBox TxtPostData
Enabled = 0 'False
Height = 285
Left = 1080
MaxLength = 500
TabIndex = 7
Top = 720
Width = 6900
End
Begin VB.CommandButton CmdGo
Caption = "Go"
Height = 390
Left = 8880
TabIndex = 6
Top = 240
Width = 660
End
Begin VB.ComboBox CboMethod
Height = 315
ItemData = "Main.frx":0000
Left = 7965
List = "Main.frx":000A
Style = 2 'Dropdown List
TabIndex = 5
Top = 255
Width = 780
End
Begin VB.TextBox TxtUrl
Height = 285
Left = 450
MaxLength = 500
TabIndex = 4
Text = "http://makina/testcon.asp?txt=1'; <***>"
Top = 255
Width = 6780
End
Begin VB.Label Label14
AutoSize = -1 'True
Caption = "Post Data :"
Height = 195
Left = 240
TabIndex = 36
Top = 735
Width = 795
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "Method :"
Height = 195
Left = 7290
TabIndex = 24
Top = 300
Width = 630
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "Url :"
Height = 195
Left = 105
TabIndex = 23
Top = 300
Width = 300
End
End
Begin RichTextLib.RichTextBox TxtOutput
Height = 2085
Left = 15
TabIndex = 17
Top = 5400
Width = 9705
_ExtentX = 17119
_ExtentY = 3678
_Version = 393217
Enabled = -1 'True
ScrollBars = 2
AutoVerbMenu = -1 'True
TextRTF = $"Main.frx":0019
End
Begin VB.Frame Frame4
Height = 645
Left = 45
TabIndex = 30
Top = 4410
Width = 9660
Begin VB.CommandButton CmdRunQuery
Caption = "Run Query"
Height = 390
Left = 8400
TabIndex = 16
Top = 180
Width = 1140
End
Begin VB.TextBox TxtQuery
Enabled = 0 'False
Height = 285
Left = 705
TabIndex = 15
Text = "Select "
Top = 225
Width = 7575
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "Query :"
Height = 195
Left = 135
TabIndex = 31
Top = 270
Width = 510
End
End
Begin VB.Frame Frame3
Height = 2475
Left = 60
TabIndex = 25
Top = 1920
Width = 9660
Begin VB.CheckBox ChkSysTables
Alignment = 1 'Right Justify
Caption = "List system tables"
Height = 615
Left = 3240
TabIndex = 10
Top = 1440
Width = 1215
End
Begin VB.ListBox LstFields
Height = 2085
Left = 7560
Style = 1 'Checkbox
TabIndex = 14
Top = 345
Width = 1935
End
Begin VB.ListBox LstTables
Height = 2010
Left = 4500
TabIndex = 12
Top = 390
Width = 1710
End
Begin VB.ListBox LstDatabases
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -