📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain
Caption = "INI XML Editor"
ClientHeight = 5175
ClientLeft = 165
ClientTop = 855
ClientWidth = 7380
LinkTopic = "Form1"
ScaleHeight = 5175
ScaleWidth = 7380
StartUpPosition = 3 'Windows Default
Begin VB.PictureBox picValues
Align = 4 'Align Right
BorderStyle = 0 'None
Height = 5175
Left = 3270
ScaleHeight = 5175
ScaleWidth = 2655
TabIndex = 9
Top = 0
Width = 2655
Begin VB.TextBox txtKey
Height = 375
Left = 0
TabIndex = 14
Top = 2520
Width = 2415
End
Begin VB.TextBox txtValue
Height = 375
Left = 0
TabIndex = 13
Top = 3240
Width = 2415
End
Begin VB.TextBox txtKeyDesc
Height = 1095
Left = 0
MultiLine = -1 'True
TabIndex = 12
Top = 3960
Width = 2415
End
Begin VB.TextBox txtSectDesc
Height = 975
Left = 0
MultiLine = -1 'True
TabIndex = 11
Top = 1080
Width = 2415
End
Begin VB.TextBox txtSection
Height = 375
Left = 0
TabIndex = 10
Top = 360
Width = 2415
End
Begin VB.Label Label5
Caption = "Key Value"
Height = 255
Left = 0
TabIndex = 19
Top = 3000
Width = 2295
End
Begin VB.Label Label6
Caption = "Key"
Height = 255
Left = 0
TabIndex = 18
Top = 2280
Width = 2295
End
Begin VB.Label Label3
Caption = "Key Description"
Height = 255
Left = 0
TabIndex = 17
Top = 3720
Width = 2415
End
Begin VB.Label Label2
Caption = "Section Description"
Height = 255
Left = 0
TabIndex = 16
Top = 840
Width = 2415
End
Begin VB.Label Label4
Caption = "Section"
Height = 255
Left = 0
TabIndex = 15
Top = 120
Width = 2295
End
End
Begin VB.PictureBox picSettings
Align = 3 'Align Left
BorderStyle = 0 'None
Height = 5175
Left = 0
ScaleHeight = 5175
ScaleWidth = 3135
TabIndex = 6
Top = 0
Width = 3135
Begin MSComctlLib.TreeView tvwSettings
Height = 4695
Left = 120
TabIndex = 7
Top = 360
Width = 2895
_ExtentX = 5106
_ExtentY = 8281
_Version = 393217
Indentation = 176
LabelEdit = 1
LineStyle = 1
Style = 7
Appearance = 1
End
Begin VB.Label Label1
Caption = "Sections && Keys"
Height = 255
Left = 120
TabIndex = 8
Top = 120
Width = 2415
End
End
Begin MSComDlg.CommonDialog cdlFile
Left = 6720
Top = 3480
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.PictureBox Picture1
Align = 4 'Align Right
BorderStyle = 0 'None
Height = 5175
Left = 5925
ScaleHeight = 5175
ScaleWidth = 1455
TabIndex = 5
Top = 0
Width = 1455
Begin VB.CommandButton cmdView
Caption = "View XML"
Enabled = 0 'False
Height = 495
Left = 0
TabIndex = 2
Top = 1560
Width = 1215
End
Begin VB.CommandButton cmdWrite
Caption = "Write Value"
Height = 495
Left = 0
TabIndex = 3
Top = 2160
Width = 1215
End
Begin VB.CommandButton cmdClose
Caption = "Close"
Height = 495
Left = 0
TabIndex = 4
Top = 2760
Width = 1215
End
Begin VB.CommandButton cmdDelSection
Caption = "Delete Section"
Enabled = 0 'False
Height = 495
Left = 0
TabIndex = 0
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdDelKey
Caption = "Delete Key"
Enabled = 0 'False
Height = 495
Left = 0
TabIndex = 1
Top = 960
Width = 1215
End
End
Begin VB.Menu mnuTop
Caption = "&File"
Index = 0
Begin VB.Menu mnuFile
Caption = "&Open..."
Index = 0
End
Begin VB.Menu mnuFile
Caption = "&Save As..."
Enabled = 0 'False
Index = 1
End
Begin VB.Menu mnuFile
Caption = "-"
Index = 2
End
Begin VB.Menu mnuFile
Caption = "&View XML"
Enabled = 0 'False
Index = 3
End
Begin VB.Menu mnuFile
Caption = "-"
Index = 4
End
Begin VB.Menu mnuFile
Caption = "E&xit"
Index = 5
End
End
Begin VB.Menu mnuTop
Caption = "&Help"
Index = 1
Begin VB.Menu mnuHelp
Caption = "About..."
Index = 0
End
Begin VB.Menu mnuHelp
Caption = "Read Me"
Index = 1
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************************
'Module: frmMain - Form
'Filename: frmMain.frm
'Author: Jim Kahl
'Purpose: a simple utility to allow creation/editing of INI style XML files
'Assumes: must be used in conjunction with or in some way reference the XMLConfig
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -