📄 frmtesteditor.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _Partial Class frmTestEditor Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() Me.lblFolder = New System.Windows.Forms.Label Me.lblFile = New System.Windows.Forms.Label Me.txtFolder = New System.Windows.Forms.TextBox Me.txtFile = New System.Windows.Forms.TextBox Me.cmdCancel = New System.Windows.Forms.Button Me.cmdSave = New System.Windows.Forms.Button Me.txtCode = New System.Windows.Forms.RichTextBox Me.SuspendLayout() ' 'lblFolder ' Me.lblFolder.Location = New System.Drawing.Point(4, 6) Me.lblFolder.Name = "lblFolder" Me.lblFolder.Size = New System.Drawing.Size(73, 16) Me.lblFolder.TabIndex = 1 Me.lblFolder.Text = "Folder:" ' 'lblFile ' Me.lblFile.Location = New System.Drawing.Point(4, 34) Me.lblFile.Name = "lblFile" Me.lblFile.Size = New System.Drawing.Size(73, 16) Me.lblFile.TabIndex = 2 Me.lblFile.Text = "File:" ' 'txtFolder ' Me.txtFolder.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtFolder.Location = New System.Drawing.Point(84, 8) Me.txtFolder.Name = "txtFolder" Me.txtFolder.Size = New System.Drawing.Size(655, 21) Me.txtFolder.TabIndex = 3 ' 'txtFile ' Me.txtFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtFile.Location = New System.Drawing.Point(83, 34) Me.txtFile.Name = "txtFile" Me.txtFile.Size = New System.Drawing.Size(655, 21) Me.txtFile.TabIndex = 4 ' 'cmdCancel ' Me.cmdCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.cmdCancel.Location = New System.Drawing.Point(649, 454) Me.cmdCancel.Name = "cmdCancel" Me.cmdCancel.Size = New System.Drawing.Size(91, 27) Me.cmdCancel.TabIndex = 5 Me.cmdCancel.Text = "&Cancel" Me.cmdCancel.UseVisualStyleBackColor = True ' 'cmdSave ' Me.cmdSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdSave.DialogResult = System.Windows.Forms.DialogResult.OK Me.cmdSave.Location = New System.Drawing.Point(552, 454) Me.cmdSave.Name = "cmdSave" Me.cmdSave.Size = New System.Drawing.Size(91, 27) Me.cmdSave.TabIndex = 6 Me.cmdSave.Text = "&Save" Me.cmdSave.UseVisualStyleBackColor = True ' 'txtCode ' Me.txtCode.AcceptsTab = True Me.txtCode.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtCode.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCode.Location = New System.Drawing.Point(7, 61) Me.txtCode.Name = "txtCode" Me.txtCode.Size = New System.Drawing.Size(732, 387) Me.txtCode.TabIndex = 7 Me.txtCode.Text = "" ' 'frmTestEditor ' Me.AcceptButton = Me.cmdSave Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.cmdCancel Me.ClientSize = New System.Drawing.Size(748, 487) Me.Controls.Add(Me.txtCode) Me.Controls.Add(Me.cmdSave) Me.Controls.Add(Me.cmdCancel) Me.Controls.Add(Me.txtFile) Me.Controls.Add(Me.txtFolder) Me.Controls.Add(Me.lblFile) Me.Controls.Add(Me.lblFolder) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmTestEditor" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Test Editor" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblFolder As System.Windows.Forms.Label Friend WithEvents lblFile As System.Windows.Forms.Label Friend WithEvents txtFolder As System.Windows.Forms.TextBox Friend WithEvents txtFile As System.Windows.Forms.TextBox Friend WithEvents cmdCancel As System.Windows.Forms.Button Friend WithEvents cmdSave As System.Windows.Forms.Button Friend WithEvents txtCode As System.Windows.Forms.RichTextBoxEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -