56 lines
2.6 KiB
VB.net
56 lines
2.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmXmlEditor
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'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.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RichEditControl1
|
|
'
|
|
Me.RichEditControl1.Appearance.Text.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.RichEditControl1.Appearance.Text.Options.UseFont = True
|
|
Me.RichEditControl1.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.RichEditControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.RichEditControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RichEditControl1.Name = "RichEditControl1"
|
|
Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
Me.RichEditControl1.ReadOnly = True
|
|
Me.RichEditControl1.Size = New System.Drawing.Size(831, 687)
|
|
Me.RichEditControl1.TabIndex = 0
|
|
Me.RichEditControl1.Text = "RichEditControl1"
|
|
'
|
|
'frmXmlEditor
|
|
'
|
|
Me.Appearance.Options.UseFont = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(831, 687)
|
|
Me.Controls.Add(Me.RichEditControl1)
|
|
Me.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Name = "frmXmlEditor"
|
|
Me.Text = "frmXmlEditor"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RichEditControl1 As DevExpress.XtraRichEdit.RichEditControl
|
|
End Class
|